Uses of Enum Class
net.minecraft.world.entity.EntityAttachment
Packages that use EntityAttachment
-
Uses of EntityAttachment in net.minecraft.world.entity
Subclasses with type arguments of type EntityAttachment in net.minecraft.world.entityFields in net.minecraft.world.entity with type parameters of type EntityAttachmentModifier and TypeFieldDescriptionprivate final Map<EntityAttachment, List<Vec3>> EntityAttachments.attachmentsprivate final Map<EntityAttachment, List<Vec3>> EntityAttachments.Builder.attachmentsMethods in net.minecraft.world.entity that return EntityAttachmentModifier and TypeMethodDescriptionstatic EntityAttachmentReturns 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 attachment, float x, float y, float z) EntityAttachments.Builder.attach(EntityAttachment attachment, Vec3 point) EntityType.Builder.attach(EntityAttachment attachment, float x, float y, float z) EntityType.Builder.attach(EntityAttachment attachment, Vec3 point) EntityAttachments.get(EntityAttachment attachment, int index, float rotY) EntityAttachments.getAverage(EntityAttachment attachment) EntityAttachments.getClamped(EntityAttachment attachment, int index, float rotY) @Nullable Vec3EntityAttachments.getNullable(EntityAttachment attachment, int index, float rotY) Constructor parameters in net.minecraft.world.entity with type arguments of type EntityAttachmentModifierConstructorDescriptionprivateEntityAttachments(Map<EntityAttachment, List<Vec3>> attachments)