Uses of Class
net.minecraft.network.MessageType
-
Uses of MessageType in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type MessageType Modifier and Type Method Description voidClientChatListener. onChatMessage(MessageType messageType, Text message, UUID sender)voidGameInfoChatListener. onChatMessage(MessageType messageType, Text message, UUID sender) -
Uses of MessageType in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud with type parameters of type MessageType Modifier and Type Field Description private Map<MessageType,List<ClientChatListener>>InGameHud. listenersMethods in net.minecraft.client.gui.hud with parameters of type MessageType Modifier and Type Method Description voidInGameHud. addChatMessage(MessageType type, Text message, UUID sender)voidChatHudListener. onChatMessage(MessageType messageType, Text message, UUID sender) -
Uses of MessageType in net.minecraft.client.util
Methods in net.minecraft.client.util with parameters of type MessageType Modifier and Type Method Description voidNarratorManager. onChatMessage(MessageType messageType, Text message, UUID sender) -
Uses of MessageType in net.minecraft.network
Methods in net.minecraft.network that return MessageType Modifier and Type Method Description static MessageTypeMessageType. byId(byte id)static MessageTypeMessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageType[]MessageType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MessageType in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as MessageType Modifier and Type Field Description private MessageTypeGameMessageS2CPacket. locationMethods in net.minecraft.network.packet.s2c.play that return MessageType Modifier and Type Method Description MessageTypeGameMessageS2CPacket. getLocation()Constructors in net.minecraft.network.packet.s2c.play with parameters of type MessageType Constructor Description GameMessageS2CPacket(Text message, MessageType location, UUID sender) -
Uses of MessageType in net.minecraft.server
Methods in net.minecraft.server with parameters of type MessageType Modifier and Type Method Description voidPlayerManager. broadcast(Text serverMessage, Function<ServerPlayerEntity,Text> playerMessageFactory, MessageType playerMessageType, UUID sender)voidPlayerManager. broadcastChatMessage(Text message, MessageType type, UUID sender) -
Uses of MessageType in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type MessageType Modifier and Type Method Description private booleanServerPlayerEntity. acceptsMessage(MessageType type)voidServerPlayerEntity. sendMessage(Text message, MessageType type, UUID sender)