Package net.minecraft.network
package net.minecraft.network
-
ClassDescriptionThe sender, or the source, of a chat message.A connection backed by a netty channel.A message format applies on a server-sent message and its sender to stylize it.A parameter for the translation text of a message format.A message type, or chat type in registry, or chat style format per Minecraft blog, defines how a piece of text content should be rendered.A display rule for a message.A narration rule for a message.The narration kind.NetworkState.PacketHandler<T extends PacketListener>An exception thrown on netty's event loop to quit handling of one packet, usually as it is scheduled to be handled on the game engine thread.Packet<T extends PacketListener>A packet byte buf is a specialized byte buf with utility methods adapted to Minecraft's protocol.A connection that disconnects from the backing netty channel if too many packets are received.