public class FeatureMushroomRed extends FeatureMushroomBrown
height, leaves, logAIR, REPLACEABLE| Constructor and Description |
|---|
FeatureMushroomRed(@NonNull IntRange height) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
placeLeaves(org.cloudburstmc.api.level.ChunkManager level,
net.daporkchop.lib.random.PRandom random,
int x,
int y,
int z,
int height,
org.cloudburstmc.api.block.BlockState log,
org.cloudburstmc.api.block.BlockState leaves) |
protected void |
placeSideColumn(org.cloudburstmc.api.level.ChunkManager level,
int x,
int y,
int z,
int damage) |
protected org.cloudburstmc.api.block.BlockState |
selectLog(org.cloudburstmc.api.level.ChunkManager level,
net.daporkchop.lib.random.PRandom random,
int x,
int y,
int z,
int height) |
canPlace, chooseHeight, finish, placeTrunk, selectLeavesplaceallNeighborsMatch, allNeighborsMatch, replaceGrassWithDirt, test, testOrLiquid, testOrLiquidpublic FeatureMushroomRed(@NonNull
@NonNull IntRange height)
protected org.cloudburstmc.api.block.BlockState selectLog(org.cloudburstmc.api.level.ChunkManager level,
net.daporkchop.lib.random.PRandom random,
int x,
int y,
int z,
int height)
selectLog in class FeatureMushroomBrownprotected void placeLeaves(org.cloudburstmc.api.level.ChunkManager level,
net.daporkchop.lib.random.PRandom random,
int x,
int y,
int z,
int height,
org.cloudburstmc.api.block.BlockState log,
org.cloudburstmc.api.block.BlockState leaves)
placeLeaves in class FeatureMushroomBrownprotected void placeSideColumn(org.cloudburstmc.api.level.ChunkManager level,
int x,
int y,
int z,
int damage)
Copyright © 2021. All rights reserved.