All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
static boolean |
canReplace(TestableWorld world,
BlockPos pos) |
static boolean |
canTreeReplace(TestableWorld world,
BlockPos pos) |
private boolean |
generate(ModifiableTestableWorld world,
Random random,
BlockPos pos,
Set<BlockPos> logPositions,
Set<BlockPos> leavesPositions,
BlockBox box,
TreeFeatureConfig config) |
boolean |
generate(StructureWorldAccess structureWorldAccess,
ChunkGenerator chunkGenerator,
Random random,
BlockPos blockPos,
TreeFeatureConfig treeFeatureConfig) |
static boolean |
isAirOrLeaves(TestableWorld world,
BlockPos pos) |
private static boolean |
isDirtOrGrass(TestableWorld world,
BlockPos pos) |
private static boolean |
isReplaceablePlant(TestableWorld world,
BlockPos pos) |
private static boolean |
isVine(TestableWorld world,
BlockPos pos) |
private static boolean |
isWater(TestableWorld world,
BlockPos pos) |
private int |
method_29963(TestableWorld testableWorld,
int int2,
BlockPos blockPos,
TreeFeatureConfig treeFeatureConfig) |
private VoxelSet |
placeLogsAndLeaves(WorldAccess world,
BlockBox box,
Set<BlockPos> logs,
Set<BlockPos> leaves) |
protected void |
setBlockState(ModifiableWorld world,
BlockPos pos,
BlockState state) |
static void |
setBlockStateWithoutUpdatingNeighbors(ModifiableWorld world,
BlockPos pos,
BlockState state) |