yarn/mappings/net/minecraft/entity/EntityLike.mapping

22 lines
1.0 KiB
Plaintext

CLASS net/minecraft/class_5568 net/minecraft/entity/EntityLike
COMMENT A superinterface of {@link Entity}.
METHOD method_24515 getBlockPos ()Lnet/minecraft/class_2338;
COMMENT The entity's location in the world.
METHOD method_31744 setChangeHandler (Lnet/minecraft/class_5569;)V
COMMENT Sets the behavior to execute when an entity's state updates.
COMMENT
COMMENT @see EntityChangeHandler
ARG 1 listener
METHOD method_31745 setRemoved (Lnet/minecraft/class_1297$class_5529;)V
ARG 1 reason
METHOD method_31746 shouldSave ()Z
METHOD method_31747 isPlayer ()Z
METHOD method_31748 postfixPassengerStream ()Ljava/util/stream/Stream;
COMMENT The entity's passengers, recursively with the deepest nested passengers first, followed by this entity.
METHOD method_5628 getEntityId ()I
COMMENT The entity's transient network ID.
METHOD method_5667 getUuid ()Ljava/util/UUID;
COMMENT The entity's persistent universal unique identifier.
METHOD method_5829 getBoundingBox ()Lnet/minecraft/class_238;
COMMENT The entity's collision bounding box.