Package net.minecraft.world.biome
Class MobSpawnInfo.SpawnCosts
- java.lang.Object
-
- net.minecraft.world.biome.MobSpawnInfo.SpawnCosts
-
- Enclosing class:
- MobSpawnInfo
public static class MobSpawnInfo.SpawnCosts extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private double
charge
static com.mojang.serialization.Codec<MobSpawnInfo.SpawnCosts>
CODEC
private double
energyBudget
-
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()
-
-
-
Field Detail
-
CODEC
public static final com.mojang.serialization.Codec<MobSpawnInfo.SpawnCosts> CODEC
-
energyBudget
private final double energyBudget
-
charge
private final double charge
-
-