Package dev.latvian.mods.klib.util
Interface MessageConsumer
public interface MessageConsumer
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault voiderror(net.minecraft.network.chat.Component message) static MessageConsumerofBroadcastCommandSource(net.minecraft.commands.CommandSourceStack stack) static MessageConsumerofCommandSource(net.minecraft.commands.CommandSourceStack stack) default voiddefault voidstatus(net.minecraft.network.chat.Component message) default voidvoidtell(net.minecraft.network.chat.Component message)
-
Field Details
-
IGNORE
-
-
Method Details
-
ofCommandSource
-
ofBroadcastCommandSource
-
tell
void tell(net.minecraft.network.chat.Component message) -
tell
-
status
default void status(net.minecraft.network.chat.Component message) -
status
-
error
default void error(net.minecraft.network.chat.Component message) -
error
-