java.lang.Object
com.github.voidleech.crossing_pyriphlegethon.init.PhlegethonCreativeModeTabs
public class PhlegethonCreativeModeTabs
extends Object
-
Field Summary
Fields
static final Supplier<net.minecraft.world.item.CreativeModeTab>
-
Constructor Summary
Constructors
-
Method Summary
static void
static <T extends net.minecraft.world.item.CreativeModeTab>
Supplier<T>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
TAB
public static final Supplier<net.minecraft.world.item.CreativeModeTab> TAB
-
Constructor Details
-
PhlegethonCreativeModeTabs
public PhlegethonCreativeModeTabs()
-
Method Details
-
register
public static <T extends net.minecraft.world.item.CreativeModeTab>
Supplier<T> register(String name,
Supplier<T> sup)
-
init
public static void init()