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 TypeMethodDescriptionvoidClientPacketListener.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_EQUIPMENTstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundSetEquipmentPacket> ClientboundSetEquipmentPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.handleSetEquipment(ClientboundSetEquipmentPacket p_131435_)