Interface WolfSoundVariant
- All Superinterfaces:
CopyableEntity<WolfSoundVariant>
,DeepComparableEntity
,MappedEntity
- All Known Implementing Classes:
StaticWolfSoundVariant
public interface WolfSoundVariant
extends MappedEntity, CopyableEntity<WolfSoundVariant>, DeepComparableEntity
-
Method Summary
Modifier and TypeMethodDescriptionstatic WolfSoundVariant
decode
(NBT nbt, ClientVersion version, @Nullable TypesBuilderData data) static NBT
encode
(WolfSoundVariant variant, ClientVersion version) static WolfSoundVariant
read
(PacketWrapper<?> wrapper) static void
write
(PacketWrapper<?> wrapper, WolfSoundVariant variant) Methods inherited from interface com.github.retrooper.packetevents.protocol.mapper.CopyableEntity
copy
Methods inherited from interface com.github.retrooper.packetevents.protocol.mapper.DeepComparableEntity
deepEquals, deepHashCode
Methods inherited from interface com.github.retrooper.packetevents.protocol.mapper.MappedEntity
getId, getName, isRegistered
-
Method Details
-
getAmbientSound
Sound getAmbientSound() -
getDeathSound
Sound getDeathSound() -
getGrowlSound
Sound getGrowlSound() -
getHurtSound
Sound getHurtSound() -
getPantSound
Sound getPantSound() -
getWhineSound
Sound getWhineSound() -
read
-
write
-
decode
static WolfSoundVariant decode(NBT nbt, ClientVersion version, @Nullable @Nullable TypesBuilderData data) -
encode
-