Class Creeper

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

public class Creeper extends Monster implements PowerableMob
  • Field Details

    • DATA_SWELL_DIR

      private static final EntityDataAccessor<Integer> DATA_SWELL_DIR
    • DATA_IS_POWERED

      private static final EntityDataAccessor<Boolean> DATA_IS_POWERED
    • DATA_IS_IGNITED

      private static final EntityDataAccessor<Boolean> DATA_IS_IGNITED
    • oldSwell

      private int oldSwell
    • swell

      private int swell
    • maxSwell

      private int maxSwell
    • explosionRadius

      private int explosionRadius
    • droppedSkulls

      private int droppedSkulls
  • Constructor Details

  • Method Details