Uses of Enum Class
net.minecraft.util.Rotation
Package
Description
-
Uses of Rotation in net.minecraft.block
Modifier and TypeMethodDescriptionDeprecated.AbstractBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) Deprecated.AbstractFurnaceBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) AnvilBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) AttachedStemBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) BannerBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) BarrelBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) BeehiveBlock.rotate
(BlockState blockState, Rotation rotation) CampfireBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) ChestBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) CommandBlockBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) DeadCoralWallFanBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) DetectorRailBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) DispenserBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) DoorBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) EnderChestBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) EndPortalFrameBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) EndRodBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) FourWayBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) GrindstoneBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) HopperBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) HorizontalBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) HugeMushroomBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) JigsawBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) LadderBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) LecternBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) MovingPistonBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) NetherPortalBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) ObserverBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) PistonBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) PistonBlock.rotate
(BlockState state, IWorld world, BlockPos pos, Rotation direction) PistonHeadBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) PoweredRailBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) RailBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) RedstoneWallTorchBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) RedstoneWireBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) RotatedPillarBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) ShulkerBoxBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) SkullBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) StairsBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) StandingSignBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) StonecutterBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) TripWireBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) TripWireHookBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) VineBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) WallBannerBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) WallBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) WallSignBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) WallSkullBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) WallTorchBlock.rotate
(BlockState p_185499_1_, Rotation p_185499_2_) -
Uses of Rotation in net.minecraft.client.gui.screen
-
Uses of Rotation in net.minecraft.entity
-
Uses of Rotation in net.minecraft.entity.item
-
Uses of Rotation in net.minecraft.network.play.client
ModifierConstructorDescriptionCUpdateStructureBlockPacket
(BlockPos p_i49541_1_, StructureBlockTileEntity.UpdateCommand p_i49541_2_, StructureMode p_i49541_3_, String p_i49541_4_, BlockPos p_i49541_5_, BlockPos p_i49541_6_, Mirror p_i49541_7_, Rotation p_i49541_8_, String p_i49541_9_, boolean p_i49541_10_, boolean p_i49541_11_, boolean p_i49541_12_, float p_i49541_13_, long p_i49541_14_) -
Uses of Rotation in net.minecraft.test
Modifier and TypeFieldDescriptionprivate final Rotation
TestFunctionInfo.rotation
private final Rotation
TestTracker.rotation
Modifier and TypeMethodDescriptionTestFunctionInfo.getRotation()
TestTracker.getRotation()
static Rotation
StructureHelper.getRotationForRotationSteps
(int p_240562_0_) Modifier and TypeMethodDescriptionstatic void
StructureHelper.addCommandBlockAndButtonToStartTest
(BlockPos p_240564_0_, BlockPos p_240564_1_, Rotation p_240564_2_, ServerWorld p_240564_3_) static void
StructureHelper.createNewEmptyStructureBlock
(String p_229603_0_, BlockPos p_229603_1_, BlockPos p_229603_2_, Rotation p_229603_3_, ServerWorld p_229603_4_) private static StructureBlockTileEntity
StructureHelper.createStructureBlock
(String p_240566_0_, BlockPos p_240566_1_, Rotation p_240566_2_, ServerWorld p_240566_3_, boolean p_240566_4_) static MutableBoundingBox
StructureHelper.getStructureBoundingBox
(BlockPos p_229598_0_, BlockPos p_229598_1_, Rotation p_229598_2_) static Collection<TestTracker>
TestUtils.runTestBatches
(Collection<TestBatch> p_240552_0_, BlockPos p_240552_1_, Rotation p_240552_2_, ServerWorld p_240552_3_, TestCollection p_240552_4_, int p_240552_5_) static Collection<TestTracker>
TestUtils.runTests
(Collection<TestFunctionInfo> p_240554_0_, BlockPos p_240554_1_, Rotation p_240554_2_, ServerWorld p_240554_3_, TestCollection p_240554_4_, int p_240554_5_) static StructureBlockTileEntity
StructureHelper.spawnStructure
(String p_240565_0_, BlockPos p_240565_1_, Rotation p_240565_2_, int p_240565_3_, ServerWorld p_240565_4_, boolean p_240565_5_) ModifierConstructorDescriptionTestExecutor
(Collection<TestBatch> p_i232555_1_, BlockPos p_i232555_2_, Rotation p_i232555_3_, ServerWorld p_i232555_4_, TestCollection p_i232555_5_, int p_i232555_6_) TestTracker
(TestFunctionInfo p_i232556_1_, Rotation p_i232556_2_, ServerWorld p_i232556_3_) -
Uses of Rotation in net.minecraft.tileentity
Modifier and TypeMethodDescriptionvoid
void
StructureBlockTileEntity.setRotation
(Rotation p_184408_1_) -
Uses of Rotation in net.minecraft.util
Modifier and TypeMethodDescriptionstatic Rotation
Rotation.getRotated
(Rotation p_185830_1_) Mirror.getRotation
(Direction p_185800_1_) static Rotation
Returns the enum constant of this class with the specified name.static Rotation[]
Rotation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Rotation in net.minecraft.util.math
-
Uses of Rotation in net.minecraft.world.gen.feature.jigsaw
Modifier and TypeMethodDescriptionJigsawManager.IPieceFactory.create
(TemplateManager p_create_1_, JigsawPiece p_create_2_, BlockPos p_create_3_, int p_create_4_, Rotation p_create_5_, MutableBoundingBox p_create_6_) EmptyJigsawPiece.getBoundingBox
(TemplateManager p_214852_1_, BlockPos p_214852_2_, Rotation p_214852_3_) FeatureJigsawPiece.getBoundingBox
(TemplateManager p_214852_1_, BlockPos p_214852_2_, Rotation p_214852_3_) abstract MutableBoundingBox
JigsawPiece.getBoundingBox
(TemplateManager p_214852_1_, BlockPos p_214852_2_, Rotation p_214852_3_) ListJigsawPiece.getBoundingBox
(TemplateManager p_214852_1_, BlockPos p_214852_2_, Rotation p_214852_3_) SingleJigsawPiece.getBoundingBox
(TemplateManager p_214852_1_, BlockPos p_214852_2_, Rotation p_214852_3_) SingleJigsawPiece.getDataMarkers
(TemplateManager p_214857_1_, BlockPos p_214857_2_, Rotation p_214857_3_, boolean p_214857_4_) protected PlacementSettings
LegacySingleJigsawPiece.getSettings
(Rotation p_230379_1_, MutableBoundingBox p_230379_2_, boolean p_230379_3_) protected PlacementSettings
SingleJigsawPiece.getSettings
(Rotation p_230379_1_, MutableBoundingBox p_230379_2_, boolean p_230379_3_) EmptyJigsawPiece.getShuffledJigsawBlocks
(TemplateManager p_214849_1_, BlockPos p_214849_2_, Rotation p_214849_3_, Random p_214849_4_) FeatureJigsawPiece.getShuffledJigsawBlocks
(TemplateManager p_214849_1_, BlockPos p_214849_2_, Rotation p_214849_3_, Random p_214849_4_) abstract List<Template.BlockInfo>
JigsawPiece.getShuffledJigsawBlocks
(TemplateManager p_214849_1_, BlockPos p_214849_2_, Rotation p_214849_3_, Random p_214849_4_) ListJigsawPiece.getShuffledJigsawBlocks
(TemplateManager p_214849_1_, BlockPos p_214849_2_, Rotation p_214849_3_, Random p_214849_4_) SingleJigsawPiece.getShuffledJigsawBlocks
(TemplateManager p_214849_1_, BlockPos p_214849_2_, Rotation p_214849_3_, Random p_214849_4_) FeatureJigsawPiece.getSize
(TemplateManager p_214868_1_, Rotation p_214868_2_) void
JigsawPiece.handleDataMarker
(IWorld p_214846_1_, Template.BlockInfo p_214846_2_, BlockPos p_214846_3_, Rotation p_214846_4_, Random p_214846_5_, MutableBoundingBox p_214846_6_) boolean
EmptyJigsawPiece.place
(TemplateManager p_230378_1_, ISeedReader p_230378_2_, StructureManager p_230378_3_, ChunkGenerator p_230378_4_, BlockPos p_230378_5_, BlockPos p_230378_6_, Rotation p_230378_7_, MutableBoundingBox p_230378_8_, Random p_230378_9_, boolean p_230378_10_) boolean
FeatureJigsawPiece.place
(TemplateManager p_230378_1_, ISeedReader p_230378_2_, StructureManager p_230378_3_, ChunkGenerator p_230378_4_, BlockPos p_230378_5_, BlockPos p_230378_6_, Rotation p_230378_7_, MutableBoundingBox p_230378_8_, Random p_230378_9_, boolean p_230378_10_) abstract boolean
JigsawPiece.place
(TemplateManager p_230378_1_, ISeedReader p_230378_2_, StructureManager p_230378_3_, ChunkGenerator p_230378_4_, BlockPos p_230378_5_, BlockPos p_230378_6_, Rotation p_230378_7_, MutableBoundingBox p_230378_8_, Random p_230378_9_, boolean p_230378_10_) boolean
ListJigsawPiece.place
(TemplateManager p_230378_1_, ISeedReader p_230378_2_, StructureManager p_230378_3_, ChunkGenerator p_230378_4_, BlockPos p_230378_5_, BlockPos p_230378_6_, Rotation p_230378_7_, MutableBoundingBox p_230378_8_, Random p_230378_9_, boolean p_230378_10_) boolean
SingleJigsawPiece.place
(TemplateManager p_230378_1_, ISeedReader p_230378_2_, StructureManager p_230378_3_, ChunkGenerator p_230378_4_, BlockPos p_230378_5_, BlockPos p_230378_6_, Rotation p_230378_7_, MutableBoundingBox p_230378_8_, Random p_230378_9_, boolean p_230378_10_) -
Uses of Rotation in net.minecraft.world.gen.feature.structure
Modifier and TypeFieldDescriptionprotected final Rotation
AbstractVillagePiece.rotation
private final Rotation
EndCityPieces.CityTemplate.rotation
private final Rotation
IglooPieces.Piece.rotation
private final Rotation
NetherFossilStructures.Piece.rotation
private final Rotation
OceanRuinPieces.Piece.rotation
private final Rotation
RuinedPortalPiece.rotation
private final Rotation
ShipwreckPieces.Piece.rotation
private Rotation
StructurePiece.rotation
private final Rotation
WoodlandMansionPieces.MansionTemplate.rotation
WoodlandMansionPieces.PlacementData.rotation
Modifier and TypeMethodDescriptionAbstractVillagePiece.getRotation()
StructurePiece.getRotation()
TemplateStructurePiece.getRotation()
Modifier and TypeMethodDescriptionprivate static void
OceanRuinPieces.addClusterRuins
(TemplateManager p_204047_0_, Random p_204047_1_, Rotation p_204047_2_, BlockPos p_204047_3_, OceanRuinConfig p_204047_4_, List<StructurePiece> p_204047_5_) private static EndCityPieces.CityTemplate
EndCityPieces.addPiece
(TemplateManager p_191090_0_, EndCityPieces.CityTemplate p_191090_1_, BlockPos p_191090_2_, String p_191090_3_, Rotation p_191090_4_, boolean p_191090_5_) private static void
OceanRuinPieces.addPiece
(TemplateManager p_204045_0_, BlockPos p_204045_1_, Rotation p_204045_2_, List<StructurePiece> p_204045_3_, Random p_204045_4_, OceanRuinConfig p_204045_5_, boolean p_204045_6_, float p_204045_7_) static void
IglooPieces.addPieces
(TemplateManager p_236991_0_, BlockPos p_236991_1_, Rotation p_236991_2_, List<StructurePiece> p_236991_3_, Random p_236991_4_) static void
OceanRuinPieces.addPieces
(TemplateManager p_204041_0_, BlockPos p_204041_1_, Rotation p_204041_2_, List<StructurePiece> p_204041_3_, Random p_204041_4_, OceanRuinConfig p_204041_5_) static void
ShipwreckPieces.addPieces
(TemplateManager p_204760_0_, BlockPos p_204760_1_, Rotation p_204760_2_, List<StructurePiece> p_204760_3_, Random p_204760_4_, ShipwreckConfig p_204760_5_) private void
WoodlandMansionPieces.Placer.addRoom1x1
(List<WoodlandMansionPieces.MansionTemplate> p_191129_1_, BlockPos p_191129_2_, Rotation p_191129_3_, Direction p_191129_4_, WoodlandMansionPieces.RoomCollection p_191129_5_) private void
WoodlandMansionPieces.Placer.addRoom1x2
(List<WoodlandMansionPieces.MansionTemplate> p_191132_1_, BlockPos p_191132_2_, Rotation p_191132_3_, Direction p_191132_4_, Direction p_191132_5_, WoodlandMansionPieces.RoomCollection p_191132_6_, boolean p_191132_7_) private void
WoodlandMansionPieces.Placer.addRoom2x2
(List<WoodlandMansionPieces.MansionTemplate> p_191127_1_, BlockPos p_191127_2_, Rotation p_191127_3_, Direction p_191127_4_, Direction p_191127_5_, WoodlandMansionPieces.RoomCollection p_191127_6_) private void
WoodlandMansionPieces.Placer.addRoom2x2Secret
(List<WoodlandMansionPieces.MansionTemplate> p_191128_1_, BlockPos p_191128_2_, Rotation p_191128_3_, WoodlandMansionPieces.RoomCollection p_191128_4_) void
WoodlandMansionPieces.Placer.createMansion
(BlockPos p_191125_1_, Rotation p_191125_2_, List<WoodlandMansionPieces.MansionTemplate> p_191125_3_, WoodlandMansionPieces.Grid p_191125_4_) private void
WoodlandMansionPieces.Placer.createRoof
(List<WoodlandMansionPieces.MansionTemplate> p_191123_1_, BlockPos p_191123_2_, Rotation p_191123_3_, WoodlandMansionPieces.SimpleGrid p_191123_4_, WoodlandMansionPieces.SimpleGrid p_191123_5_) static void
WoodlandMansionPieces.generateMansion
(TemplateManager p_191152_0_, BlockPos p_191152_1_, Rotation p_191152_2_, List<WoodlandMansionPieces.MansionTemplate> p_191152_3_, Random p_191152_4_) static void
EndCityPieces.startHouseTower
(TemplateManager p_191087_0_, BlockPos p_191087_1_, Rotation p_191087_2_, List<StructurePiece> p_191087_3_, Random p_191087_4_) ModifierConstructorDescriptionAbstractVillagePiece
(TemplateManager p_i242036_1_, JigsawPiece p_i242036_2_, BlockPos p_i242036_3_, int p_i242036_4_, Rotation p_i242036_5_, MutableBoundingBox p_i242036_6_) CityTemplate
(TemplateManager p_i47214_1_, String p_i47214_2_, BlockPos p_i47214_3_, Rotation p_i47214_4_, boolean p_i47214_5_) MansionTemplate
(TemplateManager p_i47355_1_, String p_i47355_2_, BlockPos p_i47355_3_, Rotation p_i47355_4_) MansionTemplate
(TemplateManager p_i47356_1_, String p_i47356_2_, BlockPos p_i47356_3_, Rotation p_i47356_4_, Mirror p_i47356_5_) Piece
(TemplateManager p_i49313_1_, ResourceLocation p_i49313_2_, BlockPos p_i49313_3_, Rotation p_i49313_4_, int p_i49313_5_) Piece
(TemplateManager p_i232108_1_, ResourceLocation p_i232108_2_, BlockPos p_i232108_3_, Rotation p_i232108_4_) Piece
(TemplateManager p_i48868_1_, ResourceLocation p_i48868_2_, BlockPos p_i48868_3_, Rotation p_i48868_4_, float p_i48868_5_, OceanRuinStructure.Type p_i48868_6_, boolean p_i48868_7_) Piece
(TemplateManager p_i48904_1_, ResourceLocation p_i48904_2_, BlockPos p_i48904_3_, Rotation p_i48904_4_, boolean p_i48904_5_) RuinedPortalPiece
(BlockPos p_i232111_1_, RuinedPortalPiece.Location p_i232111_2_, RuinedPortalPiece.Serializer p_i232111_3_, ResourceLocation p_i232111_4_, Template p_i232111_5_, Rotation p_i232111_6_, Mirror p_i232111_7_, BlockPos p_i232111_8_) -
Uses of Rotation in net.minecraft.world.gen.feature.template
Modifier and TypeMethodDescriptionTemplate.getBoundingBox
(BlockPos p_237150_1_, Rotation p_237150_2_, BlockPos p_237150_3_, Mirror p_237150_4_) Template.getZeroPositionWithTransform
(BlockPos p_189961_1_, Mirror p_189961_2_, Rotation p_189961_3_) static BlockPos
Template.getZeroPositionWithTransform
(BlockPos p_191157_0_, Mirror p_191157_1_, Rotation p_191157_2_, int p_191157_3_, int p_191157_4_) private void
Template.mirrorAABB
(Rotation p_215385_1_, int p_215385_2_, int p_215385_3_, MutableBoundingBox p_215385_4_, Direction p_215385_5_, Direction p_215385_6_) PlacementSettings.setRotation
(Rotation p_186220_1_) static BlockPos
Template.transform
(BlockPos p_207669_0_, Mirror p_207669_1_, Rotation p_207669_2_, BlockPos p_207669_3_) static Vector3d
Template.transform
(Vector3d p_207667_0_, Mirror p_207667_1_, Rotation p_207667_2_, BlockPos p_207667_3_) -
Uses of Rotation in net.minecraftforge.common.extensions
Modifier and TypeMethodDescriptiondefault BlockState
IForgeBlock.rotate
(BlockState state, IWorld world, BlockPos pos, Rotation direction) default BlockState
IForgeBlockState.rotate(IWorld, BlockPos, Rotation)