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
Methods in net.minecraft.world.entity.animal with parameters of type EquippableModifier and TypeMethodDescriptionprotected Holder<SoundEvent> Pig.getEquipSound(EquipmentSlot p_397377_, ItemStack p_397787_, Equippable p_397153_) -
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 p_397855_, ItemStack p_397494_, Equippable p_397094_) -
Uses of Equippable in net.minecraft.world.entity.animal.horse
Methods in net.minecraft.world.entity.animal.horse with parameters of type EquippableModifier and TypeMethodDescriptionprotected Holder<SoundEvent> AbstractHorse.getEquipSound(EquipmentSlot p_397157_, ItemStack p_397978_, Equippable p_397221_) -
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 p_397775_, ItemStack p_397723_, Equippable p_397102_) -
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 EquippableEquippable.saddle()