Uses of Enum Class
net.minecraft.world.level.block.state.properties.SpeleothemThickness
Packages that use SpeleothemThickness
Package
Description
-
Uses of SpeleothemThickness in net.minecraft.client.data.models
Methods in net.minecraft.client.data.models with parameters of type SpeleothemThicknessModifier and TypeMethodDescriptionBlockModelGenerators.createSpeleothemVariant(Direction direction, SpeleothemThickness speleothemThickness, Block block) -
Uses of SpeleothemThickness in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type SpeleothemThicknessModifier and TypeFieldDescriptionstatic final EnumProperty<SpeleothemThickness> SpeleothemBlock.THICKNESSMethods in net.minecraft.world.level.block that return SpeleothemThicknessModifier and TypeMethodDescriptionprivate SpeleothemThicknessSpeleothemBlock.calculateSpeleothemThickness(LevelReader level, BlockPos pos, Direction tipDirection, boolean mergeOpposingTips) Methods in net.minecraft.world.level.block with parameters of type SpeleothemThicknessModifier and TypeMethodDescriptionprivate voidSpeleothemBlock.createSpeleothem(LevelAccessor level, BlockPos pos, Direction direction, SpeleothemThickness thickness) -
Uses of SpeleothemThickness in net.minecraft.world.level.block.state.properties
Subclasses with type arguments of type SpeleothemThickness in net.minecraft.world.level.block.state.propertiesFields in net.minecraft.world.level.block.state.properties with type parameters of type SpeleothemThicknessModifier and TypeFieldDescriptionstatic final EnumProperty<SpeleothemThickness> BlockStateProperties.SPELEOTHEM_THICKNESSMethods in net.minecraft.world.level.block.state.properties that return SpeleothemThicknessModifier and TypeMethodDescriptionstatic SpeleothemThicknessReturns the enum constant of this class with the specified name.static SpeleothemThickness[]SpeleothemThickness.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SpeleothemThickness in net.minecraft.world.level.levelgen.feature
Methods in net.minecraft.world.level.levelgen.feature with parameters of type SpeleothemThicknessModifier and TypeMethodDescriptionprivate static BlockStateSpeleothemUtils.createPointedBlock(Direction direction, SpeleothemThickness thickness, Block pointedBlock)