Uses of Enum Class
net.minecraft.block.enums.JigsawOrientation
Package
Description
-
Uses of JigsawOrientation in net.minecraft.block
Modifier and TypeFieldDescriptionstatic final EnumProperty<JigsawOrientation>
JigsawBlock.ORIENTATION
-
Uses of JigsawOrientation in net.minecraft.block.enums
Modifier and TypeFieldDescriptionprivate static final Int2ObjectMap<JigsawOrientation>
JigsawOrientation.BY_INDEX
Modifier and TypeMethodDescriptionstatic JigsawOrientation
JigsawOrientation.byDirections
(Direction facing, Direction rotation) static JigsawOrientation
Returns the enum constant of this class with the specified name.static JigsawOrientation[]
JigsawOrientation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JigsawOrientation in net.minecraft.data.client
Modifier and TypeMethodDescriptionprivate BlockStateVariant
BlockStateModelGenerator.addJigsawOrientationToVariant
(JigsawOrientation orientation, BlockStateVariant variant) -
Uses of JigsawOrientation in net.minecraft.state.property
Modifier and TypeFieldDescriptionstatic final EnumProperty<JigsawOrientation>
Properties.ORIENTATION
A property that specifies the orientation of a jigsaw. -
Uses of JigsawOrientation in net.minecraft.util.math
Modifier and TypeMethodDescriptionDirectionTransformation.mapJigsawOrientation
(JigsawOrientation orientation) Modifier and TypeMethodDescriptionDirectionTransformation.mapJigsawOrientation
(JigsawOrientation orientation)