Uses of Interface
net.minecraft.network.protocol.BundlerInfo
-
Uses of BundlerInfo in net.minecraft.network
Modifier and TypeFieldDescriptionprivate final BundlerInfo
PacketBundlePacker.bundlerInfo
private final BundlerInfo
PacketBundleUnpacker.bundlerInfo
ModifierConstructorDescriptionPacketBundlePacker
(BundlerInfo p_320870_) PacketBundleUnpacker
(BundlerInfo p_320840_) -
Uses of BundlerInfo in net.minecraft.network.protocol
Modifier and TypeFieldDescriptionprivate BundlerInfo
ProtocolInfoBuilder.bundlerInfo
private final BundlerInfo
ProtocolInfoBuilder.Implementation.bundlerInfo
The field for thebundlerInfo
record component.Modifier and TypeMethodDescriptionProtocolInfoBuilder.Implementation.bundlerInfo()
Returns the value of thebundlerInfo
record component.static <T extends PacketListener,
P extends BundlePacket<? super T>>
BundlerInfoBundlerInfo.createForPacket
(PacketType<P> p_320816_, Function<Iterable<Packet<? super T>>, P> p_265627_, BundleDelimiterPacket<? super T> p_265373_) ModifierConstructorDescription(package private)
Implementation
(ConnectionProtocol id, PacketFlow flow, StreamCodec<io.netty.buffer.ByteBuf, Packet<? super L>> codec, BundlerInfo bundlerInfo) Creates an instance of aImplementation
record class.