Package net.minecraft.network
Interface ProtocolInfo<T extends PacketListener>
- All Known Implementing Classes:
ProtocolInfoBuilder.Implementation
public interface ProtocolInfo<T extends PacketListener>
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
ProtocolInfo.Unbound<T extends PacketListener,
B extends io.netty.buffer.ByteBuf> -
Method Summary
-
Method Details
-
id
ConnectionProtocol id() -
flow
PacketFlow flow() -
codec
StreamCodec<io.netty.buffer.ByteBuf,Packet<? super T>> codec() -
bundlerInfo
-