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 ProjectionTypeReturns 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 ProjectionTypeRenderSystem.projectionTypeprivate static ProjectionTypeRenderSystem.savedProjectionTypeMethods in com.mojang.blaze3d.systems that return ProjectionTypeMethods in com.mojang.blaze3d.systems with parameters of type ProjectionTypeModifier and TypeMethodDescriptionstatic voidRenderSystem.setProjectionMatrix(org.joml.Matrix4f pProjectionMatrix, ProjectionType pProjectionType)