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 pAttachment, float pX, float pY, float pZ) EntityAttachments.Builder.attach
(EntityAttachment pAttachment, Vec3 pPoas) EntityType.Builder.attach
(EntityAttachment pAttachment, float pX, float pY, float pZ) EntityType.Builder.attach
(EntityAttachment pAttachment, Vec3 pPos) EntityAttachments.get
(EntityAttachment pAttachment, int pIndex, float pYRot) EntityAttachments.getClamped
(EntityAttachment pAttachment, int pIndex, float pYRot) EntityAttachments.getNullable
(EntityAttachment pAttachment, int pIndex, float pYRot) Constructor parameters in net.minecraft.world.entity with type arguments of type EntityAttachmentModifierConstructorDescription(package private)
EntityAttachments
(Map<EntityAttachment, List<Vec3>> pAttachments)