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