Uses of Enum Class
net.minecraft.block.enums.Thickness
Packages that use Thickness
Package
Description
The base package for all Minecraft classes.
-
Uses of Thickness in net.minecraft
Methods in net.minecraft with parameters of type ThicknessModifier and TypeMethodDescriptionprivate static BlockStateclass_9586.method_59232(PointedDripstoneBlock pointedDripstoneBlock, Direction direction, Thickness thickness) -
Uses of Thickness in net.minecraft.block
Fields 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 ThicknessPointedDripstoneBlock.getThickness(WorldView worldView, BlockPos blockPos, Direction direction, boolean bool) Methods in net.minecraft.block with parameters of type ThicknessModifier and TypeMethodDescriptionprivate voidPointedDripstoneBlock.place(WorldAccess worldAccess, BlockPos blockPos, Direction direction, Thickness thickness) -
Uses of Thickness in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return Thickness -
Uses of Thickness in net.minecraft.data.client
Methods in net.minecraft.data.client with parameters of type ThicknessModifier and TypeMethodDescriptionprivate BlockStateVariantBlockStateModelGenerator.getDripstoneVariant(Block block, Direction direction, Thickness thickness) -
Uses of Thickness in net.minecraft.state.property
Fields 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.util
Methods in net.minecraft.world.gen.feature.util with parameters of type Thickness