Uses of Enum Class
net.minecraft.world.level.block.state.properties.DripstoneThickness
Package
Description
-
Uses of DripstoneThickness in net.minecraft.data.models
Modifier and TypeMethodDescriptionprivate Variant
BlockModelGenerators.createPointedDripstoneVariant
(Direction p_176117_, DripstoneThickness p_176118_) -
Uses of DripstoneThickness in net.minecraft.world.level.block
Modifier and TypeFieldDescriptionstatic final EnumProperty<DripstoneThickness>
PointedDripstoneBlock.THICKNESS
Modifier and TypeMethodDescriptionprivate static DripstoneThickness
PointedDripstoneBlock.calculateDripstoneThickness
(LevelReader p_154093_, BlockPos p_154094_, Direction p_154095_, boolean p_154096_) Modifier and TypeMethodDescriptionprivate static void
PointedDripstoneBlock.createDripstone
(LevelAccessor p_154088_, BlockPos p_154089_, Direction p_154090_, DripstoneThickness p_154091_) -
Uses of DripstoneThickness in net.minecraft.world.level.block.state.properties
Modifier and TypeFieldDescriptionstatic final EnumProperty<DripstoneThickness>
BlockStateProperties.DRIPSTONE_THICKNESS
Modifier and TypeMethodDescriptionstatic DripstoneThickness
Returns 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
Modifier and TypeMethodDescriptionprivate static BlockState
DripstoneUtils.createPointedDripstone
(Direction p_159657_, DripstoneThickness p_159658_)