Uses of Enum Class
com.mojang.blaze3d.ProjectionType
Packages that use ProjectionType
-
Uses of ProjectionType in com.mojang.blaze3d
Subclasses with type arguments of type ProjectionType in com.mojang.blaze3dMethods 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(GpuBufferSlice projectionMatrixBuffer, ProjectionType type) -
Uses of ProjectionType in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as ProjectionType