Package net.minecraft.network
-
Interface Summary Interface Description Packet<T extends PacketListener> -
Class Summary Class Description ClientConnection A connection backed by a netty channel.ClientConnection.QueuedPacket DecoderHandler LegacyQueryHandler NetworkState.PacketHandler<T extends PacketListener> NetworkState.PacketHandlerInitializer NetworkThreadUtils PacketByteBuf A packet byte buf is a specialized byte buf with utility methods adapted to Minecraft's protocol.PacketDeflater PacketEncoder PacketInflater RateLimitedConnection A connection that disconnects from the backing netty channel if too many packets are received.SizePrepender SplitterHandler -
Enum Summary Enum Description MessageType NetworkSide NetworkState -
Exception Summary Exception Description OffThreadException 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.PacketEncoderException