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