Uses of Enum Class
net.minecraft.world.gen.feature.jigsaw.JigsawOrientation
Package
Description
-
Uses of JigsawOrientation in net.minecraft.block
Modifier and TypeFieldDescriptionstatic final EnumProperty<JigsawOrientation>
JigsawBlock.ORIENTATION
-
Uses of JigsawOrientation in net.minecraft.data
Modifier and TypeMethodDescriptionprivate BlockModelDefinition
BlockModelProvider.applyRotation
(JigsawOrientation p_239898_1_, BlockModelDefinition p_239898_2_) -
Uses of JigsawOrientation in net.minecraft.state.properties
Modifier and TypeFieldDescriptionstatic final EnumProperty<JigsawOrientation>
BlockStateProperties.ORIENTATION
-
Uses of JigsawOrientation in net.minecraft.util.math.vector
-
Uses of JigsawOrientation in net.minecraft.world.gen.feature.jigsaw
Modifier and TypeFieldDescriptionprivate static final it.unimi.dsi.fastutil.ints.Int2ObjectMap<JigsawOrientation>
JigsawOrientation.LOOKUP_TOP_FRONT
Modifier and TypeMethodDescriptionstatic JigsawOrientation
JigsawOrientation.fromFrontAndTop
(Direction p_239641_0_, Direction p_239641_1_) 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.