Uses of Class
net.minecraft.block.PointedDripstoneBlock
Packages that use PointedDripstoneBlock
Package
Description
The base package for all Minecraft classes.
-
Uses of PointedDripstoneBlock in net.minecraft
Methods in net.minecraft with parameters of type PointedDripstoneBlockModifier and TypeMethodDescriptionstatic booleanclass_9586.method_59230(PointedDripstoneBlock pointedDripstoneBlock, BlockState blockState) protected static voidclass_9586.method_59231(PointedDripstoneBlock pointedDripstoneBlock, Direction direction, int int2, boolean bool, Consumer<BlockState> consumer) private static BlockStateclass_9586.method_59232(PointedDripstoneBlock pointedDripstoneBlock, Direction direction, Thickness thickness) static booleanclass_9586.method_59235(PointedDripstoneBlock pointedDripstoneBlock, BlockState blockState) -
Uses of PointedDripstoneBlock in net.minecraft.block
Fields in net.minecraft.block with type parameters of type PointedDripstoneBlockModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<PointedDripstoneBlock> PointedDripstoneBlock.CODECMethods in net.minecraft.block that return types with arguments of type PointedDripstoneBlockModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec<PointedDripstoneBlock> PointedDripstoneBlock.getCodec() -
Uses of PointedDripstoneBlock in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as PointedDripstoneBlockModifier and TypeFieldDescriptionfinal PointedDripstoneBlockLargeDripstoneFeatureConfig.field_51011Methods in net.minecraft.world.gen.feature with parameters of type PointedDripstoneBlockModifier and TypeMethodDescription(package private) voidLargeDripstoneFeature.DripstoneGenerator.generate(PointedDripstoneBlock pointedDripstoneBlock, StructureWorldAccess structureWorldAccess, Random random, LargeDripstoneFeature.WindModifier windModifier) Constructors in net.minecraft.world.gen.feature with parameters of type PointedDripstoneBlockModifierConstructorDescriptionLargeDripstoneFeatureConfig(int floorToCeilingSearchRange, IntProvider columnRadius, FloatProvider heightScale, float maxColumnRadiusToCaveHeightRatio, FloatProvider stalactiteBluntness, FloatProvider stalagmiteBluntness, FloatProvider windSpeed, int minRadiusForWind, float minBluntnessForWind, PointedDripstoneBlock pointedDripstoneBlock)