Class EnchantmentCost
java.lang.Object
com.github.retrooper.packetevents.protocol.item.enchantment.EnchantmentCost
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EnchantmentCost
decode
(NBT nbt, ClientVersion version) static NBT
encode
(EnchantmentCost cost, ClientVersion version) boolean
int
getBase()
int
int
hashCode()
toString()
-
Constructor Details
-
EnchantmentCost
public EnchantmentCost(int base, int perLevelAboveFirst)
-
-
Method Details