Class StaticCatVariant
java.lang.Object
com.github.retrooper.packetevents.protocol.mapper.AbstractMappedEntity
com.github.retrooper.packetevents.protocol.entity.cat.StaticCatVariant
- All Implemented Interfaces:
CatVariant
,CopyableEntity<CatVariant>
,DeepComparableEntity
,MappedEntity
-
Field Summary
Fields inherited from class com.github.retrooper.packetevents.protocol.mapper.AbstractMappedEntity
data
-
Constructor Summary
ConstructorsConstructorDescriptionStaticCatVariant
(ResourceLocation assetId) StaticCatVariant
(@Nullable TypesBuilderData data, ResourceLocation assetId) -
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
-
StaticCatVariant
-
StaticCatVariant
@Internal public StaticCatVariant(@Nullable @Nullable TypesBuilderData data, ResourceLocation assetId)
-
-
Method Details
-
copy
- Specified by:
copy
in interfaceCopyableEntity<CatVariant>
-
getAssetId
- Specified by:
getAssetId
in interfaceCatVariant
-
deepEquals
- Specified by:
deepEquals
in interfaceDeepComparableEntity
-
deepHashCode
public int deepHashCode()- Specified by:
deepHashCode
in interfaceDeepComparableEntity
-