Uses of Class
net.minecraft.client.gl.Program.Type
| Package | Description |
|---|---|
| net.minecraft.client.gl | |
| net.minecraft.client.render |
-
Uses of Program.Type in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as Program.Type Modifier and Type Field Description private Program.TypeProgram. shaderTypeMethods in net.minecraft.client.gl that return Program.Type Modifier and Type Method Description static Program.TypeProgram.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Program.Type[]Program.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.gl with parameters of type Program.Type Modifier and Type Method Description 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)private static ProgramProgram. method_35658(Program.Type type, String string, int int2)Constructors in net.minecraft.client.gl with parameters of type Program.Type Constructor Description EffectProgram(Program.Type type, int shaderRef, String name)Program(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.Type Modifier and Type Method Description private static ProgramShader. loadProgram(ResourceFactory factory, Program.Type type, String name)