Class MobSpawnInfo.SpawnCosts

  • Enclosing class:
    MobSpawnInfo

    public static class MobSpawnInfo.SpawnCosts
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SpawnCosts​(double p_i241948_1_, double p_i241948_3_)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getCharge()  
      double getEnergyBudget()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • energyBudget

        private final double energyBudget
      • charge

        private final double charge
    • Constructor Detail

      • SpawnCosts

        private SpawnCosts​(double p_i241948_1_,
                           double p_i241948_3_)
    • Method Detail

      • getEnergyBudget

        public double getEnergyBudget()
      • getCharge

        public double getCharge()