Class DisplayableBoolean

java.lang.Object
com.blamejared.controlling.client.DisplayableBoolean

public class DisplayableBoolean extends Object
  • Constructor Details

    • DisplayableBoolean

      public DisplayableBoolean(boolean initialState, net.minecraft.network.chat.Component whenTrue, net.minecraft.network.chat.Component whenFalse)
  • Method Details

    • state

      public boolean state()
    • toggle

      public boolean toggle()
    • state

      public void state(boolean state)
    • currentDisplay

      public net.minecraft.network.chat.Component currentDisplay()
    • whenTrue

      public net.minecraft.network.chat.Component whenTrue()
    • whenFalse

      public net.minecraft.network.chat.Component whenFalse()