Uses of Record Class
net.minecraft.network.message.MessageType
Packages that use MessageType
-
Uses of MessageType in net.minecraft.network.message
Fields in net.minecraft.network.message with type parameters of type MessageTypeModifier and TypeFieldDescriptionstatic final RegistryKey<MessageType> MessageType.CHATThe registry key for the message type used bychat messages.static final com.mojang.serialization.Codec<MessageType> MessageType.CODECstatic final RegistryKey<MessageType> MessageType.EMOTE_COMMANDThe registry key for the emote command message type, used by /me.static final PacketCodec<RegistryByteBuf, RegistryEntry<MessageType>> MessageType.ENTRY_PACKET_CODECstatic final RegistryKey<MessageType> MessageType.MSG_COMMAND_INCOMINGThe registry key for the incoming message command message type, used by /msg.static final RegistryKey<MessageType> MessageType.MSG_COMMAND_OUTGOINGThe registry key for the outgoing message command message type, used by /msg.static final PacketCodec<RegistryByteBuf, MessageType> MessageType.PACKET_CODECstatic final RegistryKey<MessageType> MessageType.SAY_COMMANDThe registry key for the say command message type, used by /say.static final RegistryKey<MessageType> MessageType.TEAM_MSG_COMMAND_INCOMINGThe registry key for the incoming team message command message type, used by /teammsg.static final RegistryKey<MessageType> MessageType.TEAM_MSG_COMMAND_OUTGOINGThe registry key for the outgoing team message command message type, used by /teammsg.private final RegistryEntry<MessageType> MessageType.Parameters.typeThe field for thetyperecord component.Methods in net.minecraft.network.message that return types with arguments of type MessageTypeModifier and TypeMethodDescriptionprivate static RegistryKey<MessageType> MessageType.Parameters.type()Returns the value of thetyperecord component.Method parameters in net.minecraft.network.message with type arguments of type MessageTypeModifier and TypeMethodDescriptionstatic voidMessageType.bootstrap(Registerable<MessageType> messageTypeRegisterable) static MessageType.ParametersMessageType.params(RegistryKey<MessageType> typeKey, Entity entity) static MessageType.ParametersMessageType.params(RegistryKey<MessageType> typeKey, DynamicRegistryManager registryManager, Text name) static MessageType.ParametersMessageType.params(RegistryKey<MessageType> typeKey, ServerCommandSource source) Constructor parameters in net.minecraft.network.message with type arguments of type MessageTypeModifierConstructorDescription(package private)Parameters(RegistryEntry<MessageType> type, Text name) Parameters(RegistryEntry<MessageType> registryEntry, Text text, Optional<Text> optional) -
Uses of MessageType in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type MessageTypeModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<MessageType>> RegistryKeys.MESSAGE_TYPE