Uses of Enum Class
net.minecraft.client.gl.GlShader.Type
Packages that use GlShader.Type
-
Uses of GlShader.Type in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as GlShader.TypeMethods in net.minecraft.client.gl that return GlShader.TypeModifier and TypeMethodDescriptionstatic GlShader.TypeReturns the enum constant of this class with the specified name.static GlShader.Type[]GlShader.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.gl with parameters of type GlShader.TypeModifier and TypeMethodDescriptionstatic GlShaderGlShader.createShader(ResourceManager manager, GlShader.Type tyoe, String name) Constructors in net.minecraft.client.gl with parameters of type GlShader.Type