Uses of Enum Class
net.minecraft.client.gl.GlUniform.UniformType
Packages that use GlUniform.UniformType
Package
Description
The base package for all Minecraft classes.
-
Uses of GlUniform.UniformType in net.minecraft
Fields in net.minecraft declared as GlUniform.UniformTypeModifier and TypeFieldDescriptionprivate final GlUniform.UniformTypeclass_10785.class_10788.typeThe field for thetyperecord component.Methods in net.minecraft that return GlUniform.UniformTypeModifier and TypeMethodDescriptionclass_10785.class_10788.type()Returns the value of thetyperecord component.Methods in net.minecraft with parameters of type GlUniform.UniformTypeModifier and TypeMethodDescriptionclass_10785.class_10786.addGlUniform(String name, GlUniform.UniformType type) Constructors in net.minecraft with parameters of type GlUniform.UniformType -
Uses of GlUniform.UniformType in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as GlUniform.UniformTypeFields in net.minecraft.client.gl with type parameters of type GlUniform.UniformTypeModifier and TypeFieldDescriptionstatic final StringIdentifiable.EnumCodec<GlUniform.UniformType> GlUniform.UniformType.CODECMethods in net.minecraft.client.gl that return GlUniform.UniformTypeModifier and TypeMethodDescriptionGlUniform.getDataType()static GlUniform.UniformTypeReturns the enum constant of this class with the specified name.static GlUniform.UniformType[]GlUniform.UniformType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.gl with parameters of type GlUniform.UniformType