Uses of Record Class
net.minecraft.component.type.EquippableComponent
Packages that use EquippableComponent
Package
Description
-
Uses of EquippableComponent in net.minecraft.client.render.entity.feature
Methods in net.minecraft.client.render.entity.feature with parameters of type EquippableComponentModifier and TypeMethodDescriptionprivate static boolean
ArmorFeatureRenderer.hasModel
(EquippableComponent component, EquipmentSlot slot) -
Uses of EquippableComponent in net.minecraft.component
Fields in net.minecraft.component with type parameters of type EquippableComponentModifier and TypeFieldDescriptionstatic final ComponentType
<EquippableComponent> DataComponentTypes.EQUIPPABLE
-
Uses of EquippableComponent in net.minecraft.component.type
Fields in net.minecraft.component.type with type parameters of type EquippableComponentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<EquippableComponent> EquippableComponent.CODEC
static final PacketCodec
<RegistryByteBuf, EquippableComponent> EquippableComponent.PACKET_CODEC
Methods in net.minecraft.component.type that return EquippableComponentModifier and TypeMethodDescriptionEquippableComponent.Builder.build()
static EquippableComponent
static EquippableComponent
EquippableComponent.ofSaddle()
-
Uses of EquippableComponent in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type EquippableComponentModifier and TypeMethodDescriptionprotected RegistryEntry
<SoundEvent> LivingEntity.getEquipSound
(EquipmentSlot slot, ItemStack stack, EquippableComponent equippableComponent) -
Uses of EquippableComponent in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive with parameters of type EquippableComponentModifier and TypeMethodDescriptionprotected RegistryEntry
<SoundEvent> AbstractHorseEntity.getEquipSound
(EquipmentSlot slot, ItemStack stack, EquippableComponent equippableComponent) protected RegistryEntry
<SoundEvent> CamelEntity.getEquipSound
(EquipmentSlot slot, ItemStack stack, EquippableComponent equippableComponent) protected RegistryEntry
<SoundEvent> PigEntity.getEquipSound
(EquipmentSlot slot, ItemStack stack, EquippableComponent equippableComponent) protected RegistryEntry
<SoundEvent> StriderEntity.getEquipSound
(EquipmentSlot slot, ItemStack stack, EquippableComponent equippableComponent)