public interface DimensionLogic
Modifier and Type | Method and Description |
---|---|
DimensionLogic |
addOre(net.minecraft.block.state.IBlockState state,
int size,
int variation,
int frequency,
int minHeight,
int maxHeight,
net.minecraft.world.biome.Biome... biomes) |
SpawnLogic |
end() |
java.util.Collection<SpawnEntry> |
getEntries() |
DimensionLogic addOre(net.minecraft.block.state.IBlockState state, int size, int variation, int frequency, int minHeight, int maxHeight, net.minecraft.world.biome.Biome... biomes)
java.util.Collection<SpawnEntry> getEntries()
SpawnLogic end()