Uses of Record Class
net.minecraft.network.protocol.game.ClientboundCooldownPacket
Packages that use ClientboundCooldownPacket
-
Uses of ClientboundCooldownPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundCooldownPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleItemCooldown
(ClientboundCooldownPacket p_105002_) -
Uses of ClientboundCooldownPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundCooldownPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundCooldownPacket> GamePacketTypes.CLIENTBOUND_COOLDOWN
static final StreamCodec
<RegistryFriendlyByteBuf, ClientboundCooldownPacket> ClientboundCooldownPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundCooldownPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundCooldownPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleItemCooldown
(ClientboundCooldownPacket p_131389_)