Uses of Enum Class
net.minecraft.world.gen.feature.jigsaw.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.data
Methods in net.minecraft.data with parameters of type JigsawOrientationModifier and TypeMethodDescriptionprivate BlockModelDefinitionBlockModelProvider.applyRotation(JigsawOrientation p_239898_1_, BlockModelDefinition p_239898_2_) -
Uses of JigsawOrientation in net.minecraft.state.properties
Fields in net.minecraft.state.properties with type parameters of type JigsawOrientationModifier and TypeFieldDescriptionstatic final EnumProperty<JigsawOrientation>BlockStateProperties.ORIENTATION -
Uses of JigsawOrientation in net.minecraft.util.math.vector
Methods in net.minecraft.util.math.vector that return JigsawOrientationMethods in net.minecraft.util.math.vector with parameters of type JigsawOrientation -
Uses of JigsawOrientation in net.minecraft.world.gen.feature.jigsaw
Fields in net.minecraft.world.gen.feature.jigsaw with type parameters of type JigsawOrientationModifier and TypeFieldDescriptionprivate static final it.unimi.dsi.fastutil.ints.Int2ObjectMap<JigsawOrientation>JigsawOrientation.LOOKUP_TOP_FRONTMethods in net.minecraft.world.gen.feature.jigsaw that return JigsawOrientationModifier and TypeMethodDescriptionstatic JigsawOrientationJigsawOrientation.fromFrontAndTop(Direction p_239641_0_, Direction p_239641_1_) static JigsawOrientationReturns 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.