Package hiiragi283.core.api.block.entity
Interface HTSoundPlayerBlockEntity
-
- All Implemented Interfaces:
public interface HTSoundPlayerBlockEntitySEを再生可能なBlockEntityに実装するインターフェースです。
- Since:
0.4.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description abstract BlockPosgetSoundPos()SoundSourcegetSoundSource()abstract UnitplaySound(SoundEvent sound, Float volume, Float pitch)-
-
Method Detail
-
getSoundPos
abstract BlockPos getSoundPos()
-
getSoundSource
SoundSource getSoundSource()
-
-
-
-