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> context, String name) 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 pos, StructureBlockEntity.UpdateType updateType, StructureMode mode, String name, BlockPos offset, Vec3i size, Mirror mirror, Rotation rotation, String data, boolean ignoreEntities, boolean showAir, boolean showBoundingBox, float integrity, long seed) -
Uses of Mirror in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type MirrorModifier and TypeMethodDescriptionstatic intPlaceCommand.placeTemplate(CommandSourceStack source, ResourceLocation template, BlockPos pos, Rotation rotation, Mirror mirror, float integrity, int seed) -
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.CODECMethods 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 state, Mirror mirror) protected BlockStateAmethystClusterBlock.mirror(BlockState p_152030_, Mirror p_152031_) protected BlockStateAttachedStemBlock.mirror(BlockState state, Mirror mirror) protected BlockStateBannerBlock.mirror(BlockState state, Mirror mirror) protected BlockStateBarrelBlock.mirror(BlockState state, Mirror mirror) protected BlockStateBaseCoralWallFanBlock.mirror(BlockState state, Mirror mirror) 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 state, Mirror mirror) protected BlockStateCeilingHangingSignBlock.mirror(BlockState p_249682_, Mirror p_250199_) protected BlockStateChestBlock.mirror(BlockState state, Mirror mirror) ChiseledBookShelfBlock.mirror(BlockState p_289000_, Mirror p_288962_) protected BlockStateCommandBlock.mirror(BlockState state, Mirror mirror) protected BlockStateCrafterBlock.mirror(BlockState p_307514_, Mirror p_307198_) protected BlockStateCrossCollisionBlock.mirror(BlockState state, Mirror mirror) protected BlockStateDecoratedPotBlock.mirror(BlockState p_334078_, Mirror p_333905_) protected BlockStateDetectorRailBlock.mirror(BlockState state, Mirror mirror) protected BlockStateDispenserBlock.mirror(BlockState state, Mirror mirror) protected BlockStateDoorBlock.mirror(BlockState state, Mirror mirror) protected BlockStateEnderChestBlock.mirror(BlockState state, Mirror mirror) protected BlockStateEndPortalFrameBlock.mirror(BlockState state, Mirror mirror) protected BlockStateGrindstoneBlock.mirror(BlockState state, Mirror mirror) protected BlockStateHopperBlock.mirror(BlockState state, Mirror mirror) protected BlockStateHorizontalDirectionalBlock.mirror(BlockState state, Mirror mirror) protected BlockStateHugeMushroomBlock.mirror(BlockState state, Mirror mirror) protected BlockStateJigsawBlock.mirror(BlockState state, Mirror mirror) protected BlockStateLadderBlock.mirror(BlockState state, Mirror mirror) protected BlockStateLecternBlock.mirror(BlockState state, Mirror mirror) protected BlockStateMossyCarpetBlock.mirror(BlockState p_379462_, Mirror p_380184_) protected BlockStateMultifaceBlock.mirror(BlockState p_153892_, Mirror p_153893_) protected BlockStateObserverBlock.mirror(BlockState state, Mirror mirror) PinkPetalsBlock.mirror(BlockState p_272961_, Mirror p_273278_) protected BlockStatePoweredRailBlock.mirror(BlockState state, Mirror mirror) protected BlockStateRailBlock.mirror(BlockState state, Mirror mirror) protected BlockStateRedstoneWallTorchBlock.mirror(BlockState state, Mirror mirror) protected BlockStateRedStoneWireBlock.mirror(BlockState state, Mirror mirror) protected BlockStateRodBlock.mirror(BlockState p_154351_, Mirror p_154352_) protected BlockStateShulkerBoxBlock.mirror(BlockState state, Mirror mirror) protected BlockStateSkullBlock.mirror(BlockState state, Mirror mirror) protected BlockStateSmallDripleafBlock.mirror(BlockState p_154619_, Mirror p_154620_) protected BlockStateStairBlock.mirror(BlockState state, Mirror mirror) protected BlockStateStandingSignBlock.mirror(BlockState state, Mirror mirror) protected BlockStateStonecutterBlock.mirror(BlockState state, Mirror mirror) protected BlockStateTripWireBlock.mirror(BlockState state, Mirror mirror) protected BlockStateTripWireHookBlock.mirror(BlockState state, Mirror mirror) VaultBlock.mirror(BlockState p_323894_, Mirror p_324242_) protected BlockStateVineBlock.mirror(BlockState state, Mirror mirror) protected BlockStateWallBannerBlock.mirror(BlockState state, Mirror mirror) protected BlockStateWallBlock.mirror(BlockState state, Mirror mirror) protected BlockStateWallHangingSignBlock.mirror(BlockState p_250446_, Mirror p_249494_) protected BlockStateWallSignBlock.mirror(BlockState state, Mirror mirror) protected BlockStateWallSkullBlock.mirror(BlockState state, Mirror mirror) protected BlockStateWallTorchBlock.mirror(BlockState state, Mirror mirror) -
Uses of Mirror in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as 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 state, Mirror mirror) protected BlockStatePistonBaseBlock.mirror(BlockState state, Mirror mirror) protected BlockStatePistonHeadBlock.mirror(BlockState state, Mirror mirror) -
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 state, Mirror mirror) 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 mirror, Rotation rotation, RuinedPortalPiece.VerticalPlacement verticalPlacement, BlockPos pos, RuinedPortalPiece.Properties properties) private static StructurePlaceSettingsWoodlandMansionPieces.WoodlandMansionPiece.makeSettings(Mirror mirror, Rotation rotation) Constructors in net.minecraft.world.level.levelgen.structure.structures with parameters of type MirrorModifierConstructorDescriptionRuinedPortalPiece(StructureTemplateManager structureTemplateManager, BlockPos templatePosition, RuinedPortalPiece.VerticalPlacement verticalPlacement, RuinedPortalPiece.Properties properties, ResourceLocation location, StructureTemplate template, Rotation rotation, Mirror mirror, BlockPos pivotPos) WoodlandMansionPiece(StructureTemplateManager structureTemplateManager, String templateName, BlockPos templatePosition, Rotation rotation, Mirror mirror) -
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 startPos, Rotation rotation, BlockPos pivotPos, Mirror mirror) protected static BoundingBoxStructureTemplate.getBoundingBox(BlockPos startPos, Rotation rotation, BlockPos pivotPos, Mirror mirror, Vec3i size) StructureTemplate.getZeroPositionWithTransform(BlockPos targetPos, Mirror mirror, Rotation rotation) static BlockPosStructureTemplate.getZeroPositionWithTransform(BlockPos pos, Mirror mirror, Rotation rotation, int sizeX, int sizeZ) static BlockPosstatic Vec3