Uses of Enum Class
net.minecraft.block.enums.Orientation
Packages that use Orientation
Package
Description
-
Uses of Orientation in net.minecraft.block
Fields in net.minecraft.block with type parameters of type OrientationModifier and TypeFieldDescriptionprivate static final EnumProperty
<Orientation> CrafterBlock.ORIENTATION
static final EnumProperty
<Orientation> JigsawBlock.ORIENTATION
-
Uses of Orientation in net.minecraft.block.enums
Fields in net.minecraft.block.enums declared as OrientationMethods in net.minecraft.block.enums that return OrientationModifier and TypeMethodDescriptionstatic Orientation
Orientation.byDirections
(Direction facing, Direction rotation) static Orientation
Returns 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.data.client
Methods in net.minecraft.data.client with parameters of type OrientationModifier and TypeMethodDescriptionprivate BlockStateVariant
BlockStateModelGenerator.addJigsawOrientationToVariant
(Orientation orientation, BlockStateVariant variant) -
Uses of Orientation in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type OrientationModifier and TypeFieldDescriptionstatic final EnumProperty
<Orientation> Properties.ORIENTATION
A property that specifies the orientation of a jigsaw or crafter. -
Uses of Orientation in net.minecraft.util.math
Methods 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)