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>>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getNamespace()
      String getPath()
      BlockEntityType<BE> get()
      final BE create(BlockPos pos, BlockState state)
      final BlockEntityTicker<in BE> getTicker(Boolean isClient)
      String toString()
      • 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
    • Constructor Detail

      • HTDeferredBlockEntityType

        HTDeferredBlockEntityType(ResourceKey<BlockEntityType<?>> key)
      • HTDeferredBlockEntityType

        HTDeferredBlockEntityType(ResourceLocation id)