public final class EntityEntryBuilder.Spawn
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.Iterable<Biome> |
biomes |
private int |
max |
private int |
min |
private EnumCreatureType |
type |
private int |
weight |
Constructor and Description |
---|
Spawn(EnumCreatureType type,
int weight,
int min,
int max,
java.lang.Iterable<Biome> biomes) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
insert() |
private final EnumCreatureType type
private final int weight
private final int min
private final int max
private final java.lang.Iterable<Biome> biomes
public Spawn(EnumCreatureType type, int weight, int min, int max, java.lang.Iterable<Biome> biomes)