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 ProjectionTypeRenderSystem.projectionTypeprivate static ProjectionTypeRenderSystem.savedProjectionTypeMethods in com.mojang.blaze3d.systems that return ProjectionTypeModifier and TypeMethodDescriptionstatic ProjectionTypeRenderSystem.getProjectionType()static 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.Methods in com.mojang.blaze3d.systems with parameters of type ProjectionTypeModifier and TypeMethodDescriptionstatic voidRenderSystem.setProjectionMatrix(Matrix4f projectionMatrix, ProjectionType projectionType)