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
import lombok.AllArgsConstructor; | |
import lombok.Builder; | |
import lombok.Getter; | |
import lombok.ToString; | |
import org.bukkit.Bukkit; | |
import java.io.File; | |
import java.io.FileInputStream; | |
import java.io.IOException; | |
import java.io.InputStream; |
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
/** | |
* Created by syuchan on 2016/07/23. | |
*/ | |
public enum PokemonEnum { | |
BULBASAUR(1, "フシギダネ", "Bulbasaur"), | |
IVYSAUR(2, "フシギソウ", "Ivysaur"), | |
VENUSAUR(3, "フシギバナ", "Venusaur"), | |
CHARMANDER(4, "ヒトカゲ", "Charmander"), | |
CHARMELEON(5, "リザード", "Charmeleon"), | |
CHARIZARD(6, "リザードン", "Charizard"), |
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
https://github.com/syuchan1005/ItemStackRecipe |
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
ソースはこちら: https://github.com/syuchan1005/LanguageHelper |
NewerOlder