Uses of Enum Class
net.minecraft.block.enums.JigsawOrientation
Packages that use JigsawOrientation
Package
Description
-
Uses of JigsawOrientation in net.minecraft.block
Fields in net.minecraft.block with type parameters of type JigsawOrientationModifier and TypeFieldDescriptionstatic final EnumProperty<JigsawOrientation>
JigsawBlock.ORIENTATION
-
Uses of JigsawOrientation in net.minecraft.block.enums
Fields in net.minecraft.block.enums with type parameters of type JigsawOrientationModifier and TypeFieldDescriptionprivate static final Int2ObjectMap<JigsawOrientation>
JigsawOrientation.BY_INDEX
Methods in net.minecraft.block.enums that return JigsawOrientationModifier 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.model
Methods in net.minecraft.data.client.model with parameters of type JigsawOrientationModifier and TypeMethodDescriptionprivate 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 JigsawOrientationModifier and TypeFieldDescriptionstatic final 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 JigsawOrientationModifier and TypeMethodDescriptionDirectionTransformation.mapJigsawOrientation
(JigsawOrientation orientation) Methods in net.minecraft.util.math with parameters of type JigsawOrientationModifier and TypeMethodDescriptionDirectionTransformation.mapJigsawOrientation
(JigsawOrientation orientation)