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 booleanArmorFeatureRenderer.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.CODECstatic final PacketCodec<RegistryByteBuf, EquippableComponent> EquippableComponent.PACKET_CODECMethods in net.minecraft.component.type that return EquippableComponentModifier and TypeMethodDescriptionEquippableComponent.Builder.build()static EquippableComponentstatic EquippableComponentEquippableComponent.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)