Uses of Class
net.minecraft.network.protocol.game.ClientboundBundlePacket
Packages that use ClientboundBundlePacket
-
Uses of ClientboundBundlePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundBundlePacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleBundlePacket
(ClientboundBundlePacket p_265195_) -
Uses of ClientboundBundlePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundBundlePacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundBundlePacket> GamePacketTypes.CLIENTBOUND_BUNDLE
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundBundlePacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundBundlePacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleBundlePacket
(ClientboundBundlePacket p_265211_)