Package hiiragi283.core.common.registry
Class HTDeferredBlockEntityType
-
- All Implemented Interfaces:
-
hiiragi283.core.api.registry.HTHolderLike,hiiragi283.core.api.resource.HTIdLike,hiiragi283.core.api.resource.HTKeyLike,java.util.function.Supplier
public final class HTDeferredBlockEntityType<BE extends BlockEntity> extends HTBasicHolderLike<BlockEntityType<?>, BlockEntityType<BE>>
-
-
Constructor Summary
Constructors Constructor Description HTDeferredBlockEntityType(ResourceKey<BlockEntityType<?>> key)HTDeferredBlockEntityType(ResourceLocation id)
-
Method Summary
Modifier and Type Method Description StringgetNamespace()StringgetPath()BlockEntityType<BE>get()final BEcreate(BlockPos pos, BlockState state)final BlockEntityTicker<in BE>getTicker(Boolean isClient)StringtoString()-
Methods inherited from class hiiragi283.core.common.registry.HTBasicHolderLike
unwrap -
Methods inherited from class hiiragi283.core.api.registry.HTHolderLike
getHolder, getResourceKey -
Methods inherited from class hiiragi283.core.api.resource.HTKeyLike
getId, isOf, isOf -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-