Uses of Enum Class
net.minecraft.world.entity.EntityAttachment
-
Uses of EntityAttachment in net.minecraft.world.entity
Modifier and TypeFieldDescriptionprivate final Map
<EntityAttachment, List<Vec3>> EntityAttachments.attachments
private final Map
<EntityAttachment, List<Vec3>> EntityAttachments.Builder.attachments
Modifier and TypeMethodDescriptionstatic EntityAttachment
Returns the enum constant of this class with the specified name.static EntityAttachment[]
EntityAttachment.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionEntityAttachments.Builder.attach
(EntityAttachment p_316395_, float p_316627_, float p_316510_, float p_316313_) EntityAttachments.Builder.attach
(EntityAttachment p_316903_, Vec3 p_316337_) EntityType.Builder.attach
(EntityAttachment p_320654_, float p_320819_, float p_320871_, float p_320278_) EntityType.Builder.attach
(EntityAttachment p_320601_, Vec3 p_320745_) EntityAttachments.get
(EntityAttachment p_316290_, int p_316517_, float p_316296_) EntityAttachments.getClamped
(EntityAttachment p_316117_, int p_316379_, float p_316900_) EntityAttachments.getNullable
(EntityAttachment p_316263_, int p_316709_, float p_316113_) ModifierConstructorDescription(package private)
EntityAttachments
(Map<EntityAttachment, List<Vec3>> p_316675_)