Uses of Enum Class
net.minecraft.world.level.block.state.properties.DripstoneThickness
Packages that use DripstoneThickness
Package
Description
-
Uses of DripstoneThickness in net.minecraft.data.models
Methods in net.minecraft.data.models with parameters of type DripstoneThicknessModifier and TypeMethodDescriptionprivate VariantBlockModelGenerators.createPointedDripstoneVariant(Direction p_176117_, DripstoneThickness p_176118_) -
Uses of DripstoneThickness in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type DripstoneThicknessModifier and TypeFieldDescriptionstatic EnumProperty<DripstoneThickness>PointedDripstoneBlock.THICKNESSMethods in net.minecraft.world.level.block that return DripstoneThicknessModifier and TypeMethodDescriptionprivate static DripstoneThicknessPointedDripstoneBlock.calculateDripstoneThickness(LevelReader p_154093_, BlockPos p_154094_, Direction p_154095_, boolean p_154096_)Methods in net.minecraft.world.level.block with parameters of type DripstoneThicknessModifier and TypeMethodDescriptionprivate static voidPointedDripstoneBlock.createDripstone(LevelAccessor p_154088_, BlockPos p_154089_, Direction p_154090_, DripstoneThickness p_154091_) -
Uses of DripstoneThickness in net.minecraft.world.level.block.state.properties
Fields in net.minecraft.world.level.block.state.properties with type parameters of type DripstoneThicknessModifier and TypeFieldDescriptionstatic EnumProperty<DripstoneThickness>BlockStateProperties.DRIPSTONE_THICKNESSMethods in net.minecraft.world.level.block.state.properties that return DripstoneThicknessModifier and TypeMethodDescriptionstatic DripstoneThicknessReturns the enum constant of this class with the specified name.static DripstoneThickness[]DripstoneThickness.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DripstoneThickness in net.minecraft.world.level.levelgen.feature
Methods in net.minecraft.world.level.levelgen.feature with parameters of type DripstoneThicknessModifier and TypeMethodDescriptionprivate static BlockStateDripstoneUtils.createPointedDripstone(Direction p_159657_, DripstoneThickness p_159658_)