Uses of Enum Class
net.minecraft.client.gl.UniformValue.Type
Packages that use UniformValue.Type
-
Uses of UniformValue.Type in net.minecraft.client.gl
Fields in net.minecraft.client.gl with type parameters of type UniformValue.TypeModifier and TypeFieldDescriptionstatic final StringIdentifiable.EnumCodec<UniformValue.Type> UniformValue.Type.CODECMethods in net.minecraft.client.gl that return UniformValue.TypeModifier and TypeMethodDescriptionUniformValue.FloatValue.getType()UniformValue.getType()UniformValue.IntValue.getType()UniformValue.Matrix4fValue.getType()UniformValue.Vec2fValue.getType()UniformValue.Vec3fValue.getType()UniformValue.Vec3iValue.getType()UniformValue.Vec4fValue.getType()static UniformValue.TypeReturns the enum constant of this class with the specified name.static UniformValue.Type[]UniformValue.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.