Uses of Enum Class
net.minecraft.network.MessageType
Packages that use MessageType
Package
Description
The base package for all Minecraft classes.
-
Uses of MessageType in net.minecraft
Fields in net.minecraft declared as MessageTypeModifier and TypeFieldDescriptionprivate final MessageTypeclass_7438.typeThe field for thetyperecord component.private final MessageTypeclass_7439.typeThe field for thetyperecord component.Methods in net.minecraft that return MessageTypeModifier and TypeMethodDescriptionclass_7438.type()Returns the value of thetyperecord component.class_7439.type()Returns the value of thetyperecord component.Constructors in net.minecraft with parameters of type MessageTypeModifierConstructorDescriptionclass_7438(Text text, MessageType messageType, class_7436 class_7436, Instant instant, NetworkEncryptionUtils.class_7425 class_7425) class_7439(Text text, MessageType messageType) -
Uses of MessageType in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type MessageTypeModifier and TypeMethodDescriptionvoidClientChatListener.onChatMessage(MessageType type, Text message, @Nullable class_7436 class_7436) voidGameInfoChatListener.onChatMessage(MessageType type, Text message, @Nullable class_7436 class_7436) -
Uses of MessageType in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud with type parameters of type MessageTypeModifier and TypeFieldDescriptionprivate final Map<MessageType,List<ClientChatListener>> InGameHud.listenersMethods in net.minecraft.client.gui.hud with parameters of type MessageTypeModifier and TypeMethodDescriptionvoidInGameHud.method_43591(MessageType messageType, Text text) voidInGameHud.method_43592(MessageType messageType, Text text, class_7436 class_7436) voidChatHudListener.onChatMessage(MessageType type, Text message, @Nullable class_7436 class_7436) -
Uses of MessageType in net.minecraft.client.util
Methods in net.minecraft.client.util with parameters of type MessageTypeModifier and TypeMethodDescriptionprivate TextNarratorManager.method_43593(MessageType messageType, Text text, @Nullable class_7436 class_7436) voidNarratorManager.onChatMessage(MessageType type, Text message, @Nullable class_7436 class_7436) -
Uses of MessageType in net.minecraft.network
Methods in net.minecraft.network that return MessageTypeModifier and TypeMethodDescriptionstatic MessageTypeMessageType.byId(byte id) static MessageTypeReturns the enum constant of this class with the specified name.static MessageType[]MessageType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MessageType in net.minecraft.server
Methods in net.minecraft.server with parameters of type MessageTypeModifier and TypeMethodDescriptionvoidPlayerManager.method_43512(Text text, Function<ServerPlayerEntity, Text> function, MessageType messageType) voidPlayerManager.method_43513(Text text, Function<ServerPlayerEntity, Text> function, MessageType messageType, class_7436 class_7436, Instant instant, NetworkEncryptionUtils.class_7425 class_7425) voidPlayerManager.method_43514(Text text, MessageType messageType) voidPlayerManager.method_43515(Text text, MessageType messageType, UUID uUID) Deprecated. -
Uses of MessageType in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type MessageTypeModifier and TypeMethodDescriptionprivate booleanServerPlayerEntity.acceptsMessage(MessageType type) voidServerPlayerEntity.method_43502(Text text, MessageType messageType) voidServerPlayerEntity.method_43504(Text text, MessageType messageType, UUID uUID) Deprecated.voidServerPlayerEntity.method_43505(Text text, MessageType messageType, class_7436 class_7436, Instant instant, NetworkEncryptionUtils.class_7425 class_7425) private voidServerPlayerEntity.method_43506(Text text, MessageType messageType)