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 doublechargestatic com.mojang.serialization.Codec<MobSpawnInfo.SpawnCosts>CODECprivate doubleenergyBudget
-
Constructor Summary
Constructors Modifier Constructor Description privateSpawnCosts(double p_i241948_1_, double p_i241948_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetCharge()doublegetEnergyBudget()
-
-
-
Field Detail
-
CODEC
public static final com.mojang.serialization.Codec<MobSpawnInfo.SpawnCosts> CODEC
-
energyBudget
private final double energyBudget
-
charge
private final double charge
-
-