Class Uniform

java.lang.Object
net.minecraft.client.gl.Uniform
Direct Known Subclasses:
GlUniform

@Environment(CLIENT)
public class Uniform
extends Object
Mappings:
Namespace Name
official dlg
intermediary net/minecraft/class_278
named net/minecraft/client/gl/Uniform
  • Constructor Summary

    Constructors
    Constructor Description
    Uniform()  
  • Method Summary

    Modifier and Type Method Description
    void set​(float value1)  
    void set​(float[] values)  
    void set​(float value1, float value2)  
    void set​(float value1, float value2, float value3)  
    void set​(float value1, float value2, float value3, float value4)  
    void set​(int value1, int value2, int value3, int value4)  
    void set​(Matrix4f values)  
    void setForDataType​(float value1, float value2, float value3, float value4)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Uniform

      public Uniform()
  • Method Details

    • set

      public void set​(float value1)
      Mappings:
      Namespace Name Mixin selector
      official a Ldlg;a(F)V
      intermediary method_1251 Lnet/minecraft/class_278;method_1251(F)V
      named set Lnet/minecraft/client/gl/Uniform;set(F)V
    • set

      public void set​(float value1, float value2)
      Mappings:
      Namespace Name Mixin selector
      official a Ldlg;a(FF)V
      intermediary method_1255 Lnet/minecraft/class_278;method_1255(FF)V
      named set Lnet/minecraft/client/gl/Uniform;set(FF)V
    • set

      public void set​(float value1, float value2, float value3)
      Mappings:
      Namespace Name Mixin selector
      official a Ldlg;a(FFF)V
      intermediary method_1249 Lnet/minecraft/class_278;method_1249(FFF)V
      named set Lnet/minecraft/client/gl/Uniform;set(FFF)V
    • set

      public void set​(float value1, float value2, float value3, float value4)
      Mappings:
      Namespace Name Mixin selector
      official a Ldlg;a(FFFF)V
      intermediary method_1254 Lnet/minecraft/class_278;method_1254(FFFF)V
      named set Lnet/minecraft/client/gl/Uniform;set(FFFF)V
    • setForDataType

      public void setForDataType​(float value1, float value2, float value3, float value4)
      Mappings:
      Namespace Name Mixin selector
      official b Ldlg;b(FFFF)V
      intermediary method_1252 Lnet/minecraft/class_278;method_1252(FFFF)V
      named setForDataType Lnet/minecraft/client/gl/Uniform;setForDataType(FFFF)V
    • set

      public void set​(int value1, int value2, int value3, int value4)
      Mappings:
      Namespace Name Mixin selector
      official a Ldlg;a(IIII)V
      intermediary method_1248 Lnet/minecraft/class_278;method_1248(IIII)V
      named set Lnet/minecraft/client/gl/Uniform;set(IIII)V
    • set

      public void set​(float[] values)
      Mappings:
      Namespace Name Mixin selector
      official a Ldlg;a([F)V
      intermediary method_1253 Lnet/minecraft/class_278;method_1253([F)V
      named set Lnet/minecraft/client/gl/Uniform;set([F)V
    • set

      public void set​(Matrix4f values)
      Mappings:
      Namespace Name Mixin selector
      official a Ldlg;a(Lb;)V
      intermediary method_1250 Lnet/minecraft/class_278;method_1250(Lnet/minecraft/class_1159;)V
      named set Lnet/minecraft/client/gl/Uniform;set(Lnet/minecraft/util/math/Matrix4f;)V