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 BundlerInfoPacketBundlePacker.bundlerInfoprivate final BundlerInfoPacketBundleUnpacker.bundlerInfoMethods in net.minecraft.network that return BundlerInfoConstructors in net.minecraft.network with parameters of type BundlerInfoModifierConstructorDescriptionPacketBundlePacker(BundlerInfo pBundlerInfo) PacketBundleUnpacker(BundlerInfo pBundlerInfo) -
Uses of BundlerInfo in net.minecraft.network.protocol
Fields in net.minecraft.network.protocol declared as BundlerInfoModifier and TypeFieldDescriptionprivate @Nullable BundlerInfoProtocolInfoBuilder.bundlerInfoprivate final @Nullable BundlerInfoProtocolInfoBuilder.Implementation.bundlerInfoThe field for thebundlerInforecord component.Methods in net.minecraft.network.protocol that return BundlerInfoModifier and TypeMethodDescription@Nullable BundlerInfoProtocolInfoBuilder.Implementation.bundlerInfo()Returns the value of thebundlerInforecord component.static <T extends PacketListener,P extends BundlePacket<? super T>>
BundlerInfoBundlerInfo.createForPacket(PacketType<P> pType, Function<Iterable<Packet<? super T>>, P> pBundler, BundleDelimiterPacket<? super T> pPacket) 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, @Nullable BundlerInfo bundlerInfo) Creates an instance of aImplementationrecord class.