Class GLState.C4BooleansValue

java.lang.Object
zombie.core.opengl.GLState.C4BooleansValue
All Implemented Interfaces:
IOpenGLState.Value
Enclosing class:
GLState

public static final class GLState.C4BooleansValue
extends java.lang.Object
implements IOpenGLState.Value
  • Constructor Summary

    Constructors
    Constructor Description
    C4BooleansValue()  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object object)  
    GLState.C4BooleansValue set​(boolean boolean1, boolean boolean2, boolean boolean3, boolean boolean4)  
    IOpenGLState.Value set​(IOpenGLState.Value value)  

    Methods inherited from class java.lang.Object

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

    • C4BooleansValue

      public C4BooleansValue()
  • Method Details