Uses of Enum Class
net.minecraft.block.enums.JigsawOrientation
Packages that use JigsawOrientation
Package
Description
- 
Uses of JigsawOrientation in net.minecraft.blockFields in net.minecraft.block with type parameters of type JigsawOrientationModifier and TypeFieldDescriptionstatic final EnumProperty<JigsawOrientation>JigsawBlock.ORIENTATION
- 
Uses of JigsawOrientation in net.minecraft.block.enumsFields in net.minecraft.block.enums with type parameters of type JigsawOrientationModifier and TypeFieldDescriptionprivate static final Int2ObjectMap<JigsawOrientation>JigsawOrientation.BY_INDEXMethods in net.minecraft.block.enums that return JigsawOrientationModifier and TypeMethodDescriptionstatic JigsawOrientationJigsawOrientation.byDirections(Direction facing, Direction rotation) static JigsawOrientationReturns 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.clientMethods in net.minecraft.data.client with parameters of type JigsawOrientationModifier and TypeMethodDescriptionprivate BlockStateVariantBlockStateModelGenerator.addJigsawOrientationToVariant(JigsawOrientation orientation, BlockStateVariant variant) 
- 
Uses of JigsawOrientation in net.minecraft.state.propertyFields in net.minecraft.state.property with type parameters of type JigsawOrientationModifier and TypeFieldDescriptionstatic final EnumProperty<JigsawOrientation>Properties.ORIENTATIONA property that specifies the orientation of a jigsaw.
- 
Uses of JigsawOrientation in net.minecraft.util.mathMethods in net.minecraft.util.math that return JigsawOrientationModifier and TypeMethodDescriptionDirectionTransformation.mapJigsawOrientation(JigsawOrientation orientation) Methods in net.minecraft.util.math with parameters of type JigsawOrientationModifier and TypeMethodDescriptionDirectionTransformation.mapJigsawOrientation(JigsawOrientation orientation)