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 boolean
HumanoidArmorLayer.shouldRender
(Equippable p_371295_, EquipmentSlot p_371795_) -
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.item.equipment
Fields in net.minecraft.world.item.equipment with type parameters of type EquippableModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<Equippable> Equippable.CODEC
static final StreamCodec
<RegistryFriendlyByteBuf, Equippable> Equippable.STREAM_CODEC
Methods in net.minecraft.world.item.equipment that return Equippable