Class GreetingFlagHandler

java.lang.Object
com.sk89q.worldguard.session.handler.Handler
com.sk89q.worldguard.session.handler.FlagValueChangeHandler<String>
dev.espi.protectionstones.flags.GreetingFlagHandler

public class GreetingFlagHandler extends com.sk89q.worldguard.session.handler.FlagValueChangeHandler<String>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    GreetingFlagHandler​(com.sk89q.worldguard.session.Session session)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
    onAbsentValue​(com.sk89q.worldguard.LocalPlayer localPlayer, com.sk89q.worldedit.util.Location location, com.sk89q.worldedit.util.Location location1, com.sk89q.worldguard.protection.ApplicableRegionSet applicableRegionSet, String lastValue, com.sk89q.worldguard.session.MoveType moveType)
     
    protected void
    onInitialValue​(com.sk89q.worldguard.LocalPlayer localPlayer, com.sk89q.worldguard.protection.ApplicableRegionSet applicableRegionSet, String s)
     
    protected boolean
    onSetValue​(com.sk89q.worldguard.LocalPlayer localPlayer, com.sk89q.worldedit.util.Location location, com.sk89q.worldedit.util.Location location1, com.sk89q.worldguard.protection.ApplicableRegionSet applicableRegionSet, String currentValue, String lastValue, com.sk89q.worldguard.session.MoveType moveType)
     

    Methods inherited from class com.sk89q.worldguard.session.handler.FlagValueChangeHandler

    initialize, onCrossBoundary

    Methods inherited from class com.sk89q.worldguard.session.handler.Handler

    getInvincibility, getSession, getWrappedHandler, testMoveTo, tick

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • GreetingFlagHandler

      public GreetingFlagHandler(com.sk89q.worldguard.session.Session session)
  • Method Details

    • onInitialValue

      protected void onInitialValue(com.sk89q.worldguard.LocalPlayer localPlayer, com.sk89q.worldguard.protection.ApplicableRegionSet applicableRegionSet, String s)
      Specified by:
      onInitialValue in class com.sk89q.worldguard.session.handler.FlagValueChangeHandler<String>
    • onSetValue

      protected boolean onSetValue(com.sk89q.worldguard.LocalPlayer localPlayer, com.sk89q.worldedit.util.Location location, com.sk89q.worldedit.util.Location location1, com.sk89q.worldguard.protection.ApplicableRegionSet applicableRegionSet, String currentValue, String lastValue, com.sk89q.worldguard.session.MoveType moveType)
      Specified by:
      onSetValue in class com.sk89q.worldguard.session.handler.FlagValueChangeHandler<String>
    • onAbsentValue

      protected boolean onAbsentValue(com.sk89q.worldguard.LocalPlayer localPlayer, com.sk89q.worldedit.util.Location location, com.sk89q.worldedit.util.Location location1, com.sk89q.worldguard.protection.ApplicableRegionSet applicableRegionSet, String lastValue, com.sk89q.worldguard.session.MoveType moveType)
      Specified by:
      onAbsentValue in class com.sk89q.worldguard.session.handler.FlagValueChangeHandler<String>