public class SpawnEntryImpl extends java.lang.Object implements SpawnEntry
Constructor and Description |
---|
SpawnEntryImpl(net.minecraft.block.state.IBlockState state,
int size,
int variation,
int frequency,
int minHeight,
int maxHeight,
net.minecraft.world.biome.Biome[] biomes) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.world.biome.Biome[] |
getBiomes() |
int |
getFrequency() |
int |
getMaxHeight() |
int |
getMinHeight() |
int |
getSize() |
net.minecraft.block.state.IBlockState |
getState() |
int |
getVariation() |
public SpawnEntryImpl(net.minecraft.block.state.IBlockState state, int size, int variation, int frequency, int minHeight, int maxHeight, net.minecraft.world.biome.Biome[] biomes)
public net.minecraft.block.state.IBlockState getState()
getState
in interface SpawnEntry
public int getSize()
getSize
in interface SpawnEntry
public int getVariation()
getVariation
in interface SpawnEntry
public int getFrequency()
getFrequency
in interface SpawnEntry
public int getMinHeight()
getMinHeight
in interface SpawnEntry
public int getMaxHeight()
getMaxHeight
in interface SpawnEntry
public net.minecraft.world.biome.Biome[] getBiomes()
getBiomes
in interface SpawnEntry