Package net.minecraft.network
package net.minecraft.network
-
ClassDescriptionA connection backed by a netty channel.NetworkState<T extends PacketListener>NetworkStateBuilder.PacketType<T extends PacketListener,
P extends Packet<? super T>, B extends ByteBuf> 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.A packet byte buf is a specialized byte buf with utility methods adapted to Minecraft's protocol.A set of callbacks for sending a packet.A connection that disconnects from the backing netty channel if too many packets are received.A packet byte buffer bound to a particularDynamicRegistryManager
instance.