Uses of Class
com.mojang.blaze3d.platform.GlStateManager.Viewport
-
Packages that use GlStateManager.Viewport Package Description com.mojang.blaze3d.platform -
-
Uses of GlStateManager.Viewport in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform that return GlStateManager.Viewport Modifier and Type Method Description static GlStateManager.Viewport
GlStateManager.Viewport. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GlStateManager.Viewport[]
GlStateManager.Viewport. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-