Uses of Enum Class
net.minecraft.block.enums.Thickness
Packages that use Thickness
Package
Description
-
Uses of Thickness in net.minecraft.block
Fields in net.minecraft.block with type parameters of type ThicknessModifier and TypeFieldDescriptionstatic final EnumProperty
<Thickness> PointedDripstoneBlock.THICKNESS
Methods in net.minecraft.block that return ThicknessModifier and TypeMethodDescriptionprivate static Thickness
PointedDripstoneBlock.getThickness
(WorldView world, BlockPos pos, Direction direction, boolean tryMerge) Methods in net.minecraft.block with parameters of type ThicknessModifier and TypeMethodDescriptionprivate static void
PointedDripstoneBlock.place
(WorldAccess world, BlockPos pos, 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 BlockStateVariant
BlockStateModelGenerator.getDripstoneVariant
(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.THICKNESS
A 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