Uses of Class
net.minecraft.network.protocol.ProtocolInfoBuilder
Packages that use ProtocolInfoBuilder
-
Uses of ProtocolInfoBuilder in net.minecraft.network.protocol
Methods in net.minecraft.network.protocol that return ProtocolInfoBuilderModifier and TypeMethodDescription<P extends Packet<? super T>>
ProtocolInfoBuilder<T, B> ProtocolInfoBuilder.addPacket(PacketType<P> pType, StreamCodec<? super B, P> pSerializer) <P extends BundlePacket<? super T>,D extends BundleDelimiterPacket<? super T>>
ProtocolInfoBuilder<T, B> ProtocolInfoBuilder.withBundlePacket(PacketType<P> pType, Function<Iterable<Packet<? super T>>, P> pBundler, D pPacket) Method parameters in net.minecraft.network.protocol with type arguments of type ProtocolInfoBuilderModifier and TypeMethodDescriptionstatic <T extends ClientboundPacketListener,B extends io.netty.buffer.ByteBuf>
ProtocolInfo.Unbound<T, B> ProtocolInfoBuilder.clientboundProtocol(ConnectionProtocol pProtocol, Consumer<ProtocolInfoBuilder<T, B>> pSetup) private static <L extends PacketListener,B extends io.netty.buffer.ByteBuf>
ProtocolInfo.Unbound<L, B> ProtocolInfoBuilder.protocol(ConnectionProtocol pProtocol, PacketFlow pFlow, Consumer<ProtocolInfoBuilder<L, B>> pSetup) static <T extends ServerboundPacketListener,B extends io.netty.buffer.ByteBuf>
ProtocolInfo.Unbound<T, B> ProtocolInfoBuilder.serverboundProtocol(ConnectionProtocol pProtocol, Consumer<ProtocolInfoBuilder<T, B>> pSetup)