Uses of Class
net.minecraft.network.protocol.game.ClientboundSetEquipmentPacket
Packages that use ClientboundSetEquipmentPacket
-
Uses of ClientboundSetEquipmentPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundSetEquipmentPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleSetEquipment
(ClientboundSetEquipmentPacket p_105094_) -
Uses of ClientboundSetEquipmentPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundSetEquipmentPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundSetEquipmentPacket> GamePacketTypes.CLIENTBOUND_SET_EQUIPMENT
static final StreamCodec
<RegistryFriendlyByteBuf, ClientboundSetEquipmentPacket> ClientboundSetEquipmentPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundSetEquipmentPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundSetEquipmentPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleSetEquipment
(ClientboundSetEquipmentPacket p_131435_)