Uses of Class
net.minecraft.world.gen.decorator.DecoratorContext
Packages that use DecoratorContext
-
Uses of DecoratorContext in net.minecraft.world.gen.decorator
Methods in net.minecraft.world.gen.decorator with parameters of type DecoratorContextModifier and TypeMethodDescriptionprivate static intCountMultilayerPlacementModifier.findPos(DecoratorContext context, int x, int y, int z, int targetY) Deprecated.AbstractConditionalPlacementModifier.getPositions(DecoratorContext context, Random random, BlockPos pos) AbstractCountPlacementModifier.getPositions(DecoratorContext context, Random random, BlockPos pos) CarvingMaskPlacementModifier.getPositions(DecoratorContext context, Random random, BlockPos pos) CountMultilayerPlacementModifier.getPositions(DecoratorContext context, Random random, BlockPos pos) Deprecated.EnvironmentScanPlacementModifier.getPositions(DecoratorContext context, Random random, BlockPos pos) HeightmapPlacementModifier.getPositions(DecoratorContext context, Random random, BlockPos pos) HeightRangePlacementModifier.getPositions(DecoratorContext context, Random random, BlockPos pos) PlacementModifier.getPositions(DecoratorContext context, Random random, BlockPos pos) RandomOffsetPlacementModifier.getPositions(DecoratorContext context, Random random, BlockPos pos) SquarePlacementModifier.getPositions(DecoratorContext context, Random random, BlockPos pos) protected abstract booleanAbstractConditionalPlacementModifier.shouldPlace(DecoratorContext context, Random random, BlockPos pos) protected booleanBiomePlacementModifier.shouldPlace(DecoratorContext context, Random random, BlockPos pos) protected booleanBlockFilterPlacementModifier.shouldPlace(DecoratorContext context, Random random, BlockPos pos) protected booleanRarityFilterPlacementModifier.shouldPlace(DecoratorContext context, Random random, BlockPos pos) protected booleanSurfaceThresholdFilterPlacementModifier.shouldPlace(DecoratorContext context, Random random, BlockPos pos) protected booleanSurfaceWaterDepthFilterPlacementModifier.shouldPlace(DecoratorContext context, Random random, BlockPos pos) -
Uses of DecoratorContext in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature with parameters of type DecoratorContextModifier and TypeMethodDescriptionprivate booleanPlacedFeature.generate(DecoratorContext context, Random random, BlockPos pos)