This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* @author ucchy | |
* @license GPLv3 | |
* @copyright Copyright ucchy 2013 | |
*/ | |
package com.github.ucchyocean.mpz; | |
import org.bukkit.Material; | |
import org.bukkit.block.Block; | |
import org.bukkit.entity.EntityType; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* @author ucchy | |
* @license GPLv3 | |
* @copyright Copyright ucchy 2013 | |
*/ | |
package test; | |
import java.util.HashMap; | |
/** |
NewerOlder