Uses of Interface
net.minecraft.network.ChatDecorator
Packages that use ChatDecorator
-
Uses of ChatDecorator in net.minecraft.network
Fields in net.minecraft.network declared as ChatDecoratorModifier and TypeFieldDescriptionstatic final ChatDecoratorChatDecorator.NOOPAn empty chat decorator that does not decorate anything.Methods in net.minecraft.network that return ChatDecoratorModifier and TypeMethodDescriptionstatic ChatDecoratorChatDecorator.testRainbowChat()Deprecated. -
Uses of ChatDecorator in net.minecraft.server
Methods in net.minecraft.server that return ChatDecoratorModifier and TypeMethodDescriptionMinecraftServer.getChatDecorator()Returns the chat decorator used by the server. -
Uses of ChatDecorator in net.minecraft.server.dedicated
Fields in net.minecraft.server.dedicated declared as ChatDecoratorModifier and TypeFieldDescriptionprivate final ChatDecoratorMinecraftDedicatedServer.chatDecoratorMethods in net.minecraft.server.dedicated that return ChatDecoratorModifier and TypeMethodDescriptionMinecraftDedicatedServer.getChatDecorator()Returns the chat decorator used by the server.