public class FeatureHugeJungleTree extends FeatureHugeTree
| Modifier and Type | Field and Description |
|---|---|
static IntRange |
DEFAULT_HEIGHT |
height, leaves, logAIR, REPLACEABLE| Constructor and Description |
|---|
FeatureHugeJungleTree(@NonNull IntRange height,
BlockSelector log,
BlockSelector leaves) |
FeatureHugeJungleTree(@NonNull IntRange height,
@NonNull GenerationTreeSpecies species) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
placeLeaves(ChunkManager level,
net.daporkchop.lib.random.PRandom random,
int x,
int y,
int z,
int height,
BlockState log,
BlockState leaves) |
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, place, placeCircularLeafLayerchooseHeight, selectLeaves, selectLogallNeighborsMatch, allNeighborsMatch, replaceGrassWithDirt, test, testOrLiquid, testOrLiquidpublic static final IntRange DEFAULT_HEIGHT
public FeatureHugeJungleTree(@NonNull
@NonNull IntRange height,
@NonNull
@NonNull GenerationTreeSpecies species)
public FeatureHugeJungleTree(@NonNull
@NonNull IntRange height,
BlockSelector log,
BlockSelector leaves)
protected void placeLeaves(ChunkManager level, net.daporkchop.lib.random.PRandom random, int x, int y, int z, int height, BlockState log, BlockState leaves)
placeLeaves in class FeatureAbstractTreeprotected 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 FeatureHugeTreeprotected void placeVines(ChunkManager level, net.daporkchop.lib.random.PRandom random, int x, int y, int z, Direction face)
Copyright © 2020. All rights reserved.