Class EyeOfEnderEntity

All Implemented Interfaces:
ICommandSource, IRendersAsItem, INameable, ICapabilityProvider, ICapabilitySerializable<CompoundNBT>, IForgeEntity, INBTSerializable<CompoundNBT>

public class EyeOfEnderEntity extends Entity implements IRendersAsItem
  • Field Details

    • DATA_ITEM_STACK

      private static final DataParameter<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

    • EyeOfEnderEntity

      public EyeOfEnderEntity(EntityType<? extends EyeOfEnderEntity> p_i50169_1_, World p_i50169_2_)
    • EyeOfEnderEntity

      public EyeOfEnderEntity(World p_i1758_1_, double p_i1758_2_, double p_i1758_4_, double p_i1758_6_)
  • Method Details