Uses of Class
net.minecraft.block.enums.Thickness
| Package | Description |
|---|---|
| net.minecraft.block | |
| net.minecraft.block.enums | |
| net.minecraft.data.client.model | |
| net.minecraft.state.property | |
| net.minecraft.world.gen.feature.util |
-
Uses of Thickness in net.minecraft.block
Fields in net.minecraft.block with type parameters of type Thickness Modifier and Type Field Description static EnumProperty<Thickness>PointedDripstoneBlock. THICKNESSMethods in net.minecraft.block that return Thickness Modifier and Type Method Description private static ThicknessPointedDripstoneBlock. getThickness(WorldView world, BlockPos pos, Direction direction, boolean tryMerge) -
Uses of Thickness in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return Thickness Modifier and Type Method Description static ThicknessThickness. valueOf(String name)Returns the enum constant of this type with the specified name.static Thickness[]Thickness. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Thickness in net.minecraft.data.client.model
Methods in net.minecraft.data.client.model with parameters of type Thickness Modifier and Type Method Description private BlockStateVariantBlockStateModelGenerator. getDripstoneVariant(Direction direction, Thickness thickness) -
Uses of Thickness in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type Thickness Modifier and Type Field Description static EnumProperty<Thickness>Properties. THICKNESS -
Uses of Thickness in net.minecraft.world.gen.feature.util
Methods in net.minecraft.world.gen.feature.util with parameters of type Thickness Modifier and Type Method Description private static BlockStateDripstoneHelper. getState(Direction direction, Thickness thickness)