public static class StructureGelMod.GelBlocks
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.Set<net.minecraft.block.Block> |
BLOCKS |
static StructureGelBlock |
BLUE_GEL |
static StructureGelBlock |
CYAN_GEL |
static StructureGelBlock |
GREEN_GEL |
static StructureGelBlock |
ORANGE_GEL |
static StructureGelBlock |
RED_GEL |
static StructureGelBlock |
YELLOW_GEL |
Constructor and Description |
---|
GelBlocks() |
Modifier and Type | Method and Description |
---|---|
static void |
onRegistry(net.minecraftforge.event.RegistryEvent.Register<net.minecraft.block.Block> event) |
public static java.util.Set<net.minecraft.block.Block> BLOCKS
public static StructureGelBlock RED_GEL
public static StructureGelBlock BLUE_GEL
public static StructureGelBlock GREEN_GEL
public static StructureGelBlock CYAN_GEL
public static StructureGelBlock ORANGE_GEL
public static StructureGelBlock YELLOW_GEL