Uses of Enum Class
net.minecraft.util.BlockRotation
Packages that use BlockRotation
Package
Description
-
Uses of BlockRotation in net.minecraft
Fields in net.minecraft declared as BlockRotationFields in net.minecraft with type parameters of type BlockRotationModifier and TypeFieldDescriptionprivate static final List<Pair<BlockRotation,BlockPos>> class_2759.field_12999private static final List<Pair<BlockRotation,BlockPos>> class_2759.field_13002Methods in net.minecraft with parameters of type BlockRotationModifier and TypeMethodDescriptionstatic voidclass_2759.method_11837(BlockPos blockPos, BlockRotation blockRotation, List<StructurePiece> list, Random random) private static class_2759.class_2760class_2759.method_11839(class_2759.class_2760 class_2760, BlockPos blockPos, String string, BlockRotation blockRotation, boolean bool) private voidclass_2765.method_11881(World world, BlockPos blockPos, BlockMirror blockMirror, BlockRotation blockRotation, BlockBox blockBox) class_2765.method_11885(BlockRotation blockRotation) private static Vec3dclass_2765.method_11888(Vec3d vec3d, BlockMirror blockMirror, BlockRotation blockRotation) private static BlockPosclass_2765.method_11889(BlockPos blockPos, BlockMirror blockMirror, BlockRotation blockRotation) Constructors in net.minecraft with parameters of type BlockRotationModifierConstructorDescriptionclass_2760(String string, BlockPos blockPos, BlockRotation blockRotation, boolean bool) -
Uses of BlockRotation in net.minecraft.block
Methods in net.minecraft.block with parameters of type BlockRotationModifier and TypeMethodDescriptionAbstractButtonBlock.withRotation(BlockState state, BlockRotation rotation) AnvilBlock.withRotation(BlockState state, BlockRotation rotation) BannerBlock.StandingBannerBlock.withRotation(BlockState state, BlockRotation rotation) BannerBlock.WallBannerBlock.withRotation(BlockState state, BlockRotation rotation) BaseBlockState.withRotation(BlockRotation rotation) BedBlock.withRotation(BlockState state, BlockRotation rotation) BigMushroomBlock.withRotation(BlockState state, BlockRotation rotation) Block.withRotation(BlockState state, BlockRotation rotation) Deprecated.ChestBlock.withRotation(BlockState state, BlockRotation rotation) CocoaBlock.withRotation(BlockState state, BlockRotation rotation) CommandBlock.withRotation(BlockState state, BlockRotation rotation) ComparatorBlock.withRotation(BlockState state, BlockRotation rotation) DetectorRailBlock.withRotation(BlockState state, BlockRotation rotation) DispenserBlock.withRotation(BlockState state, BlockRotation rotation) DoorBlock.withRotation(BlockState state, BlockRotation rotation) EnderChestBlock.withRotation(BlockState state, BlockRotation rotation) EndPortalFrameBlock.withRotation(BlockState state, BlockRotation rotation) EndRodBlock.withRotation(BlockState state, BlockRotation rotation) FenceBlock.withRotation(BlockState state, BlockRotation rotation) FenceGateBlock.withRotation(BlockState state, BlockRotation rotation) FurnaceBlock.withRotation(BlockState state, BlockRotation rotation) HopperBlock.withRotation(BlockState state, BlockRotation rotation) LadderBlock.withRotation(BlockState state, BlockRotation rotation) LeverBlock.withRotation(BlockState state, BlockRotation rotation) LogBlock.withRotation(BlockState state, BlockRotation rotation) NetherPortalBlock.withRotation(BlockState state, BlockRotation rotation) PaneBlock.withRotation(BlockState state, BlockRotation rotation) PillarBlock.withRotation(BlockState state, BlockRotation rotation) PistonBlock.withRotation(BlockState state, BlockRotation rotation) PistonExtensionBlock.withRotation(BlockState state, BlockRotation rotation) PistonHeadBlock.withRotation(BlockState state, BlockRotation rotation) PoweredRailBlock.withRotation(BlockState state, BlockRotation rotation) PumpkinBlock.withRotation(BlockState state, BlockRotation rotation) QuartzBlock.withRotation(BlockState state, BlockRotation rotation) RailBlock.withRotation(BlockState state, BlockRotation rotation) RedstoneWireBlock.withRotation(BlockState state, BlockRotation rotation) RepeaterBlock.withRotation(BlockState state, BlockRotation rotation) SkeletonSkullBlock.withRotation(BlockState state, BlockRotation rotation) StainedGlassPaneBlock.withRotation(BlockState state, BlockRotation rotation) StairsBlock.withRotation(BlockState state, BlockRotation rotation) StandingSignBlock.withRotation(BlockState state, BlockRotation rotation) TorchBlock.withRotation(BlockState state, BlockRotation rotation) TrapdoorBlock.withRotation(BlockState state, BlockRotation rotation) TripwireBlock.withRotation(BlockState state, BlockRotation rotation) TripwireHookBlock.withRotation(BlockState state, BlockRotation rotation) VineBlock.withRotation(BlockState state, BlockRotation rotation) WallSignBlock.withRotation(BlockState state, BlockRotation rotation) -
Uses of BlockRotation in net.minecraft.block.entity
Fields in net.minecraft.block.entity declared as BlockRotationMethods in net.minecraft.block.entity with parameters of type BlockRotationModifier and TypeMethodDescriptionvoidStructureBlockEntity.method_11668(BlockRotation blockRotation) -
Uses of BlockRotation in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type BlockRotation -
Uses of BlockRotation in net.minecraft.entity.decoration
Methods in net.minecraft.entity.decoration with parameters of type BlockRotationModifier and TypeMethodDescriptionfloatAbstractDecorationEntity.applyRotation(BlockRotation rotation) -
Uses of BlockRotation in net.minecraft.state
Methods in net.minecraft.state with parameters of type BlockRotationModifier and TypeMethodDescriptionStateManager.BlockStateImpl.withRotation(BlockRotation rotation) -
Uses of BlockRotation in net.minecraft.structure
Fields in net.minecraft.structure declared as BlockRotationModifier and TypeFieldDescriptionprivate BlockRotationStructurePiece.field_13014private BlockRotationStructurePlacementData.rotationMethods in net.minecraft.structure that return BlockRotationMethods in net.minecraft.structure with parameters of type BlockRotationModifier and TypeMethodDescriptionStructurePlacementData.method_11868(BlockRotation blockRotation) Constructors in net.minecraft.structure with parameters of type BlockRotationModifierConstructorDescriptionStructurePlacementData(BlockMirror blockMirror, BlockRotation blockRotation, boolean bool, Block block, BlockBox blockBox) -
Uses of BlockRotation in net.minecraft.util
Methods in net.minecraft.util that return BlockRotationModifier and TypeMethodDescriptionBlockMirror.getRotation(Direction direction) BlockRotation.rotate(BlockRotation rotation) static BlockRotationReturns the enum constant of this class with the specified name.static BlockRotation[]BlockRotation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.util with parameters of type BlockRotation