Uses of Enum Class
net.minecraft.block.enums.Thickness
Packages that use Thickness
Package
Description
- 
Uses of Thickness in net.minecraft.blockFields in net.minecraft.block with type parameters of type ThicknessModifier and TypeFieldDescriptionstatic final EnumProperty<Thickness> PointedDripstoneBlock.THICKNESSMethods in net.minecraft.block that return ThicknessModifier and TypeMethodDescriptionprivate static ThicknessPointedDripstoneBlock.getThickness(WorldView world, BlockPos pos, Direction direction, boolean tryMerge) Methods in net.minecraft.block with parameters of type ThicknessModifier and TypeMethodDescriptionprivate static voidPointedDripstoneBlock.place(WorldAccess world, BlockPos pos, Direction direction, Thickness thickness) 
- 
Uses of Thickness in net.minecraft.block.enumsMethods in net.minecraft.block.enums that return Thickness
- 
Uses of Thickness in net.minecraft.client.dataMethods in net.minecraft.client.data with parameters of type ThicknessModifier and TypeMethodDescriptionprivate BlockStateVariantBlockStateModelGenerator.getDripstoneVariant(Direction direction, Thickness thickness) 
- 
Uses of Thickness in net.minecraft.state.propertyFields in net.minecraft.state.property with type parameters of type ThicknessModifier and TypeFieldDescriptionstatic final EnumProperty<Thickness> Properties.THICKNESSA property that specifies the thickness of a pointed dripstone.
- 
Uses of Thickness in net.minecraft.world.gen.feature.utilMethods in net.minecraft.world.gen.feature.util with parameters of type Thickness