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 classClientWorld -
Uses of IWorldGenerationBaseReader in net.minecraft.world
Subinterfaces of IWorldGenerationBaseReader in net.minecraft.world Modifier and Type Interface Description interfaceIBiomeReaderinterfaceISeedReaderinterfaceIServerWorldinterfaceIWorldClasses in net.minecraft.world that implement IWorldGenerationBaseReader Modifier and Type Class Description classWorld -
Uses of IWorldGenerationBaseReader in net.minecraft.world.gen
Subinterfaces of IWorldGenerationBaseReader in net.minecraft.world.gen Modifier and Type Interface Description interfaceIWorldGenerationReaderClasses in net.minecraft.world.gen that implement IWorldGenerationBaseReader Modifier and Type Class Description classWorldGenRegion -
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 intTreeFeature. getMaxFreeTreeHeight(IWorldGenerationBaseReader p_241521_1_, int p_241521_2_, BlockPos p_241521_3_, BaseTreeFeatureConfig p_241521_4_)static booleanFeature. isAir(IWorldGenerationBaseReader p_236297_0_, BlockPos p_236297_1_)static booleanTreeFeature. isAirOrLeaves(IWorldGenerationBaseReader p_236412_0_, BlockPos p_236412_1_)private static booleanTreeFeature. isBlockWater(IWorldGenerationBaseReader p_236416_0_, BlockPos p_236416_1_)static booleanTreeFeature. isFree(IWorldGenerationBaseReader p_236410_0_, BlockPos p_236410_1_)static booleanFeature. isGrassOrDirt(IWorldGenerationBaseReader p_236293_0_, BlockPos p_236293_1_)private static booleanTreeFeature. isGrassOrDirtOrFarmland(IWorldGenerationBaseReader p_236418_0_, BlockPos p_236418_1_)private static booleanTreeFeature. isReplaceablePlant(IWorldGenerationBaseReader p_236419_0_, BlockPos p_236419_1_)private static booleanTreeFeature. isVine(IWorldGenerationBaseReader p_236414_0_, BlockPos p_236414_1_)static booleanTreeFeature. 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 booleanAbstractTrunkPlacer. 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 classServerWorld
-