Package | Description |
---|---|
net.minecraft.world.gen.feature |
Modifier and Type | Field and Description |
---|---|
static Feature<OreFeatureConfig> |
Feature.ORE |
Modifier and Type | Method and Description |
---|---|
static OreFeatureConfig |
OreFeatureConfig.deserialize(com.mojang.datafixers.Dynamic<?> in) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
OreFeature.func_207803_a(IWorld worldIn,
java.util.Random random,
OreFeatureConfig config,
double p_207803_4_,
double p_207803_6_,
double p_207803_8_,
double p_207803_10_,
double p_207803_12_,
double p_207803_14_,
int p_207803_16_,
int p_207803_17_,
int p_207803_18_,
int p_207803_19_,
int p_207803_20_) |
boolean |
OreFeature.place(IWorld worldIn,
ChunkGenerator<? extends GenerationSettings> generator,
java.util.Random rand,
BlockPos pos,
OreFeatureConfig config) |
Constructor and Description |
---|
OreFeature(java.util.function.Function<com.mojang.datafixers.Dynamic<?>,? extends OreFeatureConfig> configFactoryIn) |