public final class EBRegistriesForge
extends Object
-
Field Summary
Fields
static final Supplier<net.minecraftforge.registries.IForgeRegistry<Element>>
static final Supplier<net.minecraftforge.registries.IForgeRegistry<Spell>>
-
Method Summary
static void
elements(net.minecraftforge.eventbus.api.IEventBus modBus)
static void
spells(net.minecraftforge.eventbus.api.IEventBus modBus)
static void
tiers(net.minecraftforge.eventbus.api.IEventBus modBus)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ELEMENT
public static final Supplier<net.minecraftforge.registries.IForgeRegistry<Element>> ELEMENT
-
SPELL
public static final Supplier<net.minecraftforge.registries.IForgeRegistry<Spell>> SPELL
-
TIER
public static final Supplier<net.minecraftforge.registries.IForgeRegistry<SpellTier>> TIER
-
Method Details
-
elements
public static void elements(net.minecraftforge.eventbus.api.IEventBus modBus)
-
spells
public static void spells(net.minecraftforge.eventbus.api.IEventBus modBus)
-
tiers
public static void tiers(net.minecraftforge.eventbus.api.IEventBus modBus)