Class BukkitMaskManager

java.lang.Object
com.fastasyncworldedit.core.regions.FaweMaskManager
com.fastasyncworldedit.bukkit.regions.BukkitMaskManager
Direct Known Subclasses:
GriefDefenderFeature, GriefPreventionFeature, ResidenceFeature, TownyFeature, WorldGuardFeature

public abstract class BukkitMaskManager extends com.fastasyncworldedit.core.regions.FaweMaskManager
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.fastasyncworldedit.core.regions.FaweMaskManager

    com.fastasyncworldedit.core.regions.FaweMaskManager.MaskType
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class com.fastasyncworldedit.core.regions.FaweMaskManager

    getKey, getMask, isExclusive, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • BukkitMaskManager

      public BukkitMaskManager(String plugin)
  • Method Details

    • hasMemberPermission

      public boolean hasMemberPermission(Permissible player)