Class GameTestDebugRenderer.Marker

  • Enclosing class:
    GameTestDebugRenderer

    static class GameTestDebugRenderer.Marker
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int color  
      long removeAtTime  
      java.lang.String text  
    • Constructor Summary

      Constructors 
      Constructor Description
      Marker​(int p_i226032_1_, java.lang.String p_i226032_2_, long p_i226032_3_)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float getA()  
      float getB()  
      float getG()  
      float getR()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • color

        public int color
      • text

        public java.lang.String text
      • removeAtTime

        public long removeAtTime
    • Constructor Detail

      • Marker

        public Marker​(int p_i226032_1_,
                      java.lang.String p_i226032_2_,
                      long p_i226032_3_)
    • Method Detail

      • getR

        public float getR()
      • getG

        public float getG()
      • getB

        public float getB()
      • getA

        public float getA()