Uses of Interface
net.minecraft.world.gen.IWorldGenerationBaseReader
-
-
Uses of IWorldGenerationBaseReader in net.minecraft.client.world
Classes in net.minecraft.client.world that implement IWorldGenerationBaseReader Modifier and Type Class Description class
ClientWorld
-
Uses of IWorldGenerationBaseReader in net.minecraft.world
Subinterfaces of IWorldGenerationBaseReader in net.minecraft.world Modifier and Type Interface Description interface
IBiomeReader
interface
ISeedReader
interface
IServerWorld
interface
IWorld
Classes in net.minecraft.world that implement IWorldGenerationBaseReader Modifier and Type Class Description class
World
-
Uses of IWorldGenerationBaseReader in net.minecraft.world.gen
Subinterfaces of IWorldGenerationBaseReader in net.minecraft.world.gen Modifier and Type Interface Description interface
IWorldGenerationReader
Classes in net.minecraft.world.gen that implement IWorldGenerationBaseReader Modifier and Type Class Description class
WorldGenRegion
-
Uses of IWorldGenerationBaseReader in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature with parameters of type IWorldGenerationBaseReader Modifier and Type Method Description private int
TreeFeature. getMaxFreeTreeHeight(IWorldGenerationBaseReader p_241521_1_, int p_241521_2_, BlockPos p_241521_3_, BaseTreeFeatureConfig p_241521_4_)
static boolean
Feature. isAir(IWorldGenerationBaseReader p_236297_0_, BlockPos p_236297_1_)
static boolean
TreeFeature. isAirOrLeaves(IWorldGenerationBaseReader p_236412_0_, BlockPos p_236412_1_)
private static boolean
TreeFeature. isBlockWater(IWorldGenerationBaseReader p_236416_0_, BlockPos p_236416_1_)
static boolean
TreeFeature. isFree(IWorldGenerationBaseReader p_236410_0_, BlockPos p_236410_1_)
static boolean
Feature. isGrassOrDirt(IWorldGenerationBaseReader p_236293_0_, BlockPos p_236293_1_)
private static boolean
TreeFeature. isGrassOrDirtOrFarmland(IWorldGenerationBaseReader p_236418_0_, BlockPos p_236418_1_)
private static boolean
TreeFeature. isReplaceablePlant(IWorldGenerationBaseReader p_236419_0_, BlockPos p_236419_1_)
private static boolean
TreeFeature. isVine(IWorldGenerationBaseReader p_236414_0_, BlockPos p_236414_1_)
static boolean
TreeFeature. validTreePos(IWorldGenerationBaseReader p_236404_0_, BlockPos p_236404_1_)
-
Uses of IWorldGenerationBaseReader in net.minecraft.world.gen.trunkplacer
Methods in net.minecraft.world.gen.trunkplacer with parameters of type IWorldGenerationBaseReader Modifier and Type Method Description private static boolean
AbstractTrunkPlacer. isDirt(IWorldGenerationBaseReader p_236912_0_, BlockPos p_236912_1_)
-
Uses of IWorldGenerationBaseReader in net.minecraft.world.server
Classes in net.minecraft.world.server that implement IWorldGenerationBaseReader Modifier and Type Class Description class
ServerWorld
-