Uses of Enum Class
net.minecraft.client.gl.Program.Type
Packages that use Program.Type
-
Uses of Program.Type in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as Program.TypeMethods in net.minecraft.client.gl that return Program.TypeModifier and TypeMethodDescriptionstatic Program.TypeReturns the enum constant of this class with the specified name.static Program.Type[]Program.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 Program.TypeModifier and TypeMethodDescriptionprivate static ProgramProgram.create(Program.Type shaderType, String name, int shaderRef) static EffectProgramEffectProgram.createFromResource(Program.Type type, String name, InputStream stream, String domain) static ProgramProgram.createFromResource(Program.Type type, String name, InputStream stream, String domain, GLImportProcessor loader) static EffectProgramJsonEffectGlShader.loadEffect(ResourceManager resourceManager, Program.Type type, String name) protected static intProgram.loadProgram(Program.Type type, String name, InputStream stream, String domain, GLImportProcessor loader) Constructors in net.minecraft.client.gl with parameters of type Program.TypeModifierConstructorDescriptionprivateEffectProgram(Program.Type type, int shaderRef, String name) protectedProgram(Program.Type shaderType, int shaderRef, String name) -
Uses of Program.Type in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type Program.TypeModifier and TypeMethodDescriptionprivate static ProgramShader.loadProgram(ResourceFactory factory, Program.Type type, String name)