Uses of Record Class
net.minecraft.server.jsonrpc.methods.Message
Packages that use Message
-
Uses of Message in net.minecraft.server.jsonrpc.api
Fields in net.minecraft.server.jsonrpc.api with type parameters of type Message -
Uses of Message in net.minecraft.server.jsonrpc.methods
Fields in net.minecraft.server.jsonrpc.methods declared as MessageModifier and TypeFieldDescriptionprivate final MessageServerStateService.SystemMessage.messageThe field for themessagerecord component.Fields in net.minecraft.server.jsonrpc.methods with type parameters of type MessageModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Message> Message.CODECPlayerService.KickDto.messageThe field for themessagerecord component.Methods in net.minecraft.server.jsonrpc.methods that return MessageModifier and TypeMethodDescriptionServerStateService.SystemMessage.message()Returns the value of themessagerecord component.Methods in net.minecraft.server.jsonrpc.methods that return types with arguments of type MessageModifier and TypeMethodDescriptionPlayerService.KickDto.message()Returns the value of themessagerecord component.Constructors in net.minecraft.server.jsonrpc.methods with parameters of type MessageModifierConstructorDescriptionSystemMessage(Message message, boolean overlay, Optional<List<PlayerDto>> receivingPlayers) Creates an instance of aSystemMessagerecord class.Constructor parameters in net.minecraft.server.jsonrpc.methods with type arguments of type Message