public class UsefulBackpacksItems
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static net.minecraftforge.fml.RegistryObject<EnderChestBackpackItem> |
ENDERCHEST_BACKPACK |
static info.u_team.u_team_core.util.registry.CommonDeferredRegister<net.minecraft.item.Item> |
ITEMS |
static net.minecraftforge.fml.RegistryObject<BackpackItem> |
LARGE_BACKPACK |
static net.minecraftforge.fml.RegistryObject<BackpackItem> |
MEDIUM_BACKPACK |
static net.minecraftforge.fml.RegistryObject<BackpackItem> |
SMALL_BACKPACK |
| Constructor and Description |
|---|
UsefulBackpacksItems() |
| Modifier and Type | Method and Description |
|---|---|
static void |
registerMod(net.minecraftforge.eventbus.api.IEventBus bus) |
public static final info.u_team.u_team_core.util.registry.CommonDeferredRegister<net.minecraft.item.Item> ITEMS
public static final net.minecraftforge.fml.RegistryObject<BackpackItem> SMALL_BACKPACK
public static final net.minecraftforge.fml.RegistryObject<BackpackItem> MEDIUM_BACKPACK
public static final net.minecraftforge.fml.RegistryObject<BackpackItem> LARGE_BACKPACK
public static final net.minecraftforge.fml.RegistryObject<EnderChestBackpackItem> ENDERCHEST_BACKPACK