Class IsoChunk

java.lang.Object
zombie.iso.IsoChunk

public final class IsoChunk extends Object
  • Field Details

  • Constructor Details

    • IsoChunk

      public IsoChunk(IsoCell cell)
  • Method Details

    • updateSounds

      public void updateSounds()
    • IsOnScreen

      public boolean IsOnScreen(boolean var1)
    • getHashCodeObjects

      @Deprecated public long getHashCodeObjects()
      Deprecated.
    • recalcHashCodeObjects

      @Deprecated public void recalcHashCodeObjects()
      Deprecated.
    • hashCodeNoOverride

      @Deprecated public int hashCodeNoOverride()
      Deprecated.
    • checkLightingLater_AllPlayers_AllLevels

      public void checkLightingLater_AllPlayers_AllLevels()
    • checkLightingLater_AllPlayers_OneLevel

      public void checkLightingLater_AllPlayers_OneLevel(int int0)
    • checkLightingLater_OnePlayer_AllLevels

      public void checkLightingLater_OnePlayer_AllLevels(int int0)
    • checkLightingLater_OnePlayer_OneLevel

      public void checkLightingLater_OnePlayer_OneLevel(int int1, int int0)
    • addBloodSplat

      public void addBloodSplat(float x, float y, float z, int Type)
    • AddCorpses

      public void AddCorpses(int _wx, int _wy)
    • AddBlood

      public void AddBlood(int _wx, int _wy)
    • removeFromCheckedVehicles

      public static void removeFromCheckedVehicles(BaseVehicle v)
    • addFromCheckedVehicles

      public static void addFromCheckedVehicles(BaseVehicle v)
    • Reset

      public static void Reset()
    • doSpawnedVehiclesInInvalidPosition

      public static boolean doSpawnedVehiclesInInvalidPosition(BaseVehicle v)
    • RandomizeModel

      public boolean RandomizeModel(BaseVehicle baseVehicle, Zone var2, String string0, VehicleType vehicleType)
    • AddVehicles

      public void AddVehicles()
    • addSurvivorInHorde

      public void addSurvivorInHorde(boolean forced)
    • canAddRandomCarCrash

      public boolean canAddRandomCarCrash(Zone zone, boolean boolean0)
    • addRandomCarCrash

      public void addRandomCarCrash(Zone zone, boolean var2)
    • FileExists

      public static boolean FileExists(int _wx, int _wy)
    • checkPhysicsLater

      public void checkPhysicsLater(int int0)
    • updatePhysicsForLevel

      public void updatePhysicsForLevel(int int0)
    • setBlendingDoneFull

      public void setBlendingDoneFull(boolean boolean0)
    • isBlendingDoneFull

      public boolean isBlendingDoneFull()
    • setBlendingDonePartial

      public void setBlendingDonePartial(boolean boolean0)
    • isBlendingDonePartial

      public boolean isBlendingDonePartial()
    • setBlendingModified

      public void setBlendingModified(int int0)
    • isBlendingDone

      public boolean isBlendingDone(int int0)
    • setModifDepth

      public void setModifDepth(BlendDirection blendDirection, byte byte0)
    • setModifDepth

      public void setModifDepth(BlendDirection blendDirection, int int0)
    • getModifDepth

      public byte getModifDepth(BlendDirection blendDirection)
    • setAttachmentsDoneFull

      public void setAttachmentsDoneFull(boolean boolean0)
    • isAttachmentsDoneFull

      public boolean isAttachmentsDoneFull()
    • setAttachmentsState

      public void setAttachmentsState(int int0, boolean boolean0)
    • isAttachmentsDone

      public boolean isAttachmentsDone(int int0)
    • getAttachmentsState

      public boolean[] getAttachmentsState()
    • setAttachmentsPartial

      public void setAttachmentsPartial(SquareCoord squareCoord)
    • getAttachmentsPartial

      public SquareCoord getAttachmentsPartial(int int0)
    • hasAttachmentsPartial

      public boolean hasAttachmentsPartial(SquareCoord squareCoord)
    • attachmentsPartialSize

      public Integer attachmentsPartialSize()
    • isModded

      public EnumSet<ChunkGenerationStatus> isModded()
    • isModded

      public void isModded(EnumSet<ChunkGenerationStatus> enumSet)
    • isModded

      public void isModded(ChunkGenerationStatus chunkGenerationStatusx)
    • addModded

      public void addModded(ChunkGenerationStatus chunkGenerationStatusx)
    • rmModded

      public void rmModded(ChunkGenerationStatus chunkGenerationStatusx)
    • LoadBrandNew

      public boolean LoadBrandNew(int _wx, int _wy)
    • LoadOrCreate

      public boolean LoadOrCreate(int _wx, int _wy, ByteBuffer fromServer)
    • LoadFromBuffer

      public boolean LoadFromBuffer(int _wx, int _wy, ByteBuffer bb)
    • loadInWorldStreamerThread

      public void loadInWorldStreamerThread()
    • loadInMainThread

      public void loadInMainThread()
    • recalcNeighboursNow

      @Deprecated public void recalcNeighboursNow()
      Deprecated.
    • updateBuildings

      public void updateBuildings()
    • updatePlayerInBullet

      public static void updatePlayerInBullet()
    • update

      public void update()
    • updateVehicleStory

      public void updateVehicleStory()
    • squaresIndexOfLevel

      public int squaresIndexOfLevel(int int0)
    • getSquaresForLevel

      public IsoGridSquare[] getSquaresForLevel(int int0)
    • setSquare

      public void setSquare(int x, int y, int z, IsoGridSquare square)
    • getMinLevel

      public int getMinLevel()
    • getMaxLevel

      public int getMaxLevel()
    • isValidLevel

      public boolean isValidLevel(int int0)
    • setMinMaxLevel

      public void setMinMaxLevel(int int1, int int0)
    • getLevelData

      public IsoChunkLevel getLevelData(int int0)
    • getGridSquare

      public IsoGridSquare getGridSquare(int x, int y, int z)
    • getRoom

      public IsoRoom getRoom(long long0)
    • removeFromWorld

      public void removeFromWorld()
    • doReuseGridsquares

      public void doReuseGridsquares()
    • LoadFromDisk

      public void LoadFromDisk() throws IOException
      Throws:
      IOException
    • LoadFromDiskOrBuffer

      public void LoadFromDiskOrBuffer(ByteBuffer bb) throws IOException
      Throws:
      IOException
    • doLoadGridsquare

      public void doLoadGridsquare()
    • setCache

      public void setCache()
    • setCacheIncludingNull

      public void setCacheIncludingNull()
    • Save

      public void Save(boolean bSaveQuit) throws IOException
      Throws:
      IOException
    • SafeWrite

      public static void SafeWrite(String _prefix, int _wx, int _wy, ByteBuffer bb) throws IOException
      Throws:
      IOException
    • SafeRead

      public static ByteBuffer SafeRead(String _prefix, int _wx, int _wy, ByteBuffer bb) throws IOException
      Throws:
      IOException
    • SaveLoadedChunk

      public void SaveLoadedChunk(ClientChunkRequest.Chunk ccrc, CRC32 crc32) throws IOException
      Throws:
      IOException
    • IsDebugSave

      public static boolean IsDebugSave()
    • Save

      public ByteBuffer Save(ByteBuffer bb, CRC32 crc) throws IOException
      Throws:
      IOException
    • saveObjectState

      public boolean saveObjectState(ByteBuffer bb) throws IOException
      Throws:
      IOException
    • loadObjectState

      public void loadObjectState(ByteBuffer bb) throws IOException
      Throws:
      IOException
    • Blam

      public void Blam(int _wx, int _wy)
    • getErosionData

      public ErosionData.Chunk getErosionData()
    • Fix2x

      public static int Fix2x(IsoGridSquare square, int spriteID)
    • Fix2x

      public static String Fix2x(String tileName)
    • addGeneratorPos

      public void addGeneratorPos(int x, int y, int z)
    • removeGeneratorPos

      public void removeGeneratorPos(int x, int y, int z)
    • isGeneratorPoweringSquare

      public boolean isGeneratorPoweringSquare(int x, int y, int z)
    • checkForMissingGenerators

      public void checkForMissingGenerators()
    • isNewChunk

      public boolean isNewChunk()
    • addSpawnedRoom

      public void addSpawnedRoom(long long0)
    • isSpawnedRoom

      public boolean isSpawnedRoom(long long0)
    • getScavengeZone

      public Zone getScavengeZone()
    • resetForStore

      public void resetForStore()
    • getNumberOfWaterTiles

      public int getNumberOfWaterTiles()
    • setRandomVehicleStoryToSpawnLater

      public void setRandomVehicleStoryToSpawnLater(VehicleStorySpawnData spawnData)
    • hasObjectAmbientEmitter

      public boolean hasObjectAmbientEmitter(IsoObject object)
    • addObjectAmbientEmitter

      public void addObjectAmbientEmitter(IsoObject object, ObjectAmbientEmitters.PerObjectLogic logic)
    • removeObjectAmbientEmitter

      public void removeObjectAmbientEmitter(IsoObject object)
    • assignLoadID

      public void assignLoadID()
    • getLoadID

      public short getLoadID()
    • containsPoint

      public boolean containsPoint(float float1, float float0)
    • getRenderLevels

      public FBORenderLevels getRenderLevels(int int0)
    • invalidateRenderChunkLevel

      public void invalidateRenderChunkLevel(int int1, long long0)
    • getCutawayData

      public FBORenderCutaways.ChunkLevelsData getCutawayData()
    • getCutawayDataForLevel

      public FBORenderCutaways.ChunkLevelData getCutawayDataForLevel(int int0)
    • invalidateVispolyChunkLevel

      public void invalidateVispolyChunkLevel(int int0)
    • getVispolyData

      public VisibilityPolygon2.ChunkData getVispolyData()
    • getVispolyDataForLevel

      public VisibilityPolygon2.ChunkLevelData getVispolyDataForLevel(int int0)
    • hasWaterSquare

      public boolean hasWaterSquare()