Class SimpleMenuComponent.ToggleConsumer

  • All Implemented Interfaces:
    java.util.function.Consumer<org.bukkit.entity.Player>
    Enclosing class:
    SimpleMenuComponent

    protected static class SimpleMenuComponent.ToggleConsumer
    extends java.lang.Object
    implements java.util.function.Consumer<org.bukkit.entity.Player>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(org.bukkit.entity.Player player)  
      boolean getState()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Consumer

        andThen
    • Method Detail

      • accept

        public void accept​(org.bukkit.entity.Player player)
        Specified by:
        accept in interface java.util.function.Consumer<org.bukkit.entity.Player>
      • getState

        public boolean getState()