Package net.minecraft.client.render
Class Camera.Projection
java.lang.Object
net.minecraft.client.render.Camera.Projection
- Enclosing class:
Camera
A projection of a camera. It is a 2-D rectangle in a 3-D volume.
- See Also:
- Mappings:
Namespace Name official elt$a
intermediary net/minecraft/class_4184$class_6355
named net/minecraft/client/render/Camera$Projection
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
center
- Mappings:
Namespace Name Mixin selector official a
Lelt$a;a:Lede;
intermediary field_33622
Lnet/minecraft/class_4184$class_6355;field_33622:Lnet/minecraft/class_243;
named center
Lnet/minecraft/client/render/Camera$Projection;center:Lnet/minecraft/util/math/Vec3d;
-
x
Half of the width (x) of the rectangle.- Mappings:
Namespace Name Mixin selector official b
Lelt$a;b:Lede;
intermediary field_33623
Lnet/minecraft/class_4184$class_6355;field_33623:Lnet/minecraft/class_243;
named x
Lnet/minecraft/client/render/Camera$Projection;x:Lnet/minecraft/util/math/Vec3d;
-
y
Half of the height (y) of the rectangle.- Mappings:
Namespace Name Mixin selector official c
Lelt$a;c:Lede;
intermediary field_33624
Lnet/minecraft/class_4184$class_6355;field_33624:Lnet/minecraft/class_243;
named y
Lnet/minecraft/client/render/Camera$Projection;y:Lnet/minecraft/util/math/Vec3d;
-
-
Constructor Details
-
Projection
- Mappings:
Namespace Name Mixin selector official <init>
Lelt$a;<init>(Lede;Lede;Lede;)V
intermediary <init>
Lnet/minecraft/class_4184$class_6355;<init>(Lnet/minecraft/class_243;Lnet/minecraft/class_243;Lnet/minecraft/class_243;)V
named <init>
Lnet/minecraft/client/render/Camera$Projection;<init>(Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;)V
-
-
Method Details
-
getBottomRight
- Mappings:
Namespace Name Mixin selector official a
Lelt$a;a()Lede;
intermediary method_36426
Lnet/minecraft/class_4184$class_6355;method_36426()Lnet/minecraft/class_243;
named getBottomRight
Lnet/minecraft/client/render/Camera$Projection;getBottomRight()Lnet/minecraft/util/math/Vec3d;
-
getTopRight
- Mappings:
Namespace Name Mixin selector official b
Lelt$a;b()Lede;
intermediary method_36429
Lnet/minecraft/class_4184$class_6355;method_36429()Lnet/minecraft/class_243;
named getTopRight
Lnet/minecraft/client/render/Camera$Projection;getTopRight()Lnet/minecraft/util/math/Vec3d;
-
getBottomLeft
- Mappings:
Namespace Name Mixin selector official c
Lelt$a;c()Lede;
intermediary method_36430
Lnet/minecraft/class_4184$class_6355;method_36430()Lnet/minecraft/class_243;
named getBottomLeft
Lnet/minecraft/client/render/Camera$Projection;getBottomLeft()Lnet/minecraft/util/math/Vec3d;
-
getTopLeft
- Mappings:
Namespace Name Mixin selector official d
Lelt$a;d()Lede;
intermediary method_36431
Lnet/minecraft/class_4184$class_6355;method_36431()Lnet/minecraft/class_243;
named getTopLeft
Lnet/minecraft/client/render/Camera$Projection;getTopLeft()Lnet/minecraft/util/math/Vec3d;
-
getPosition
- Mappings:
Namespace Name Mixin selector official a
Lelt$a;a(FF)Lede;
intermediary method_36427
Lnet/minecraft/class_4184$class_6355;method_36427(FF)Lnet/minecraft/class_243;
named getPosition
Lnet/minecraft/client/render/Camera$Projection;getPosition(FF)Lnet/minecraft/util/math/Vec3d;
-