Uses of Enum Class
net.minecraft.util.ChatMessageType
Packages that use ChatMessageType
Package
Description
-
Uses of ChatMessageType in net.minecraft
Methods in net.minecraft with parameters of type ChatMessageTypeModifier and TypeMethodDescriptionvoidclass_3252.method_14472(ChatMessageType chatMessageType, Text text) voidclass_3253.method_14472(ChatMessageType chatMessageType, Text text) voidclass_3254.method_14472(ChatMessageType chatMessageType, Text text) voidclass_3255.method_14472(ChatMessageType chatMessageType, Text text) -
Uses of ChatMessageType in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud with type parameters of type ChatMessageTypeModifier and TypeFieldDescriptionprivate final Map<ChatMessageType,List<class_3252>> InGameHud.field_15886Methods in net.minecraft.client.gui.hud with parameters of type ChatMessageTypeModifier and TypeMethodDescriptionvoidInGameHud.method_14471(ChatMessageType chatMessageType, Text text) -
Uses of ChatMessageType in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type ChatMessageTypeModifier and TypeMethodDescriptionvoidServerPlayerEntity.method_21277(Text text, ChatMessageType chatMessageType) -
Uses of ChatMessageType in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as ChatMessageTypeMethods in net.minecraft.network.packet.s2c.play that return ChatMessageTypeConstructors in net.minecraft.network.packet.s2c.play with parameters of type ChatMessageType -
Uses of ChatMessageType in net.minecraft.util
Methods in net.minecraft.util that return ChatMessageTypeModifier and TypeMethodDescriptionstatic ChatMessageTypeChatMessageType.method_14784(byte byte2) static ChatMessageTypeReturns the enum constant of this class with the specified name.static ChatMessageType[]ChatMessageType.values()Returns an array containing the constants of this enum class, in the order they are declared.