Interface NMSHandler


public interface NMSHandler
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    sendActionBar​(org.bukkit.entity.Player player, String message)
     
    void
    setBlock​(org.bukkit.World world, int x, int y, int z, org.bukkit.Material material, boolean applyPhysics)
     
    void
    setBlockInNativeChunk​(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

      void sendActionBar(org.bukkit.entity.Player player, String message)
    • getPlugin

      MiningEconomy getPlugin()