Uses of Class
zombie.iso.zones.Zone
Packages that use Zone
Package
Description
-
Uses of Zone in zombie.characters
Methods in zombie.characters that return ZoneModifier and TypeMethodDescriptionstatic ZoneZombiesZoneDefinition.getDefinitionZoneAt(int x, int y, int z) Methods in zombie.characters with parameters of type ZoneModifier and TypeMethodDescriptionstatic voidZombiesZoneDefinition.applyDefinition(IsoZombie chr, Zone zombieZone, zombie.characters.ZombiesZoneDefinition.ZZDOutfit zombieToSpawn, boolean bFemale) -
Uses of Zone in zombie.characters.animals
Subclasses of Zone in zombie.characters.animals -
Uses of Zone in zombie.characters.animals.pathfind
Fields in zombie.characters.animals.pathfind declared as ZoneMethods in zombie.characters.animals.pathfind with parameters of type ZoneModifier and TypeMethodDescriptionvoidvoidAnimalPathfind.renderPath(UIWorldMap ui, Zone zone, float x1, float y1, float x2, float y2) static voidCombinedZones.renderPath(UIWorldMap ui, Zone zone, float x1, float y1, float x2, float y2) voidMeshWanderer.renderPath(UIWorldMap ui, Zone zone, float x1, float y1, float x2, float y2, IPathRenderer renderer, Mesh mesh1, HashMap<Mesh, Zone> meshZoneHashMap) Method parameters in zombie.characters.animals.pathfind with type arguments of type ZoneModifier and TypeMethodDescriptionvoidMeshWanderer.renderPath(UIWorldMap ui, Zone zone, float x1, float y1, float x2, float y2, IPathRenderer renderer, Mesh mesh1, HashMap<Mesh, Zone> meshZoneHashMap) -
Uses of Zone in zombie.iso
Fields in zombie.iso declared as ZoneModifier and TypeFieldDescriptionBuildingDef.zoneFishSchoolManager.ZoneData.zoneIsoGridSquare.zoneFields in zombie.iso with type parameters of type ZoneMethods in zombie.iso that return ZoneModifier and TypeMethodDescriptionIsoMovingObject.getCurrentZone()IsoChunk.getScavengeZone()BuildingDef.getZone()IsoGridSquare.getZone()IsoMetaChunk.getZone(int index) IsoMetaChunk.getZoneAt(int x, int y, int z) IsoMetaGrid.getZoneAt(int x, int y, int z) IsoMetaGrid.getZoneWithBoundsAndType(int x, int y, int z, int w, int h, String type) IsoMetaGrid.registerAnimalZone(String name, String type, int x, int y, int z, int width, int height, se.krka.kahlua.vm.KahluaTable properties) IsoMetaGrid.registerAnimalZone(AnimalZone animalZone) IsoMetaGrid.registerAnimalZone(AnimalZone animalZone, boolean bHotSave) IsoMetaGrid.registerGeometryZone(String name, String type, int z, String geometry, se.krka.kahlua.vm.KahluaTable pointsTable, se.krka.kahlua.vm.KahluaTable properties) IsoMetaGrid.registerMannequinZone(String name, String type, int x, int y, int z, int width, int height, se.krka.kahlua.vm.KahluaTable properties) IsoWorld.registerMannequinZone(String name, String type, int x, int y, int z, int width, int height, se.krka.kahlua.vm.KahluaTable properties) IsoMetaGrid.registerVehiclesZone(String name, String type, int x, int y, int z, int width, int height, se.krka.kahlua.vm.KahluaTable properties) IsoWorld.registerVehiclesZone(String name, String type, int x, int y, int z, int width, int height, se.krka.kahlua.vm.KahluaTable properties) IsoMetaGrid.registerWorldGenZone(String name, String type, int x, int y, int z, int width, int height, se.krka.kahlua.vm.KahluaTable properties) IsoMetaGrid.registerZone(String name, String type, int x, int y, int z, int width, int height) IsoMetaGrid.registerZone(String name, String type, int x, int y, int z, int width, int height, ZoneGeometryType geometryType, gnu.trove.list.array.TIntArrayList points, int polylineWidth) IsoMetaGrid.registerZone(Zone zone) IsoWorld.registerZone(String name, String type, int x, int y, int z, int width, int height) IsoMetaGrid.registerZoneNoOverlap(String name, String type, int x, int y, int z, int width, int height) Deprecated.IsoWorld.registerZoneNoOverlap(String name, String type, int x, int y, int z, int width, int height) Deprecated.Methods in zombie.iso that return types with arguments of type ZoneModifier and TypeMethodDescriptionIsoMetaChunk.getZonesAt(int x, int y, int z) IsoMetaChunk.getZonesAt(int x, int y, int z, ArrayList<Zone> result) IsoMetaGrid.getZonesAt(int x, int y, int z) IsoMetaGrid.getZonesAt(int x, int y, int z, ArrayList<Zone> result) IsoMetaGrid.getZonesIntersecting(int x, int y, int z, int w, int h) IsoMetaGrid.getZonesIntersecting(int x, int y, int z, int w, int h, ArrayList<Zone> result) Methods in zombie.iso with parameters of type ZoneModifier and TypeMethodDescriptionvoidIsoChunk.addRandomCarCrash(Zone zone, boolean addToWorld) voidvoidvoidbooleanIsoChunk.canAddRandomCarCrash(Zone zone, boolean force) booleanIsoMetaGrid.isZoneAbove(Zone zone1, Zone zone2, int x, int y, int z) booleanIsoChunk.RandomizeModel(BaseVehicle v, Zone zone, String name, VehicleType type) IsoMetaGrid.registerZone(Zone zone) voidIsoMetaCell.removeZone(Zone zone) voidIsoMetaChunk.removeZone(Zone zone) voidIsoMetaGrid.removeZone(Zone zone) Method parameters in zombie.iso with type arguments of type ZoneModifier and TypeMethodDescriptionIsoMetaChunk.getZonesAt(int x, int y, int z, ArrayList<Zone> result) IsoMetaGrid.getZonesAt(int x, int y, int z, ArrayList<Zone> result) voidIsoMetaCell.getZonesIntersecting(int x, int y, int z, int w, int h, ArrayList<Zone> result) voidIsoMetaChunk.getZonesIntersecting(int x, int y, int z, int w, int h, ArrayList<Zone> result) IsoMetaGrid.getZonesIntersecting(int x, int y, int z, int w, int h, ArrayList<Zone> result) voidIsoMetaCell.getZonesUnique(Set<Zone> result) voidIsoMetaChunk.getZonesUnique(Set<Zone> result) Constructors in zombie.iso with parameters of type Zone -
Uses of Zone in zombie.iso.objects
Subclasses of Zone in zombie.iso.objects -
Uses of Zone in zombie.iso.worldgen.zones
Subclasses of Zone in zombie.iso.worldgen.zones -
Uses of Zone in zombie.iso.zones
Classes in zombie.iso.zones with type parameters of type ZoneSubclasses of Zone in zombie.iso.zonesMethods in zombie.iso.zones that return ZoneModifier and TypeMethodDescriptionZone.load(ByteBuffer input, int WorldVersion) Zone.load(ByteBuffer input, int WorldVersion, Map<Integer, String> stringMap, SharedStrings sharedStrings) Method parameters in zombie.iso.zones with type arguments of type ZoneModifier and TypeMethodDescriptionbooleanZone.difference(int x, int y, int z, int w, int h, ArrayList<Zone> result) -
Uses of Zone in zombie.Lua
Methods in zombie.Lua that return ZoneModifier and TypeMethodDescriptionstatic ZoneLuaManager.GlobalObject.getZone(int x, int y, int z) Methods in zombie.Lua that return types with arguments of type Zone -
Uses of Zone in zombie.network
Methods in zombie.network with parameters of type Zone -
Uses of Zone in zombie.network.packets
Methods in zombie.network.packets with parameters of type Zone -
Uses of Zone in zombie.randomizedWorld
Methods in zombie.randomizedWorld with parameters of type ZoneModifier and TypeMethodDescriptionRandomizedWorldBase.addTrailer(BaseVehicle v, Zone zone, IsoChunk chunk, String zoneName, String vehicleDistrib, String trailerName) RandomizedWorldBase.addVehicle(Zone zone, float vehicleX, float vehicleY, float vehicleZ, float direction, String zoneName, String scriptName, Integer skinIndex, String specificContainer) RandomizedWorldBase.addVehicle(Zone zone, float vehicleX, float vehicleY, float vehicleZ, float direction, String zoneName, String scriptName, Integer skinIndex, String specificContainer, boolean crashed) RandomizedWorldBase.addVehicle(Zone zone, IsoGridSquare sq, IsoChunk chunk, String zoneName, String scriptName, Integer skinIndex, IsoDirections dir, String specificContainer) RandomizedWorldBase.addVehicle(Zone zone, IsoGridSquare sq, IsoChunk chunk, String zoneName, String scriptName, Integer skinIndex, IsoDirections dir, String specificContainer, boolean crashed) RandomizedWorldBase.addVehicle(Zone zone, IsoGridSquare sq, IsoChunk chunk, String zoneName, String scriptName, IsoDirections dir) RandomizedWorldBase.addVehicleFlipped(Zone zone, float vehicleX, float vehicleY, float vehicleZ, float direction, String zoneName, String scriptName, Integer skinIndex, String specificContainer) RandomizedWorldBase.addVehicleFlipped(Zone zone, IsoGridSquare sq, IsoChunk chunk, String zoneName, String scriptName, Integer skinIndex, IsoDirections dir, String specificContainer) static voidRandomizedWorldBase.removeAllVehiclesOnZone(Zone zone) -
Uses of Zone in zombie.randomizedWorld.randomizedRanch
Methods in zombie.randomizedWorld.randomizedRanch with parameters of type ZoneModifier and TypeMethodDescriptionstatic booleanRandomizedRanchBase.checkRanchStory(Zone zone, boolean force) static voidRandomizedRanchBase.randomizeRanch(Zone zone, DesignationZoneAnimal newDZone) -
Uses of Zone in zombie.randomizedWorld.randomizedVehicleStory
Fields in zombie.randomizedWorld.randomizedVehicleStory declared as ZoneMethods in zombie.randomizedWorld.randomizedVehicleStory with parameters of type ZoneModifier and TypeMethodDescriptionbooleanRandomizedVehicleStoryBase.callVehicleStorySpawner(Zone zone, IsoChunk chunk, float additionalRotationRadians) static booleanRandomizedVehicleStoryBase.doRandomStory(Zone zone, IsoChunk chunk, boolean force) voidRVSUtilityVehicle.doUtilityVehicle(Zone zone, IsoChunk chunk, String zoneName, String scriptName, String outfits, Integer femaleChance, String vehicleDistrib, ArrayList<String> items, int nbrOfItem, boolean addTrailer) RandomizedVehicleStoryBase.getCenterOfChunk(Zone zone, IsoChunk chunk) booleanRandomizedVehicleStoryBase.getPolylineSpawnPoint(Zone zone, IsoChunk chunk, float[] result) static IsoGridSquareRandomizedVehicleStoryBase.getRandomFreeUnoccupiedSquare(RandomizedVehicleStoryBase rvs, Zone zone, IsoGridSquare sq1) booleanRandomizedVehicleStoryBase.getRectangleSpawnPoint(Zone zone, IsoChunk chunk, float[] result) booleanRandomizedVehicleStoryBase.getSpawnPoint(Zone zone, IsoChunk chunk, float[] result) static voidRandomizedVehicleStoryBase.initAllRVSMapChance(Zone zone, IsoChunk chunk) RandomizedVehicleStoryBase.initSpawnDataForChunk(Zone zone, IsoChunk chunk) booleanRandomizedVehicleStoryBase.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanRVSAmbulanceCrash.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanRVSAnimalOnRoad.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanRVSAnimalTrailerOnRoad.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanRVSBanditRoad.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanRVSBurntCar.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanRVSCarCrash.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanRVSCarCrashCorpse.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanRVSCarCrashDeer.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanRVSChangingTire.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanRVSConstructionSite.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanRVSCrashHorde.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanRVSDeadEnd.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanRVSFlippedCrash.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanRVSPlonkies.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanRVSPoliceBlockade.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanRVSPoliceBlockadeShooting.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanRVSRegionalProfessionVehicle.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanRVSRichJerk.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanRVSRoadKill.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanRVSRoadKillSmall.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanRVSTrailerCrash.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanRVSUtilityVehicle.initVehicleStorySpawner(Zone zone, IsoChunk chunk, boolean debug) booleanbooleanbooleanvoidRandomizedVehicleStoryBase.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSAmbulanceCrash.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSAnimalOnRoad.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSAnimalTrailerOnRoad.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSBanditRoad.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSBurntCar.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSCarCrash.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSCarCrashCorpse.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSCarCrashDeer.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSChangingTire.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSConstructionSite.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSCrashHorde.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSDeadEnd.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSFlippedCrash.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSHerdOnRoad.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSPlonkies.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSPoliceBlockade.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSPoliceBlockadeShooting.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSRegionalProfessionVehicle.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSRichJerk.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSRoadKill.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSRoadKillSmall.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSTrailerCrash.randomizeVehicleStory(Zone zone, IsoChunk chunk) voidRVSUtilityVehicle.randomizeVehicleStory(Zone zone, IsoChunk chunk) Constructors in zombie.randomizedWorld.randomizedVehicleStory with parameters of type ZoneModifierConstructorDescriptionVehicleStorySpawnData(RandomizedVehicleStoryBase story, Zone zone, float spawnX, float spawnY, float direction, int x1, int y1, int x2, int y2) -
Uses of Zone in zombie.randomizedWorld.randomizedZoneStory
Methods in zombie.randomizedWorld.randomizedZoneStory with parameters of type ZoneModifier and TypeMethodDescriptionvoidRandomizedZoneStoryBase.cleanAreaForStory(RandomizedZoneStoryBase rzs, Zone zone) RandomizedZoneStoryBase.getRandomExtraFreeSquare(RandomizedZoneStoryBase rzs, Zone zone) static IsoGridSquareRandomizedZoneStoryBase.getRandomExtraFreeUnoccupiedSquare(RandomizedZoneStoryBase rzs, Zone zone) RandomizedZoneStoryBase.getRandomFreeSquare(RandomizedZoneStoryBase rzs, Zone zone) RandomizedZoneStoryBase.getRandomFreeSquare(RandomizedZoneStoryBase rzs, Zone zone, IsoGridSquare notSquare) RandomizedZoneStoryBase.getRandomFreeSquareFullZone(RandomizedZoneStoryBase rzs, Zone zone) static IsoGridSquareRandomizedZoneStoryBase.getRandomFreeUnoccupiedSquare(RandomizedZoneStoryBase rzs, Zone zone) static voidRandomizedZoneStoryBase.initAllRZSMapChance(Zone zone) booleanstatic booleanRandomizedZoneStoryBase.isValidForStory(Zone zone, boolean force) voidRandomizedZoneStoryBase.randomizeZoneStory(Zone zone) voidRZJackieJaye.randomizeZoneStory(Zone zone) voidRZSAttachedAnimal.randomizeZoneStory(Zone zone) voidRZSBaseball.randomizeZoneStory(Zone zone) voidRZSBBQParty.randomizeZoneStory(Zone zone) voidRZSBeachParty.randomizeZoneStory(Zone zone) voidRZSBurntWreck.randomizeZoneStory(Zone zone) voidRZSBuryingCamp.randomizeZoneStory(Zone zone) voidRZSCampsite.randomizeZoneStory(Zone zone) voidRZSCharcoalBurner.randomizeZoneStory(Zone zone) voidRZSDean.randomizeZoneStory(Zone zone) voidRZSDuke.randomizeZoneStory(Zone zone) voidRZSEscapedAnimal.randomizeZoneStory(Zone zone) voidRZSEscapedHerd.randomizeZoneStory(Zone zone) voidRZSFishingTrip.randomizeZoneStory(Zone zone) voidRZSForestCamp.randomizeZoneStory(Zone zone) voidRZSForestCampEaten.randomizeZoneStory(Zone zone) voidRZSFrankHemingway.randomizeZoneStory(Zone zone) voidRZSHermitCamp.randomizeZoneStory(Zone zone) voidRZSHillbillyHoedown.randomizeZoneStory(Zone zone) voidRZSHogWild.randomizeZoneStory(Zone zone) voidRZSHunterCamp.randomizeZoneStory(Zone zone) voidRZSKirstyKormick.randomizeZoneStory(Zone zone) voidRZSMurderScene.randomizeZoneStory(Zone zone) voidRZSMusicFest.randomizeZoneStory(Zone zone) voidRZSMusicFestStage.randomizeZoneStory(Zone zone) voidRZSNastyMattress.randomizeZoneStory(Zone zone) voidRZSOccultActivity.randomizeZoneStory(Zone zone) voidRZSOldFirepit.randomizeZoneStory(Zone zone) voidRZSOldShelter.randomizeZoneStory(Zone zone) voidRZSOrphanedFawn.randomizeZoneStory(Zone zone) voidRZSRangerSmith.randomizeZoneStory(Zone zone) voidRZSRockerParty.randomizeZoneStory(Zone zone) voidRZSSadCamp.randomizeZoneStory(Zone zone) voidRZSSexyTime.randomizeZoneStory(Zone zone) voidRZSSirTwiggy.randomizeZoneStory(Zone zone) voidRZSSurvivalistCamp.randomizeZoneStory(Zone zone) voidRZSTragicPicnic.randomizeZoneStory(Zone zone) voidRZSTrapperCamp.randomizeZoneStory(Zone zone) voidRZSVanCamp.randomizeZoneStory(Zone zone) voidRZSWasteDump.randomizeZoneStory(Zone zone) voidRZSWaterPump.randomizeZoneStory(Zone zone)