public class BlockRegistration
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static net.minecraftforge.fml.RegistryObject<net.minecraft.block.Block> |
BATTLE_SPECTATOR |
static net.minecraftforge.registries.DeferredRegister<net.minecraft.block.Block> |
BLOCKS |
static net.minecraftforge.fml.RegistryObject<net.minecraft.block.Block> |
ESSENCE_JAR |
static net.minecraftforge.fml.RegistryObject<net.minecraft.block.Block> |
LARGE_BATTLE_CONTROLLER |
static net.minecraftforge.fml.RegistryObject<net.minecraft.block.Block> |
MEDIUM_BATTLE_CONTROLLER |
static net.minecraftforge.fml.RegistryObject<net.minecraft.block.Block> |
SMALL_BATTLE_CONTROLLER |
| Constructor and Description |
|---|
BlockRegistration() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setRenderLayers(net.minecraftforge.fml.event.lifecycle.FMLClientSetupEvent event) |
public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.block.Block> BLOCKS
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.block.Block> SMALL_BATTLE_CONTROLLER
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.block.Block> MEDIUM_BATTLE_CONTROLLER
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.block.Block> LARGE_BATTLE_CONTROLLER
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.block.Block> BATTLE_SPECTATOR
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.block.Block> ESSENCE_JAR