Class EyeOfEnder

All Implemented Interfaces:
DataComponentGetter, SyncedDataHolder, ItemSupplier, EntityAccess, UniquelyIdentifyable, Nameable, ScoreHolder, IAttachmentHolder, IEntityExtension

public class EyeOfEnder extends Entity implements ItemSupplier
  • Field Details

    • MIN_CAMERA_DISTANCE_SQUARED

      private static final float MIN_CAMERA_DISTANCE_SQUARED
      See Also:
    • DATA_ITEM_STACK

      private static final EntityDataAccessor<ItemStack> DATA_ITEM_STACK
    • tx

      private double tx
    • ty

      private double ty
    • tz

      private double tz
    • life

      private int life
    • surviveAfterDeath

      private boolean surviveAfterDeath
  • Constructor Details

    • EyeOfEnder

      public EyeOfEnder(EntityType<? extends EyeOfEnder> p_36957_, Level p_36958_)
    • EyeOfEnder

      public EyeOfEnder(Level pLevel, double pX, double pY, double pZ)
  • Method Details