public class WorldGenNoOp
extends net.minecraft.world.gen.feature.WorldGenerator
| Modifier and Type | Field and Description |
|---|---|
static WorldGenNoOp |
INSTANCE |
| Constructor and Description |
|---|
WorldGenNoOp() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
generate(net.minecraft.world.World world,
java.util.Random random,
net.minecraft.util.math.BlockPos blockPos) |
public static final WorldGenNoOp INSTANCE