Uses of Enum Class
net.minecraft.world.entity.EntityAttachment
Packages that use EntityAttachment
-
Uses of EntityAttachment in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type EntityAttachmentModifier and TypeFieldDescriptionprivate final Map
<EntityAttachment, List<Vec3>> EntityAttachments.attachments
private final Map
<EntityAttachment, List<Vec3>> EntityAttachments.Builder.attachments
Methods in net.minecraft.world.entity that return EntityAttachmentModifier 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.Methods in net.minecraft.world.entity with parameters of type EntityAttachmentModifier 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_) Constructor parameters in net.minecraft.world.entity with type arguments of type EntityAttachmentModifierConstructorDescription(package private)
EntityAttachments
(Map<EntityAttachment, List<Vec3>> p_316675_)