Uses of Class
net.minecraft.util.Mirror
-
-
Uses of Mirror in net.minecraft.block
Methods in net.minecraft.block with parameters of type Mirror Modifier and Type Method Description BlockState
AbstractBlock.AbstractBlockState. mirror(Mirror p_185902_1_)
BlockState
AbstractBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
Deprecated.BlockState
AbstractFurnaceBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
AttachedStemBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
BannerBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
BarrelBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
BeehiveBlock. mirror(BlockState blockState, Mirror mirror)
BlockState
CampfireBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
ChestBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
CommandBlockBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
DeadCoralWallFanBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
DetectorRailBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
DispenserBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
DoorBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
EnderChestBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
EndPortalFrameBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
EndRodBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
FourWayBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
GrindstoneBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
HopperBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
HorizontalBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
HugeMushroomBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
JigsawBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
LadderBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
LecternBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
MovingPistonBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
ObserverBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
PistonBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
PistonHeadBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
PoweredRailBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
RailBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
RedstoneWallTorchBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
RedstoneWireBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
ShulkerBoxBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
SkullBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
StairsBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
StandingSignBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
StonecutterBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
TripWireBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
TripWireHookBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
VineBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
WallBannerBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
WallBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
WallSignBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
WallSkullBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
BlockState
WallTorchBlock. mirror(BlockState p_185471_1_, Mirror p_185471_2_)
-
Uses of Mirror in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as Mirror Modifier and Type Field Description private Mirror
EditStructureScreen. initialMirror
-
Uses of Mirror in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type Mirror Modifier and Type Method Description float
Entity. mirror(Mirror p_184217_1_)
-
Uses of Mirror in net.minecraft.entity.item
Methods in net.minecraft.entity.item with parameters of type Mirror Modifier and Type Method Description float
HangingEntity. mirror(Mirror p_184217_1_)
-
Uses of Mirror in net.minecraft.network.play.client
Fields in net.minecraft.network.play.client declared as Mirror Modifier and Type Field Description private Mirror
CUpdateStructureBlockPacket. mirror
Methods in net.minecraft.network.play.client that return Mirror Modifier and Type Method Description Mirror
CUpdateStructureBlockPacket. getMirror()
Constructors in net.minecraft.network.play.client with parameters of type Mirror Constructor Description CUpdateStructureBlockPacket(BlockPos p_i49541_1_, StructureBlockTileEntity.UpdateCommand p_i49541_2_, StructureMode p_i49541_3_, java.lang.String p_i49541_4_, BlockPos p_i49541_5_, BlockPos p_i49541_6_, Mirror p_i49541_7_, Rotation p_i49541_8_, java.lang.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 Mirror in net.minecraft.tileentity
Fields in net.minecraft.tileentity declared as Mirror Modifier and Type Field Description private Mirror
StructureBlockTileEntity. mirror
Methods in net.minecraft.tileentity that return Mirror Modifier and Type Method Description Mirror
StructureBlockTileEntity. getMirror()
Methods in net.minecraft.tileentity with parameters of type Mirror Modifier and Type Method Description void
TileEntity. mirror(Mirror p_189668_1_)
void
StructureBlockTileEntity. setMirror(Mirror p_184411_1_)
-
Uses of Mirror in net.minecraft.util
Methods in net.minecraft.util that return Mirror Modifier and Type Method Description static Mirror
Mirror. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Mirror[]
Mirror. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Mirror in net.minecraft.world.gen.feature.structure
Fields in net.minecraft.world.gen.feature.structure declared as Mirror Modifier and Type Field Description private Mirror
RuinedPortalPiece. mirror
private Mirror
StructurePiece. mirror
private Mirror
WoodlandMansionPieces.MansionTemplate. mirror
Constructors in net.minecraft.world.gen.feature.structure with parameters of type Mirror Constructor Description MansionTemplate(TemplateManager p_i47356_1_, java.lang.String p_i47356_2_, BlockPos p_i47356_3_, Rotation p_i47356_4_, Mirror p_i47356_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 Mirror in net.minecraft.world.gen.feature.template
Fields in net.minecraft.world.gen.feature.template declared as Mirror Modifier and Type Field Description private Mirror
PlacementSettings. mirror
Methods in net.minecraft.world.gen.feature.template that return Mirror Modifier and Type Method Description Mirror
PlacementSettings. getMirror()
Methods in net.minecraft.world.gen.feature.template with parameters of type Mirror Modifier and Type Method Description MutableBoundingBox
Template. getBoundingBox(BlockPos p_237150_1_, Rotation p_237150_2_, BlockPos p_237150_3_, Mirror p_237150_4_)
BlockPos
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_)
PlacementSettings
PlacementSettings. setMirror(Mirror p_186214_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_)
-