public class FeatureJungleTree extends FeatureNormalTree
DEFAULT_HEIGHTheight, leaves, logAIR, REPLACEABLE| Constructor and Description |
|---|
FeatureJungleTree(@NonNull IntRange height,
@NonNull BlockSelector wood,
@NonNull BlockSelector leaves) |
FeatureJungleTree(@NonNull IntRange height,
@NonNull GenerationTreeSpecies species) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
placeTrunk(ChunkManager level,
net.daporkchop.lib.random.PRandom random,
int x,
int y,
int z,
int height,
BlockState log,
BlockState leaves) |
protected void |
placeVines(ChunkManager level,
net.daporkchop.lib.random.PRandom random,
int x,
int y,
int z,
Direction face) |
canPlace, finish, placeLeaveschooseHeight, place, selectLeaves, selectLogallNeighborsMatch, allNeighborsMatch, replaceGrassWithDirt, test, testOrLiquid, testOrLiquidpublic FeatureJungleTree(@NonNull
@NonNull IntRange height,
@NonNull
@NonNull GenerationTreeSpecies species)
public FeatureJungleTree(@NonNull
@NonNull IntRange height,
@NonNull
@NonNull BlockSelector wood,
@NonNull
@NonNull BlockSelector leaves)
protected void placeTrunk(ChunkManager level, net.daporkchop.lib.random.PRandom random, int x, int y, int z, int height, BlockState log, BlockState leaves)
placeTrunk in class FeatureNormalTreeprotected void placeVines(ChunkManager level, net.daporkchop.lib.random.PRandom random, int x, int y, int z, Direction face)
Copyright © 2020. All rights reserved.