Uses of Enum Class
com.mojang.blaze3d.systems.ProjectionType
Packages that use ProjectionType
-
Uses of ProjectionType in com.mojang.blaze3d.systems
Fields in com.mojang.blaze3d.systems declared as ProjectionTypeModifier and TypeFieldDescriptionprivate static ProjectionType
RenderSystem.projectionType
private static ProjectionType
RenderSystem.savedProjectionType
Methods in com.mojang.blaze3d.systems that return ProjectionTypeModifier and TypeMethodDescriptionstatic ProjectionType
RenderSystem.getProjectionType()
static ProjectionType
Returns the enum constant of this class with the specified name.static ProjectionType[]
ProjectionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mojang.blaze3d.systems with parameters of type ProjectionTypeModifier and TypeMethodDescriptionstatic void
RenderSystem.setProjectionMatrix
(Matrix4f projectionMatrix, ProjectionType projectionType)