Uses of Interface
net.minecraft.network.protocol.BundlerInfo
Packages that use BundlerInfo
-
Uses of BundlerInfo in net.minecraft.network
Fields in net.minecraft.network declared as BundlerInfoModifier and TypeFieldDescriptionprivate final BundlerInfo
PacketBundlePacker.bundlerInfo
private final BundlerInfo
PacketBundleUnpacker.bundlerInfo
Methods in net.minecraft.network that return BundlerInfoConstructors in net.minecraft.network with parameters of type BundlerInfoModifierConstructorDescriptionPacketBundlePacker
(BundlerInfo p_320870_) PacketBundleUnpacker
(BundlerInfo p_320840_) -
Uses of BundlerInfo in net.minecraft.network.protocol
Fields in net.minecraft.network.protocol declared as BundlerInfoModifier and TypeFieldDescriptionprivate BundlerInfo
ProtocolInfoBuilder.bundlerInfo
private final BundlerInfo
ProtocolInfoBuilder.Implementation.bundlerInfo
The field for thebundlerInfo
record component.Methods in net.minecraft.network.protocol that return BundlerInfoModifier 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_) Constructors in net.minecraft.network.protocol with parameters of type BundlerInfoModifierConstructorDescription(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.