Uses of Interface
net.minecraft.class_7604
Packages that use class_7604
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7604 in net.minecraft
Classes in net.minecraft that implement class_7604Modifier and TypeClassDescriptionstatic classstatic classstatic classMethods in net.minecraft that return class_7604Modifier and TypeMethodDescriptionstatic class_7604class_7604.method_44857(SignedMessage signedMessage, MessageSender messageSender) Methods in net.minecraft that return types with arguments of type class_7604Modifier and TypeMethodDescriptionstatic FilteredMessage<class_7604>class_7604.method_44854(FilteredMessage<SignedMessage> filteredMessage, MessageSender messageSender) -
Uses of class_7604 in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type class_7604Modifier and TypeMethodDescriptionvoidServerCommandSource.sendChatMessage(class_7604 class_7604, MessageType.class_7602 class_7602) Sendsmessageas the feedback to the command's executor, or to the server's log if the command is not executed by a player. -
Uses of class_7604 in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type class_7604Modifier and TypeMethodDescriptionvoidServerPlayerEntity.sendChatMessage(class_7604 class_7604, MessageType.class_7602 class_7602) Sends a chat message to the player.