Uses of Class
zombie.characters.animals.AnimalTracks
Packages that use AnimalTracks
Package
Description
-
Uses of AnimalTracks in zombie.characters.animals
Fields in zombie.characters.animals with type parameters of type AnimalTracksMethods in zombie.characters.animals that return AnimalTracksModifier and TypeMethodDescriptionstatic AnimalTracks
AnimalTracks.addAnimalTrack
(VirtualAnimal virtualAnimal, AnimalTracksDefinitions.AnimalTracksType animalTracksType) static AnimalTracks
AnimalTracks.addAnimalTrackAtPos
(VirtualAnimal virtualAnimal, int int0, int int1, AnimalTracksDefinitions.AnimalTracksType animalTracksType, long long0) Methods in zombie.characters.animals that return types with arguments of type AnimalTracksModifier and TypeMethodDescriptionstatic ArrayList
<AnimalTracks> AnimalTracks.getAndFindNearestTracks
(IsoGameCharacter isoGameCharacter) AnimalChunk.getAnimalsTracks()
static ArrayList
<AnimalTracks> AnimalTracks.getNearestTracks
(int int1, int int0, int int4) -
Uses of AnimalTracks in zombie.inventory
Methods in zombie.inventory that return AnimalTracksMethods in zombie.inventory with parameters of type AnimalTracks -
Uses of AnimalTracks in zombie.iso.objects
Methods in zombie.iso.objects that return AnimalTracksConstructors in zombie.iso.objects with parameters of type AnimalTracksModifierConstructorDescriptionIsoAnimalTrack
(IsoGridSquare isoGridSquare, String string, AnimalTracks animalTracks) -
Uses of AnimalTracks in zombie.Lua
Methods in zombie.Lua that return types with arguments of type AnimalTracksModifier and TypeMethodDescriptionstatic ArrayList
<AnimalTracks> LuaManager.GlobalObject.getAndFindNearestTracks
(IsoGameCharacter isoGameCharacter) -
Uses of AnimalTracks in zombie.network.packets.character
Method parameters in zombie.network.packets.character with type arguments of type AnimalTracksModifier and TypeMethodDescriptionvoid
AnimalTracksPacket.set
(IsoPlayer isoPlayer, ArrayList<AnimalTracks> arrayList)