Class StaticWolfSoundVariant
java.lang.Object
com.github.retrooper.packetevents.protocol.mapper.AbstractMappedEntity
com.github.retrooper.packetevents.protocol.entity.wolfvariant.StaticWolfSoundVariant
- All Implemented Interfaces:
WolfSoundVariant
,CopyableEntity<WolfSoundVariant>
,DeepComparableEntity
,MappedEntity
-
Field Summary
Fields inherited from class com.github.retrooper.packetevents.protocol.mapper.AbstractMappedEntity
data
-
Constructor Summary
ConstructorsConstructorDescriptionStaticWolfSoundVariant
(Sound ambientSound, Sound deathSound, Sound growlSound, Sound hurtSound, Sound pantSound, Sound whineSound) StaticWolfSoundVariant
(@Nullable TypesBuilderData data, Sound ambientSound, Sound deathSound, Sound growlSound, Sound hurtSound, Sound pantSound, Sound whineSound) -
Method Summary
Modifier and TypeMethodDescriptioncopy
(@Nullable TypesBuilderData newData) boolean
deepEquals
(Object obj) int
Methods inherited from class com.github.retrooper.packetevents.protocol.mapper.AbstractMappedEntity
equals, getId, getName, getRegistryData, hashCode, isRegistered, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.github.retrooper.packetevents.protocol.mapper.MappedEntity
getId, getName, isRegistered
-
Constructor Details
-
StaticWolfSoundVariant
-
StaticWolfSoundVariant
-
-
Method Details
-
copy
- Specified by:
copy
in interfaceCopyableEntity<WolfSoundVariant>
-
getAmbientSound
- Specified by:
getAmbientSound
in interfaceWolfSoundVariant
-
getDeathSound
- Specified by:
getDeathSound
in interfaceWolfSoundVariant
-
getGrowlSound
- Specified by:
getGrowlSound
in interfaceWolfSoundVariant
-
getHurtSound
- Specified by:
getHurtSound
in interfaceWolfSoundVariant
-
getPantSound
- Specified by:
getPantSound
in interfaceWolfSoundVariant
-
getWhineSound
- Specified by:
getWhineSound
in interfaceWolfSoundVariant
-
deepEquals
- Specified by:
deepEquals
in interfaceDeepComparableEntity
-
deepHashCode
public int deepHashCode()- Specified by:
deepHashCode
in interfaceDeepComparableEntity
-