Uses of Enum Class
net.minecraft.block.enums.Thickness
Package
Description
-
Uses of Thickness in net.minecraft.block
Modifier and TypeFieldDescriptionstatic final EnumProperty<Thickness>
PointedDripstoneBlock.THICKNESS
Modifier and TypeMethodDescriptionprivate static Thickness
PointedDripstoneBlock.getThickness
(WorldView world, BlockPos pos, Direction direction, boolean tryMerge) Modifier and TypeMethodDescriptionprivate static void
PointedDripstoneBlock.place
(WorldAccess world, BlockPos pos, Direction direction, Thickness thickness) -
Uses of Thickness in net.minecraft.block.enums
-
Uses of Thickness in net.minecraft.data.client
Modifier and TypeMethodDescriptionprivate BlockStateVariant
BlockStateModelGenerator.getDripstoneVariant
(Direction direction, Thickness thickness) -
Uses of Thickness in net.minecraft.state.property
-
Uses of Thickness in net.minecraft.world.gen.feature.util