Uses of Enum Class
net.minecraft.block.enums.Orientation
Packages that use Orientation
Package
Description
- 
Uses of Orientation in net.minecraft.blockFields in net.minecraft.block with type parameters of type OrientationModifier and TypeFieldDescriptionprivate static final EnumProperty<Orientation> CrafterBlock.ORIENTATIONstatic final EnumProperty<Orientation> JigsawBlock.ORIENTATION
- 
Uses of Orientation in net.minecraft.block.enumsFields in net.minecraft.block.enums declared as OrientationMethods in net.minecraft.block.enums that return OrientationModifier and TypeMethodDescriptionstatic OrientationOrientation.byDirections(Direction facing, Direction rotation) static OrientationReturns the enum constant of this class with the specified name.static Orientation[]Orientation.values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Uses of Orientation in net.minecraft.client.dataMethods in net.minecraft.client.data with parameters of type OrientationModifier and TypeMethodDescriptionprivate BlockStateVariantBlockStateModelGenerator.addJigsawOrientationToVariant(Orientation orientation, BlockStateVariant variant) 
- 
Uses of Orientation in net.minecraft.state.propertyFields in net.minecraft.state.property with type parameters of type OrientationModifier and TypeFieldDescriptionstatic final EnumProperty<Orientation> Properties.ORIENTATIONA property that specifies the orientation of a jigsaw or crafter.
- 
Uses of Orientation in net.minecraft.util.mathMethods in net.minecraft.util.math that return OrientationModifier and TypeMethodDescriptionDirectionTransformation.mapJigsawOrientation(Orientation orientation) Methods in net.minecraft.util.math with parameters of type OrientationModifier and TypeMethodDescriptionDirectionTransformation.mapJigsawOrientation(Orientation orientation)