Uses of Class
net.minecraft.block.enums.JigsawOrientation
| Package | Description |
|---|---|
| net.minecraft.block | |
| net.minecraft.block.enums | |
| net.minecraft.data.client.model | |
| net.minecraft.state.property | |
| net.minecraft.util.math |
-
Uses of JigsawOrientation in net.minecraft.block
Fields in net.minecraft.block with type parameters of type JigsawOrientation Modifier and Type Field Description static EnumProperty<JigsawOrientation>JigsawBlock. ORIENTATION -
Uses of JigsawOrientation in net.minecraft.block.enums
Fields in net.minecraft.block.enums with type parameters of type JigsawOrientation Modifier and Type Field Description private static Int2ObjectMap<JigsawOrientation>JigsawOrientation. BY_INDEXMethods in net.minecraft.block.enums that return JigsawOrientation Modifier and Type Method Description static JigsawOrientationJigsawOrientation. byDirections(Direction facing, Direction rotation)static JigsawOrientationJigsawOrientation. valueOf(String name)Returns the enum constant of this type with the specified name.static JigsawOrientation[]JigsawOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JigsawOrientation in net.minecraft.data.client.model
Methods in net.minecraft.data.client.model with parameters of type JigsawOrientation Modifier and Type Method Description private BlockStateVariantBlockStateModelGenerator. addJigsawOrientationToVariant(JigsawOrientation orientation, BlockStateVariant variant) -
Uses of JigsawOrientation in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type JigsawOrientation Modifier and Type Field Description static EnumProperty<JigsawOrientation>Properties. ORIENTATIONA property that specifies the orientation of a jigsaw. -
Uses of JigsawOrientation in net.minecraft.util.math
Methods in net.minecraft.util.math that return JigsawOrientation Modifier and Type Method Description JigsawOrientationDirectionTransformation. mapJigsawOrientation(JigsawOrientation orientation)Methods in net.minecraft.util.math with parameters of type JigsawOrientation Modifier and Type Method Description JigsawOrientationDirectionTransformation. mapJigsawOrientation(JigsawOrientation orientation)