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> type, StreamCodec<? super B, P> serializer) <P extends BundlePacket<? super T>,D extends BundleDelimiterPacket<? super T>>
ProtocolInfoBuilder<T, B> ProtocolInfoBuilder.withBundlePacket(PacketType<P> type, Function<Iterable<Packet<? super T>>, P> bundler, D packet) 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 p_protocol, Consumer<ProtocolInfoBuilder<T, B>> setup) private static <L extends PacketListener,B extends io.netty.buffer.ByteBuf>
ProtocolInfo.Unbound<L, B> ProtocolInfoBuilder.protocol(ConnectionProtocol protocol, PacketFlow flow, Consumer<ProtocolInfoBuilder<L, B>> setup) static <T extends ServerboundPacketListener,B extends io.netty.buffer.ByteBuf>
ProtocolInfo.Unbound<T, B> ProtocolInfoBuilder.serverboundProtocol(ConnectionProtocol p_protocol, Consumer<ProtocolInfoBuilder<T, B>> setup)