public static class Biome.SpawnEntry extends WeightedPicker.Entry
| Modifier and Type | Field and Description |
|---|---|
int |
maxGroupSize |
int |
minGroupSize |
EntityType<?> |
type |
weight| Constructor and Description |
|---|
SpawnEntry(EntityType<?> type,
int weight,
int minGroupSize,
int maxGroupSize) |
public final EntityType<?> type
public final int minGroupSize
public final int maxGroupSize
public SpawnEntry(EntityType<?> type, int weight, int minGroupSize, int maxGroupSize)