コード例 #1
0
ファイル: DropPlugin.java プロジェクト: Juze/DropPlugin
 // Part of LogBlock API
 public boolean queueBlockBreak(java.lang.String playerName, org.bukkit.block.BlockState before) {
   if (lbconsumer != null) {
     lbconsumer.queueBlockBreak(playerName, before);
   }
   return true;
 }