Uses of Enum Class
net.minecraft.world.level.block.Mirror
Packages that use Mirror
Package
Description
-
Uses of Mirror in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory declared as MirrorFields in net.minecraft.client.gui.screens.inventory with type parameters of type MirrorModifier and TypeFieldDescriptionprivate CycleButton<Mirror> StructureBlockEditScreen.mirrorButton -
Uses of Mirror in net.minecraft.commands.arguments
Methods in net.minecraft.commands.arguments that return MirrorModifier and TypeMethodDescriptionstatic MirrorTemplateMirrorArgument.getMirror(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) Methods in net.minecraft.commands.arguments that return types with arguments of type MirrorModifier and TypeMethodDescriptionstatic StringRepresentableArgument<Mirror> TemplateMirrorArgument.templateMirror() -
Uses of Mirror in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as MirrorMethods in net.minecraft.network.protocol.game that return MirrorConstructors in net.minecraft.network.protocol.game with parameters of type MirrorModifierConstructorDescriptionServerboundSetStructureBlockPacket(BlockPos pPos, StructureBlockEntity.UpdateType pUpdateType, StructureMode pMode, String pName, BlockPos pOffset, Vec3i pSize, Mirror pMirror, Rotation pRotation, String pData, boolean pIgnoreEntities, boolean pStrict, boolean pShowAir, boolean pShowBoundingBox, float pIntegrity, long pSeed) -
Uses of Mirror in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type MirrorModifier and TypeMethodDescriptionstatic intPlaceCommand.placeTemplate(CommandSourceStack pSource, ResourceLocation pTemplate, BlockPos pPos, Rotation pRotation, Mirror pMirror, float pIntegrity, int pSeed, boolean pStrict) -
Uses of Mirror in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type Mirror -
Uses of Mirror in net.minecraft.world.entity.decoration
Methods in net.minecraft.world.entity.decoration with parameters of type Mirror -
Uses of Mirror in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type MirrorModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Mirror> Mirror.CODECstatic final com.mojang.serialization.Codec<Mirror> Mirror.LEGACY_CODECDeprecated.Methods in net.minecraft.world.level.block that return MirrorModifier and TypeMethodDescriptionstatic MirrorReturns the enum constant of this class with the specified name.static Mirror[]Mirror.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.level.block with parameters of type MirrorModifier and TypeMethodDescriptionprotected BlockStateAbstractFurnaceBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateAmethystClusterBlock.mirror(BlockState p_152030_, Mirror p_152031_) protected BlockStateAttachedStemBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateBannerBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateBarrelBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateBaseCoralWallFanBlock.mirror(BlockState pState, Mirror pMirror) BeehiveBlock.mirror(BlockState p_304677_, Mirror p_304660_) BellBlock.mirror(BlockState p_304560_, Mirror p_304709_) CalibratedSculkSensorBlock.mirror(BlockState p_277615_, Mirror p_277916_) protected BlockStateCampfireBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateCeilingHangingSignBlock.mirror(BlockState p_249682_, Mirror p_250199_) protected BlockStateChestBlock.mirror(BlockState pState, Mirror pMirror) ChiseledBookShelfBlock.mirror(BlockState p_289000_, Mirror p_288962_) protected BlockStateCommandBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateCrafterBlock.mirror(BlockState p_307514_, Mirror p_307198_) protected BlockStateCrossCollisionBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateDecoratedPotBlock.mirror(BlockState p_334078_, Mirror p_333905_) protected BlockStateDetectorRailBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateDispenserBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateDoorBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateEnderChestBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateEndPortalFrameBlock.mirror(BlockState pState, Mirror pMirror) FlowerBedBlock.mirror(BlockState p_393796_, Mirror p_393802_) protected BlockStateGrindstoneBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateHopperBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateHorizontalDirectionalBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateHugeMushroomBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateJigsawBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateLadderBlock.mirror(BlockState pState, Mirror pMirror) LeafLitterBlock.mirror(BlockState p_393478_, Mirror p_393616_) protected BlockStateLecternBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateMossyCarpetBlock.mirror(BlockState p_379462_, Mirror p_380184_) protected BlockStateMultifaceBlock.mirror(BlockState p_153892_, Mirror p_153893_) protected BlockStateObserverBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStatePoweredRailBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateRailBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateRedstoneWallTorchBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateRedStoneWireBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateRodBlock.mirror(BlockState p_154351_, Mirror p_154352_) protected BlockStateShulkerBoxBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateSkullBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateSmallDripleafBlock.mirror(BlockState p_154619_, Mirror p_154620_) protected BlockStateStairBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateStandingSignBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateStonecutterBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateTripWireBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateTripWireHookBlock.mirror(BlockState pState, Mirror pMirror) VaultBlock.mirror(BlockState p_323894_, Mirror p_324242_) protected BlockStateVineBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateWallBannerBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateWallBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateWallHangingSignBlock.mirror(BlockState p_250446_, Mirror p_249494_) protected BlockStateWallSignBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateWallSkullBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStateWallTorchBlock.mirror(BlockState pState, Mirror pMirror) -
Uses of Mirror in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as MirrorModifier and TypeFieldDescriptionprivate static final MirrorStructureBlockEntity.DEFAULT_MIRRORprivate MirrorStructureBlockEntity.mirrorMethods in net.minecraft.world.level.block.entity that return MirrorMethods in net.minecraft.world.level.block.entity with parameters of type Mirror -
Uses of Mirror in net.minecraft.world.level.block.piston
Methods in net.minecraft.world.level.block.piston with parameters of type MirrorModifier and TypeMethodDescriptionprotected BlockStateMovingPistonBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStatePistonBaseBlock.mirror(BlockState pState, Mirror pMirror) protected BlockStatePistonHeadBlock.mirror(BlockState pState, Mirror pMirror) -
Uses of Mirror in net.minecraft.world.level.block.state
Methods in net.minecraft.world.level.block.state with parameters of type MirrorModifier and TypeMethodDescriptionprotected BlockStateBlockBehaviour.mirror(BlockState pState, Mirror pMirror) Returns the blockstate with the given mirror of the passed blockstate. -
Uses of Mirror in net.minecraft.world.level.levelgen.structure
Fields in net.minecraft.world.level.levelgen.structure declared as MirrorMethods in net.minecraft.world.level.levelgen.structure that return Mirror -
Uses of Mirror in net.minecraft.world.level.levelgen.structure.structures
Methods in net.minecraft.world.level.levelgen.structure.structures with parameters of type MirrorModifier and TypeMethodDescriptionprivate static StructurePlaceSettingsRuinedPortalPiece.makeSettings(Mirror pMirror, Rotation pRotation, RuinedPortalPiece.VerticalPlacement pVerticalPlacement, BlockPos pPos, RuinedPortalPiece.Properties pProperties) private static StructurePlaceSettingsWoodlandMansionPieces.WoodlandMansionPiece.makeSettings(Mirror pMirror, Rotation pRotation) Constructors in net.minecraft.world.level.levelgen.structure.structures with parameters of type MirrorModifierConstructorDescriptionRuinedPortalPiece(StructureTemplateManager pStructureTemplateManager, BlockPos pTemplatePosition, RuinedPortalPiece.VerticalPlacement pVerticalPlacement, RuinedPortalPiece.Properties pProperties, ResourceLocation pLocation, StructureTemplate pTemplate, Rotation pRotation, Mirror pMirror, BlockPos pPivotPos) WoodlandMansionPiece(StructureTemplateManager pStructureTemplateManager, String pTemplateName, BlockPos pTemplatePosition, Rotation pRotation, Mirror pMirror) -
Uses of Mirror in net.minecraft.world.level.levelgen.structure.templatesystem
Fields in net.minecraft.world.level.levelgen.structure.templatesystem declared as MirrorMethods in net.minecraft.world.level.levelgen.structure.templatesystem that return MirrorMethods in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type MirrorModifier and TypeMethodDescriptionStructureTemplate.getBoundingBox(BlockPos pStartPos, Rotation pRotation, BlockPos pPivotPos, Mirror pMirror) protected static BoundingBoxStructureTemplate.getBoundingBox(BlockPos pStartPos, Rotation pRotation, BlockPos pPivotPos, Mirror pMirror, Vec3i pSize) StructureTemplate.getZeroPositionWithTransform(BlockPos pTargetPos, Mirror pMirror, Rotation pRotation) static BlockPosStructureTemplate.getZeroPositionWithTransform(BlockPos pPos, Mirror pMirror, Rotation pRotation, int pSizeX, int pSizeZ) static BlockPosStructureTemplate.transform(BlockPos pTargetPos, Mirror pMirror, Rotation pRotation, BlockPos pOffset) static Vec3StructureTemplate.transform(Vec3 pTarget, Mirror pMirror, Rotation pRotation, BlockPos pCenterOffset)