Interface HTSoundPlayerBlockEntity

  • All Implemented Interfaces:
    hiiragi283.core.api.block.entity.HTAbstractBlockEntity

    
    public interface HTSoundPlayerBlockEntity
     implements HTAbstractBlockEntity
                        

    SEを再生可能なBlockEntityに実装するインターフェースです。

    Since:

    0.4.0

    Author:

    Hiiragi Tsubasa

    • 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
      BlockPos getSoundPos()
      SoundSource getSoundSource()
      Unit playSound(SoundEvent sound, Float volume, Float pitch)
      • Methods inherited from class hiiragi283.core.api.block.entity.HTAbstractBlockEntity

        getBlockPos, getLevel, getRegistryAccess, getServerLevel
      • Methods inherited from class java.lang.Object

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