Interface HTBlockWithEntity

  • All Implemented Interfaces:
    net.minecraft.world.level.block.EntityBlock

    
    public interface HTBlockWithEntity
     implements EntityBlock
                        

    EntityBlockの拡張インターフェース

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract HTDeferredBlockEntityType<?> getBlockEntityType()
      BlockEntity newBlockEntity(BlockPos pos, BlockState state)
      <T extends BlockEntity> BlockEntityTicker<T> getTicker(Level level, BlockState state, BlockEntityType<T> blockEntityType)
      • Methods inherited from class net.minecraft.world.level.block.EntityBlock

        getListener
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait