Package net.minecraft.world.biome
Class Biome.SpawnEntry
java.lang.Object
net.minecraft.util.collection.WeightedPicker.Entry
net.minecraft.world.biome.Biome.SpawnEntry
- Enclosing class:
- Biome
public static class Biome.SpawnEntry extends WeightedPicker.Entry
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.serialization.Codec<Biome.SpawnEntry>CODECintmaxGroupSizeintminGroupSizeEntityType<?>type -
Constructor Summary
Constructors Constructor Description SpawnEntry(EntityType<?> type, int weight, int minGroupSize, int maxGroupSize) -
Method Summary
-
Field Details
-
CODEC
-
type
-
minGroupSize
public final int minGroupSize -
maxGroupSize
public final int maxGroupSize
-
-
Constructor Details
-
Method Details