public class CreateTileEntityBuilder<T extends net.minecraft.tileentity.TileEntity,P>
extends com.tterrag.registrate.builders.TileEntityBuilder<T,P>
| Modifier | Constructor and Description |
|---|---|
protected |
CreateTileEntityBuilder(com.tterrag.registrate.AbstractRegistrate<?> owner,
P parent,
java.lang.String name,
com.tterrag.registrate.builders.BuilderCallback callback,
com.tterrag.registrate.util.nullness.NonNullFunction<net.minecraft.tileentity.TileEntityType<T>,? extends T> factory) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends net.minecraft.tileentity.TileEntity,P> |
create(com.tterrag.registrate.AbstractRegistrate<?> owner,
P parent,
java.lang.String name,
com.tterrag.registrate.builders.BuilderCallback callback,
com.tterrag.registrate.util.nullness.NonNullFunction<net.minecraft.tileentity.TileEntityType<T>,? extends T> factory) |
CreateTileEntityBuilder<T,P> |
instance(com.tterrag.registrate.util.nullness.NonNullSupplier<com.jozufozu.flywheel.backend.instancing.tile.ITileInstanceFactory<? super T>> instanceFactory) |
protected void |
registerInstance() |
createEntry, createEntryWrapper, register, registerRenderer, renderer, validBlock, validBlocksasSupplier, getCallback, getName, getOwner, getParent, getRegistryType, lang, lang, removeTag, tagclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected CreateTileEntityBuilder(com.tterrag.registrate.AbstractRegistrate<?> owner,
P parent,
java.lang.String name,
com.tterrag.registrate.builders.BuilderCallback callback,
com.tterrag.registrate.util.nullness.NonNullFunction<net.minecraft.tileentity.TileEntityType<T>,? extends T> factory)
public static <T extends net.minecraft.tileentity.TileEntity,P> com.tterrag.registrate.builders.TileEntityBuilder<T,P> create(com.tterrag.registrate.AbstractRegistrate<?> owner,
P parent,
java.lang.String name,
com.tterrag.registrate.builders.BuilderCallback callback,
com.tterrag.registrate.util.nullness.NonNullFunction<net.minecraft.tileentity.TileEntityType<T>,? extends T> factory)
public CreateTileEntityBuilder<T,P> instance(com.tterrag.registrate.util.nullness.NonNullSupplier<com.jozufozu.flywheel.backend.instancing.tile.ITileInstanceFactory<? super T>> instanceFactory)
protected void registerInstance()