Package net.minecraft.network
package net.minecraft.network
-
ClassDescriptionChat decorator decorates the chat server-side.A connection backed by a netty channel.The sender, or the source, of a message.A message type (also known as "chat type") controls whether to display or narrate the messages sent to the clients, and if so, how.The display rule for the message type.The narration rule for the message type.The kind of narration.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 functional interface to read a value from
PacketByteBuf
.A functional interface to write a value toPacketByteBuf
.A connection that disconnects from the backing netty channel if too many packets are received.