Uses of Enum Class
net.minecraft.block.enums.Orientation
Package
Description
-
Uses of Orientation in net.minecraft.block
Modifier and TypeFieldDescriptionprivate static final EnumProperty<Orientation>
CrafterBlock.ORIENTATION
static final EnumProperty<Orientation>
JigsawBlock.ORIENTATION
-
Uses of Orientation in net.minecraft.block.enums
Modifier and TypeFieldDescriptionprivate static final Int2ObjectMap<Orientation>
Orientation.BY_INDEX
Modifier 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
Modifier and TypeMethodDescriptionprivate BlockStateVariant
BlockStateModelGenerator.addJigsawOrientationToVariant
(Orientation orientation, BlockStateVariant variant) -
Uses of Orientation in net.minecraft.state.property
Modifier 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
Modifier and TypeMethodDescriptionDirectionTransformation.mapJigsawOrientation
(Orientation orientation) Modifier and TypeMethodDescriptionDirectionTransformation.mapJigsawOrientation
(Orientation orientation)