Uses of Class
net.minecraft.world.gen.feature.jigsaw.JigsawOrientation
-
Packages that use JigsawOrientation Package Description net.minecraft.block net.minecraft.data net.minecraft.state.properties net.minecraft.util.math.vector net.minecraft.world.gen.feature.jigsaw -
-
Uses of JigsawOrientation in net.minecraft.block
Fields in net.minecraft.block with type parameters of type JigsawOrientation Modifier and Type Field Description static EnumProperty<JigsawOrientation>JigsawBlock. ORIENTATION -
Uses of JigsawOrientation in net.minecraft.data
Methods in net.minecraft.data with parameters of type JigsawOrientation Modifier and Type Method Description private 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 JigsawOrientation Modifier and Type Field Description static EnumProperty<JigsawOrientation>BlockStateProperties. ORIENTATION -
Uses of JigsawOrientation in net.minecraft.util.math.vector
Methods in net.minecraft.util.math.vector that return JigsawOrientation Modifier and Type Method Description JigsawOrientationOrientation. rotate(JigsawOrientation p_235531_1_)Methods in net.minecraft.util.math.vector with parameters of type JigsawOrientation Modifier and Type Method Description JigsawOrientationOrientation. rotate(JigsawOrientation p_235531_1_) -
Uses of JigsawOrientation in net.minecraft.world.gen.feature.jigsaw
Fields in net.minecraft.world.gen.feature.jigsaw with type parameters of type JigsawOrientation Modifier and Type Field Description private static it.unimi.dsi.fastutil.ints.Int2ObjectMap<JigsawOrientation>JigsawOrientation. LOOKUP_TOP_FRONTMethods in net.minecraft.world.gen.feature.jigsaw that return JigsawOrientation Modifier and Type Method Description static JigsawOrientationJigsawOrientation. fromFrontAndTop(Direction p_239641_0_, Direction p_239641_1_)static JigsawOrientationJigsawOrientation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JigsawOrientation[]JigsawOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-