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