Class GlStateManager.BooleanState

  • Enclosing class:
    GlStateManager

    static class GlStateManager.BooleanState
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean enabled  
      private int state  
    • Constructor Summary

      Constructors 
      Constructor Description
      BooleanState​(int p_i50871_1_)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void disable()  
      void enable()  
      void setEnabled​(boolean p_179199_1_)  
      • Methods inherited from class java.lang.Object

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

      • state

        private final int state
      • enabled

        private boolean enabled
    • Constructor Detail

      • BooleanState

        public BooleanState​(int p_i50871_1_)
    • Method Detail

      • disable

        public void disable()
      • enable

        public void enable()
      • setEnabled

        public void setEnabled​(boolean p_179199_1_)