public final class ItemCategories
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ItemCategory |
ACACIA_LOGS |
static ItemCategory |
ANVIL |
static ItemCategory |
BANNERS |
static ItemCategory |
BIRCH_LOGS |
static ItemCategory |
BOATS |
static ItemCategory |
BUTTONS |
static ItemCategory |
CARPETS |
static ItemCategory |
CORAL |
static ItemCategory |
CORAL_PLANTS |
static ItemCategory |
DARK_OAK_LOGS |
static ItemCategory |
DOORS |
static ItemCategory |
FISHES |
static ItemCategory |
JUNGLE_LOGS |
static ItemCategory |
LEAVES |
static ItemCategory |
LOGS |
static ItemCategory |
OAK_LOGS |
static ItemCategory |
PLANKS |
static ItemCategory |
RAILS |
static ItemCategory |
SAND |
static ItemCategory |
SAPLINGS |
static ItemCategory |
SLABS |
static ItemCategory |
SPRUCE_LOGS |
static ItemCategory |
STAIRS |
static ItemCategory |
STONE_BRICKS |
static ItemCategory |
WOODEN_BUTTONS |
static ItemCategory |
WOODEN_DOORS |
static ItemCategory |
WOODEN_PRESSURE_PLATES |
static ItemCategory |
WOODEN_SLABS |
static ItemCategory |
WOODEN_STAIRS |
static ItemCategory |
WOOL |
Modifier and Type | Method and Description |
---|---|
static ItemCategory |
get(java.lang.String id) |
static ItemCategory |
register(ItemCategory tag) |
public static final ItemCategory ACACIA_LOGS
public static final ItemCategory ANVIL
public static final ItemCategory BANNERS
public static final ItemCategory BIRCH_LOGS
public static final ItemCategory BOATS
public static final ItemCategory BUTTONS
public static final ItemCategory CARPETS
public static final ItemCategory CORAL
public static final ItemCategory CORAL_PLANTS
public static final ItemCategory DARK_OAK_LOGS
public static final ItemCategory DOORS
public static final ItemCategory FISHES
public static final ItemCategory JUNGLE_LOGS
public static final ItemCategory LEAVES
public static final ItemCategory LOGS
public static final ItemCategory OAK_LOGS
public static final ItemCategory PLANKS
public static final ItemCategory RAILS
public static final ItemCategory SAND
public static final ItemCategory SAPLINGS
public static final ItemCategory SLABS
public static final ItemCategory SPRUCE_LOGS
public static final ItemCategory STAIRS
public static final ItemCategory STONE_BRICKS
public static final ItemCategory WOODEN_BUTTONS
public static final ItemCategory WOODEN_DOORS
public static final ItemCategory WOODEN_PRESSURE_PLATES
public static final ItemCategory WOODEN_SLABS
public static final ItemCategory WOODEN_STAIRS
public static final ItemCategory WOOL
public static ItemCategory register(ItemCategory tag)
@Nullable public static ItemCategory get(java.lang.String id)