Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sender.addChatMessage(new ChatComponentText("Potion IDs:"));
- for (Potion p : Potion.potionTypes)
- {
- sender.addChatMessage(new ChatComponentText(p.getId() + ": " + p.getName()));
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement