Uses of Enum Class
com.mojang.blaze3d.ProjectionType
Packages that use ProjectionType
-
Uses of ProjectionType in com.mojang.blaze3d
Methods in com.mojang.blaze3d that return ProjectionTypeModifier and TypeMethodDescriptionstatic 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. -
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 ProjectionTypeMethods in com.mojang.blaze3d.systems with parameters of type ProjectionTypeModifier and TypeMethodDescriptionstatic void
RenderSystem.setProjectionMatrix
(org.joml.Matrix4f p_277884_, ProjectionType p_381637_)