Class HTItemSoundEvent
-
- All Implemented Interfaces:
@JvmInline() public final class HTItemSoundEvent
-
-
Field Summary
Fields Modifier and Type Field Description public final static BiCodec<RegistryFriendlyByteBuf, HTItemSoundEvent>CODECprivate final Holder<SoundEvent>holderprivate final SoundEventsound
-
Method Summary
Modifier and Type Method Description final Holder<SoundEvent>getHolder()final SoundEventgetSound()final static HTItemSoundEventcreate(SoundEvent sound)final static HTItemSoundEventcreate(Holder<SoundEvent> holder)-
-
Method Detail
-
getHolder
final Holder<SoundEvent> getHolder()
-
getSound
final SoundEvent getSound()
-
create
final static HTItemSoundEvent create(SoundEvent sound)
-
create
final static HTItemSoundEvent create(Holder<SoundEvent> holder)
-
-
-
-