Uses of Record Class
net.minecraft.world.item.equipment.Equippable
Packages that use Equippable
Package
Description
-
Uses of Equippable in net.minecraft.client.renderer.entity.layers
Methods in net.minecraft.client.renderer.entity.layers with parameters of type EquippableModifier and TypeMethodDescriptionprivate static booleanHumanoidArmorLayer.shouldRender(Equippable equippable, EquipmentSlot slot) -
Uses of Equippable in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type EquippableModifier and TypeFieldDescriptionstatic final DataComponentType<Equippable> DataComponents.EQUIPPABLE -
Uses of Equippable in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type EquippableModifier and TypeMethodDescriptionprotected Holder<SoundEvent> LivingEntity.getEquipSound(EquipmentSlot slot, ItemStack stack, Equippable equippable) -
Uses of Equippable in net.minecraft.world.entity.animal.camel
Methods in net.minecraft.world.entity.animal.camel with parameters of type EquippableModifier and TypeMethodDescriptionprotected Holder<SoundEvent> Camel.getEquipSound(EquipmentSlot slot, ItemStack stack, Equippable equippable) -
Uses of Equippable in net.minecraft.world.entity.animal.equine
Methods in net.minecraft.world.entity.animal.equine with parameters of type EquippableModifier and TypeMethodDescriptionprotected Holder<SoundEvent> AbstractHorse.getEquipSound(EquipmentSlot slot, ItemStack stack, Equippable equippable) -
Uses of Equippable in net.minecraft.world.entity.animal.nautilus
Methods in net.minecraft.world.entity.animal.nautilus with parameters of type EquippableModifier and TypeMethodDescriptionprotected Holder<SoundEvent> AbstractNautilus.getEquipSound(EquipmentSlot slot, ItemStack stack, Equippable equippable) -
Uses of Equippable in net.minecraft.world.entity.animal.pig
Methods in net.minecraft.world.entity.animal.pig with parameters of type EquippableModifier and TypeMethodDescriptionprotected Holder<SoundEvent> Pig.getEquipSound(EquipmentSlot slot, ItemStack stack, Equippable equippable) -
Uses of Equippable in net.minecraft.world.entity.monster
Methods in net.minecraft.world.entity.monster with parameters of type EquippableModifier and TypeMethodDescriptionprotected Holder<SoundEvent> Strider.getEquipSound(EquipmentSlot slot, ItemStack stack, Equippable equippable) -
Uses of Equippable in net.minecraft.world.item.equipment
Fields in net.minecraft.world.item.equipment with type parameters of type EquippableModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Equippable> Equippable.CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Equippable> Equippable.STREAM_CODECMethods in net.minecraft.world.item.equipment that return EquippableModifier and TypeMethodDescriptionEquippable.Builder.build()static Equippablestatic Equippablestatic EquippableEquippable.saddle()