Class RestrictionCheck

java.lang.Object
de.redstoneworld.redrestrictionhelper.RestrictionCheck

public class RestrictionCheck extends Object
  • Constructor Details

    • RestrictionCheck

      public RestrictionCheck(org.bukkit.plugin.Plugin bukkitPlugin, ActionTypes actionType, org.bukkit.Location location, org.bukkit.entity.Player targetPlayer)
    • RestrictionCheck

      public RestrictionCheck(org.bukkit.plugin.Plugin bukkitPlugin, ActionTypes actionType, org.bukkit.Location location, org.bukkit.entity.Player targetPlayer, CheckMethods checkMethod)
  • Method Details

    • getActionType

      public ActionTypes getActionType()
    • getLocation

      public org.bukkit.Location getLocation()
    • getTargetPlayer

      public org.bukkit.entity.Player getTargetPlayer()
    • getDefaultCheckMethod

      public static CheckMethods getDefaultCheckMethod()
    • getCheckMethod

      public CheckMethods getCheckMethod()
    • getFinalResult

      public boolean getFinalResult()
    • getPerPluginResultMap

      public HashMap<RestrictionPlugins,Result> getPerPluginResultMap()