public class PixelmonDebugChunkGenerator
extends net.minecraft.world.gen.DebugChunkGenerator
Modifier and Type | Field and Description |
---|---|
static com.mojang.serialization.Codec<PixelmonDebugChunkGenerator> |
CODEC |
Constructor and Description |
---|
PixelmonDebugChunkGenerator(net.minecraft.util.registry.Registry<net.minecraft.world.biome.Biome> p_i241974_1_) |
Modifier and Type | Method and Description |
---|---|
void |
applyBiomeDecoration(net.minecraft.world.gen.WorldGenRegion p_230351_1_,
net.minecraft.world.gen.feature.structure.StructureManager p_230351_2_) |
java.util.List<net.minecraft.world.biome.MobSpawnInfo.Spawners> |
getMobsAt(net.minecraft.world.biome.Biome p_230353_1_,
net.minecraft.world.gen.feature.structure.StructureManager p_230353_2_,
net.minecraft.entity.EntityClassification p_230353_3_,
net.minecraft.util.math.BlockPos p_230353_4_) |
static PokemonBase |
getPokemonBaseFor(int posX,
int posZ) |
static void |
init() |
applyCarvers, biomes, buildSurfaceAndBedrock, codec, fillFromNoise, getBaseColumn, getBaseHeight, getBlockStateFor, initValidStates, withSeed
public static final com.mojang.serialization.Codec<PixelmonDebugChunkGenerator> CODEC
public PixelmonDebugChunkGenerator(net.minecraft.util.registry.Registry<net.minecraft.world.biome.Biome> p_i241974_1_)
public void applyBiomeDecoration(net.minecraft.world.gen.WorldGenRegion p_230351_1_, net.minecraft.world.gen.feature.structure.StructureManager p_230351_2_)
applyBiomeDecoration
in class net.minecraft.world.gen.DebugChunkGenerator
public java.util.List<net.minecraft.world.biome.MobSpawnInfo.Spawners> getMobsAt(net.minecraft.world.biome.Biome p_230353_1_, net.minecraft.world.gen.feature.structure.StructureManager p_230353_2_, net.minecraft.entity.EntityClassification p_230353_3_, net.minecraft.util.math.BlockPos p_230353_4_)
getMobsAt
in class net.minecraft.world.gen.ChunkGenerator
public static PokemonBase getPokemonBaseFor(int posX, int posZ)
public static void init()