类 ExperienceOrb

所有已实现的接口:
CommandSource, EntityAccess, Nameable, ICapabilityProvider, ICapabilityProviderImpl<Entity>, ICapabilitySerializable<CompoundTag>, IForgeEntity, INBTSerializable<CompoundTag>

public class ExperienceOrb extends Entity
  • 字段详细资料

    • LIFETIME

      private static final int LIFETIME
      另请参阅:
    • ENTITY_SCAN_PERIOD

      private static final int ENTITY_SCAN_PERIOD
      另请参阅:
    • MAX_FOLLOW_DIST

      private static final int MAX_FOLLOW_DIST
      另请参阅:
    • ORB_GROUPS_PER_AREA

      private static final int ORB_GROUPS_PER_AREA
      另请参阅:
    • ORB_MERGE_DISTANCE

      private static final double ORB_MERGE_DISTANCE
      另请参阅:
    • age

      private int age
    • health

      private int health
    • value

      public int value
    • count

      private int count
    • followingPlayer

      private Player followingPlayer
  • 构造器详细资料

    • ExperienceOrb

      public ExperienceOrb(Level pLevel, double pX, double pY, double pZ, int pValue)
    • ExperienceOrb

      public ExperienceOrb(EntityType<? extends ExperienceOrb> pEntityType, Level pLevel)
  • 方法详细资料