public class PotionName extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PotionName.PotionItemType |
Constructor and Description |
---|
PotionName(PotionName.PotionItemType potionItemType,
org.bukkit.potion.PotionType potionType,
String localizedName) |
Modifier and Type | Method and Description |
---|---|
String |
getLocalizedName() |
PotionName.PotionItemType |
getPotionItemType() |
org.bukkit.potion.PotionType |
getPotionType() |
public PotionName(PotionName.PotionItemType potionItemType, org.bukkit.potion.PotionType potionType, String localizedName)
public PotionName.PotionItemType getPotionItemType()
PotionName.PotionItemType
linked to the Potion namepublic org.bukkit.potion.PotionType getPotionType()
public String getLocalizedName()
Copyright © 2016. All rights reserved.