EpicEnchants/src/main/java/com/craftaro/epicenchants/enums/ItemType.java

12 lines
239 B
Java

package com.craftaro.epicenchants.enums;
public enum ItemType {
BOOK,
/**
* @deprecated Was once used for UltimateBottles integration, but I don't think it ever got published
*/
@Deprecated
ENCHANTED,
NONE
}