Package me.fullpage.api
Interface NMSHandler
public interface NMSHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendActionBar(org.bukkit.entity.Player player, String message)voidsetBlock(org.bukkit.World world, int x, int y, int z, org.bukkit.Material material, boolean applyPhysics)voidsetBlockInNativeChunk(org.bukkit.World world, int x, int y, int z, int blockId, byte data, boolean applyPhysics)
-
Method Details
-
setBlock
void setBlock(org.bukkit.World world, int x, int y, int z, org.bukkit.Material material, boolean applyPhysics) -
setBlockInNativeChunk
void setBlockInNativeChunk(org.bukkit.World world, int x, int y, int z, int blockId, byte data, boolean applyPhysics) -
sendActionBar
-
getPlugin
MiningEconomy getPlugin()
-