Package | Description |
---|---|
net.minecraft.client.world | |
net.minecraft.world | |
net.minecraft.world.gen | |
net.minecraft.world.gen.feature | |
net.minecraft.world.gen.treedecorator | |
net.minecraft.world.server |
Modifier and Type | Class and Description |
---|---|
class |
ClientWorld |
Modifier and Type | Interface and Description |
---|---|
interface |
IWorld |
Modifier and Type | Class and Description |
---|---|
class |
World |
Modifier and Type | Interface and Description |
---|---|
interface |
IWorldGenerationReader |
Modifier and Type | Class and Description |
---|---|
class |
WorldGenRegion |
Modifier and Type | Method and Description |
---|---|
private void |
AbstractTreeFeature.func_208521_b(IWorldWriter p_208521_1_,
BlockPos p_208521_2_,
BlockState p_208521_3_) |
protected void |
AbstractTreeFeature.func_227217_a_(IWorldWriter p_227217_1_,
BlockPos p_227217_2_,
BlockState p_227217_3_,
MutableBoundingBox p_227217_4_) |
protected void |
AbstractTreeFeature.setBlockState(IWorldWriter worldIn,
BlockPos pos,
BlockState state) |
protected void |
Feature.setBlockState(IWorldWriter worldIn,
BlockPos pos,
BlockState state) |
Modifier and Type | Method and Description |
---|---|
protected void |
TreeDecorator.func_227423_a_(IWorldWriter p_227423_1_,
BlockPos p_227423_2_,
BlockState p_227423_3_,
java.util.Set<BlockPos> p_227423_4_,
MutableBoundingBox p_227423_5_) |
protected void |
TreeDecorator.func_227424_a_(IWorldWriter p_227424_1_,
BlockPos p_227424_2_,
BooleanProperty p_227424_3_,
java.util.Set<BlockPos> p_227424_4_,
MutableBoundingBox p_227424_5_) |
Modifier and Type | Class and Description |
---|---|
class |
ServerMultiWorld |
class |
ServerWorld |