public abstract class FutureCreativeTab<T> extends MutableWrapped<T>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.function.Supplier<?> |
iconSupplier |
protected boolean |
registered |
protected ResourceLocationAPI<?> |
registryName |
wrapped| Constructor and Description |
|---|
FutureCreativeTab(ResourceLocationAPI<?> registryName) |
FutureCreativeTab(T wrapped)
Needed specifically for 1.19.2 where there is not a registry event
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
register(java.lang.Object arg) |
FutureCreativeTab<T> |
setWrapped(T wrapped) |
abstract void |
supply(java.lang.Object arg,
java.util.List<java.util.function.Supplier<ItemStackAPI<?>>> stackSuppliers) |
asOptional, equals, getWrapped, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetWrappedClass, unwrapprotected final ResourceLocationAPI<?> registryName
protected java.util.function.Supplier<?> iconSupplier
protected boolean registered
public FutureCreativeTab(ResourceLocationAPI<?> registryName)
public FutureCreativeTab(T wrapped)
public abstract void register(@Nullable
java.lang.Object arg)
public FutureCreativeTab<T> setWrapped(T wrapped)
setWrapped in class MutableWrapped<T>public abstract void supply(@Nullable
java.lang.Object arg,
java.util.List<java.util.function.Supplier<ItemStackAPI<?>>> stackSuppliers)