Class EyeOfEnder

All Implemented Interfaces:
CommandSource, ItemSupplier, EntityAccess, Nameable, ICapabilityProvider, ICapabilitySerializable<CompoundTag>, IForgeEntity, INBTSerializable<CompoundTag>

public class EyeOfEnder extends Entity implements ItemSupplier
  • Field Details

    • 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 p_36960_, double p_36961_, double p_36962_, double p_36963_)
  • Method Details