Class Trigger

java.lang.Object
net.cubespace.Yamler.Config.BaseConfig
net.cubespace.Yamler.Config.BaseConfigMapper
net.cubespace.Yamler.Config.ConfigMapper
net.cubespace.Yamler.Config.YamlConfig
net.cubespace.Yamler.Config.Config
fr.Alphart.BAT.Modules.Comment.Trigger
All Implemented Interfaces:
net.cubespace.Yamler.Config.IConfig

public class Trigger extends net.cubespace.Yamler.Config.Config
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onTrigger(String pName, String reason)
     

    Methods inherited from class net.cubespace.Yamler.Config.YamlConfig

    init, init, load, load, reload, save, save

    Methods inherited from class net.cubespace.Yamler.Config.ConfigMapper

    loadFromMap, saveToMap

    Methods inherited from class net.cubespace.Yamler.Config.BaseConfigMapper

    addComment, clearComments

    Methods inherited from class net.cubespace.Yamler.Config.BaseConfig

    addConverter, update

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Trigger

      public Trigger()
  • Method Details

    • onTrigger

      public void onTrigger(String pName, String reason)