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 BundlerInfo
ConnectionProtocol.PacketSet.bundlerInfo
private BundlerInfo
PacketBundlePacker.infoForCurrentBundler
Methods in net.minecraft.network that return BundlerInfoModifier and TypeMethodDescriptionConnectionProtocol.CodecData.bundlerInfo()
ConnectionProtocol.PacketSet.bundlerInfo()
-
Uses of BundlerInfo in net.minecraft.network.protocol
Fields in net.minecraft.network.protocol declared as BundlerInfoMethods in net.minecraft.network.protocol that return BundlerInfoModifier and TypeMethodDescriptionBundlerInfo.Provider.bundlerInfo()
static <T extends PacketListener,
P extends BundlePacket<T>>
BundlerInfoBundlerInfo.createForPacket
(Class<P> p_265438_, Function<Iterable<Packet<T>>, P> p_265627_, BundleDelimiterPacket<T> p_265373_)