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_INDEX
Methods in net.minecraft.block.enums that return JigsawOrientation Modifier and Type Method Description static JigsawOrientation
JigsawOrientation. byDirections(Direction facing, Direction rotation)
static JigsawOrientation
JigsawOrientation. 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 BlockStateVariant
BlockStateModelGenerator. 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. ORIENTATION
A 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 JigsawOrientation
DirectionTransformation. mapJigsawOrientation(JigsawOrientation orientation)
Methods in net.minecraft.util.math with parameters of type JigsawOrientation Modifier and Type Method Description JigsawOrientation
DirectionTransformation. mapJigsawOrientation(JigsawOrientation orientation)