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