Package com.mojang.blaze3d.platform
Enum Class GlStateManager.Viewport
- All Implemented Interfaces:
Serializable
,Comparable<GlStateManager.Viewport>
,Constable
- Enclosing class:
GlStateManager
@Environment(CLIENT)
public static enum GlStateManager.Viewport
extends Enum<GlStateManager.Viewport>
- Mappings:
Namespace Name official com/mojang/blaze3d/platform/GlStateManager$m
intermediary com/mojang/blaze3d/platform/GlStateManager$class_1040
named com/mojang/blaze3d/platform/GlStateManager$Viewport
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
static int
getWidth()
static int
getX()
static int
getY()
static GlStateManager.Viewport
Returns the enum constant of this class with the specified name.static GlStateManager.Viewport[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official a
Lcom/mojang/blaze3d/platform/GlStateManager$m;a:Lcom/mojang/blaze3d/platform/GlStateManager$m;
intermediary field_5169
Lcom/mojang/blaze3d/platform/GlStateManager$class_1040;field_5169:Lcom/mojang/blaze3d/platform/GlStateManager$class_1040;
named INSTANCE
Lcom/mojang/blaze3d/platform/GlStateManager$Viewport;INSTANCE:Lcom/mojang/blaze3d/platform/GlStateManager$Viewport;
-
-
Field Details
-
x
protected int x- Mappings:
Namespace Name Mixin selector official b
Lcom/mojang/blaze3d/platform/GlStateManager$m;b:I
intermediary field_5172
Lcom/mojang/blaze3d/platform/GlStateManager$class_1040;field_5172:I
named x
Lcom/mojang/blaze3d/platform/GlStateManager$Viewport;x:I
-
y
protected int y- Mappings:
Namespace Name Mixin selector official c
Lcom/mojang/blaze3d/platform/GlStateManager$m;c:I
intermediary field_5171
Lcom/mojang/blaze3d/platform/GlStateManager$class_1040;field_5171:I
named y
Lcom/mojang/blaze3d/platform/GlStateManager$Viewport;y:I
-
width
protected int width- Mappings:
Namespace Name Mixin selector official d
Lcom/mojang/blaze3d/platform/GlStateManager$m;d:I
intermediary field_5170
Lcom/mojang/blaze3d/platform/GlStateManager$class_1040;field_5170:I
named width
Lcom/mojang/blaze3d/platform/GlStateManager$Viewport;width:I
-
height
protected int height- Mappings:
Namespace Name Mixin selector official e
Lcom/mojang/blaze3d/platform/GlStateManager$m;e:I
intermediary field_5168
Lcom/mojang/blaze3d/platform/GlStateManager$class_1040;field_5168:I
named height
Lcom/mojang/blaze3d/platform/GlStateManager$Viewport;height:I
-
-
Constructor Details
-
Viewport
private Viewport()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getX
public static int getX()- Mappings:
Namespace Name Mixin selector official a
Lcom/mojang/blaze3d/platform/GlStateManager$m;a()I
intermediary method_35330
Lcom/mojang/blaze3d/platform/GlStateManager$class_1040;method_35330()I
named getX
Lcom/mojang/blaze3d/platform/GlStateManager$Viewport;getX()I
-
getY
public static int getY()- Mappings:
Namespace Name Mixin selector official b
Lcom/mojang/blaze3d/platform/GlStateManager$m;b()I
intermediary method_35331
Lcom/mojang/blaze3d/platform/GlStateManager$class_1040;method_35331()I
named getY
Lcom/mojang/blaze3d/platform/GlStateManager$Viewport;getY()I
-
getWidth
public static int getWidth()- Mappings:
Namespace Name Mixin selector official c
Lcom/mojang/blaze3d/platform/GlStateManager$m;c()I
intermediary method_35332
Lcom/mojang/blaze3d/platform/GlStateManager$class_1040;method_35332()I
named getWidth
Lcom/mojang/blaze3d/platform/GlStateManager$Viewport;getWidth()I
-
getHeight
public static int getHeight()- Mappings:
Namespace Name Mixin selector official d
Lcom/mojang/blaze3d/platform/GlStateManager$m;d()I
intermediary method_35333
Lcom/mojang/blaze3d/platform/GlStateManager$class_1040;method_35333()I
named getHeight
Lcom/mojang/blaze3d/platform/GlStateManager$Viewport;getHeight()I
-