Object
CustomToggle
All Implemented Interfaces:
AbilityToggle

public class CustomToggle extends Object implements AbilityToggle
This custom toggle can be used to customize default abilities supplied by the library. Users can call toggle(java.lang.String, java.lang.String) to rename the default abilities or turnOff(java.lang.String) to simply turn off the said ability.
  • Field Details

  • Constructor Details

    • CustomToggle

      public CustomToggle()
  • Method Details