Interface BaseCompatibility
-
- All Implemented Interfaces:
-
org.bukkit.event.Listener
public interface BaseCompatibility implements Listener
-
-
Method Summary
Modifier and Type Method Description UnitsetPluginReference(Plugin plugin)UnitsetCreeperHealReference(CreeperHeal2 creeperHeal2)UnitmaskBlocksFromExplosion(List<Block> blockList, World world, Boundary boundary, Location center)abstract StringgetPluginName()abstract StringgetPluginPackage()-
-
Method Detail
-
setPluginReference
Unit setPluginReference(Plugin plugin)
-
setCreeperHealReference
Unit setCreeperHealReference(CreeperHeal2 creeperHeal2)
-
maskBlocksFromExplosion
Unit maskBlocksFromExplosion(List<Block> blockList, World world, Boundary boundary, Location center)
-
getPluginName
abstract String getPluginName()
-
getPluginPackage
abstract String getPluginPackage()
-
-
-
-