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

12 lines
238 B
Java

package com.songoda.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
}