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