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 AnimalTracksAnimalTracks.addAnimalTrack(VirtualAnimal animal, AnimalTracksDefinitions.AnimalTracksType trackType) static AnimalTracksAnimalTracks.addAnimalTrackAtPos(VirtualAnimal animal, int x, int y, AnimalTracksDefinitions.AnimalTracksType trackType, long timeMinus) Methods in zombie.characters.animals that return types with arguments of type AnimalTracksModifier and TypeMethodDescriptionstatic ArrayList<AnimalTracks> AnimalTracks.getAndFindNearestTracks(IsoGameCharacter character) AnimalChunk.getAnimalsTracks()static ArrayList<AnimalTracks> AnimalTracks.getNearestTracks(int x, int y, int radius) -
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 sq, String sprite, AnimalTracks track) -
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 chr) -
Uses of AnimalTracks in zombie.network.packets
Methods in zombie.network.packets with parameters of type AnimalTracks -
Uses of AnimalTracks in zombie.network.packets.character
Methods in zombie.network.packets.character with parameters of type AnimalTracksModifier and TypeMethodDescriptionvoidAnimalTracksPacket.set(IsoPlayer character, AnimalTracks tracks) voidAnimalTracksPacket.set(IsoPlayer character, AnimalTracks tracks, InventoryItem item)