Package net.minecraft.entity
Class EntityAttachments
java.lang.Object
net.minecraft.entity.EntityAttachments
- Mappings:
Namespace Name official brj
intermediary net/minecraft/class_9066
named net/minecraft/entity/EntityAttachments
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EntityAttachments.Builder
builder()
getPoint
(EntityAttachmentType type, int index, float yaw) getPointNullable
(EntityAttachmentType type, int index, float yaw) getPointOrDefault
(EntityAttachmentType type, int index, float yaw) static EntityAttachments
of
(float width, float height) private static Vec3d
rotatePoint
(Vec3d point, float yaw) scale
(float xScale, float yScale, float zScale) scalePoints
(List<Vec3d> points, float xScale, float yScale, float zScale)
-
Field Details
-
points
- Mappings:
Namespace Name Mixin selector official a
Lbrj;a:Ljava/util/Map;
intermediary field_47752
Lnet/minecraft/class_9066;field_47752:Ljava/util/Map;
named points
Lnet/minecraft/entity/EntityAttachments;points:Ljava/util/Map;
-
-
Constructor Details
-
EntityAttachments
EntityAttachments(Map<EntityAttachmentType, List<Vec3d>> points) - Mappings:
Namespace Name Mixin selector official <init>
Lbrj;<init>(Ljava/util/Map;)V
intermediary <init>
Lnet/minecraft/class_9066;<init>(Ljava/util/Map;)V
named <init>
Lnet/minecraft/entity/EntityAttachments;<init>(Ljava/util/Map;)V
-
-
Method Details
-
of
- Mappings:
Namespace Name Mixin selector official a
Lbrj;a(FF)Lbrj;
intermediary method_55844
Lnet/minecraft/class_9066;method_55844(FF)Lnet/minecraft/class_9066;
named of
Lnet/minecraft/entity/EntityAttachments;of(FF)Lnet/minecraft/entity/EntityAttachments;
-
builder
- Mappings:
Namespace Name Mixin selector official a
Lbrj;a()Lbrj$a;
intermediary method_55673
Lnet/minecraft/class_9066;method_55673()Lnet/minecraft/class_9066$class_9067;
named builder
Lnet/minecraft/entity/EntityAttachments;builder()Lnet/minecraft/entity/EntityAttachments$Builder;
-
scale
- Mappings:
Namespace Name Mixin selector official a
Lbrj;a(FFF)Lbrj;
intermediary method_55674
Lnet/minecraft/class_9066;method_55674(FFF)Lnet/minecraft/class_9066;
named scale
Lnet/minecraft/entity/EntityAttachments;scale(FFF)Lnet/minecraft/entity/EntityAttachments;
-
scalePoints
private static List<Vec3d> scalePoints(List<Vec3d> points, float xScale, float yScale, float zScale) - Mappings:
Namespace Name Mixin selector official a
Lbrj;a(Ljava/util/List;FFF)Ljava/util/List;
intermediary method_55677
Lnet/minecraft/class_9066;method_55677(Ljava/util/List;FFF)Ljava/util/List;
named scalePoints
Lnet/minecraft/entity/EntityAttachments;scalePoints(Ljava/util/List;FFF)Ljava/util/List;
-
getPointNullable
- Mappings:
Namespace Name Mixin selector official a
Lbrj;a(Lbri;IF)Letp;
intermediary method_55675
Lnet/minecraft/class_9066;method_55675(Lnet/minecraft/class_9064;IF)Lnet/minecraft/class_243;
named getPointNullable
Lnet/minecraft/entity/EntityAttachments;getPointNullable(Lnet/minecraft/entity/EntityAttachmentType;IF)Lnet/minecraft/util/math/Vec3d;
-
getPoint
- Mappings:
Namespace Name Mixin selector official b
Lbrj;b(Lbri;IF)Letp;
intermediary method_55678
Lnet/minecraft/class_9066;method_55678(Lnet/minecraft/class_9064;IF)Lnet/minecraft/class_243;
named getPoint
Lnet/minecraft/entity/EntityAttachments;getPoint(Lnet/minecraft/entity/EntityAttachmentType;IF)Lnet/minecraft/util/math/Vec3d;
-
getPointOrDefault
- Mappings:
Namespace Name Mixin selector official c
Lbrj;c(Lbri;IF)Letp;
intermediary method_55679
Lnet/minecraft/class_9066;method_55679(Lnet/minecraft/class_9064;IF)Lnet/minecraft/class_243;
named getPointOrDefault
Lnet/minecraft/entity/EntityAttachments;getPointOrDefault(Lnet/minecraft/entity/EntityAttachmentType;IF)Lnet/minecraft/util/math/Vec3d;
-
rotatePoint
- Mappings:
Namespace Name Mixin selector official a
Lbrj;a(Letp;F)Letp;
intermediary method_55676
Lnet/minecraft/class_9066;method_55676(Lnet/minecraft/class_243;F)Lnet/minecraft/class_243;
named rotatePoint
Lnet/minecraft/entity/EntityAttachments;rotatePoint(Lnet/minecraft/util/math/Vec3d;F)Lnet/minecraft/util/math/Vec3d;
-