public class UModBlocks
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static CableBlock |
CABLE |
static BasicMachineBlock |
ELECTRIC_FURNACE |
static EnergyStorageBlock |
ENERGY_STORAGE |
Constructor and Description |
---|
UModBlocks() |
Modifier and Type | Method and Description |
---|---|
static void |
register(net.minecraftforge.event.RegistryEvent.Register<net.minecraft.block.Block> event) |
static void |
registerBlockItem(net.minecraftforge.event.RegistryEvent.Register<net.minecraft.item.Item> event) |
public static final CableBlock CABLE
public static final EnergyStorageBlock ENERGY_STORAGE
public static final BasicMachineBlock ELECTRIC_FURNACE