Class StaticWolfVariant
java.lang.Object
com.github.retrooper.packetevents.protocol.mapper.AbstractMappedEntity
com.github.retrooper.packetevents.protocol.entity.wolfvariant.StaticWolfVariant
- All Implemented Interfaces:
WolfVariant
,CopyableEntity<WolfVariant>
,DeepComparableEntity
,MappedEntity
-
Field Summary
Fields inherited from class com.github.retrooper.packetevents.protocol.mapper.AbstractMappedEntity
data
-
Constructor Summary
ConstructorDescriptionStaticWolfVariant
(ResourceLocation wildTexture, ResourceLocation tameTexture, ResourceLocation angryTexture, MappedEntitySet<Biome> biomes) StaticWolfVariant
(@Nullable TypesBuilderData data, ResourceLocation wildTexture, ResourceLocation tameTexture, ResourceLocation angryTexture, MappedEntitySet<Biome> biomes) -
Method Summary
Modifier and TypeMethodDescriptioncopy
(@Nullable TypesBuilderData newData) boolean
deepEquals
(Object obj) int
toString()
Methods inherited from class com.github.retrooper.packetevents.protocol.mapper.AbstractMappedEntity
equals, getId, getName, getRegistryData, hashCode, isRegistered
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
-
StaticWolfVariant
public StaticWolfVariant(ResourceLocation wildTexture, ResourceLocation tameTexture, ResourceLocation angryTexture, MappedEntitySet<Biome> biomes) -
StaticWolfVariant
public StaticWolfVariant(@Nullable @Nullable TypesBuilderData data, ResourceLocation wildTexture, ResourceLocation tameTexture, ResourceLocation angryTexture, MappedEntitySet<Biome> biomes)
-
-
Method Details
-
copy
- Specified by:
copy
in interfaceCopyableEntity<WolfVariant>
-
getWildTexture
- Specified by:
getWildTexture
in interfaceWolfVariant
-
getTameTexture
- Specified by:
getTameTexture
in interfaceWolfVariant
-
getAngryTexture
- Specified by:
getAngryTexture
in interfaceWolfVariant
-
getBiomes
- Specified by:
getBiomes
in interfaceWolfVariant
-
deepEquals
- Specified by:
deepEquals
in interfaceDeepComparableEntity
-
deepHashCode
public int deepHashCode()- Specified by:
deepHashCode
in interfaceDeepComparableEntity
-
toString
- Overrides:
toString
in classAbstractMappedEntity
-