Uses of Class
zombie.iso.areas.isoregion.regions.IsoChunkRegion
Packages that use IsoChunkRegion
Package
Description
-
Uses of IsoChunkRegion in zombie.iso.areas.isoregion
Methods in zombie.iso.areas.isoregion that return IsoChunkRegion -
Uses of IsoChunkRegion in zombie.iso.areas.isoregion.data
Methods in zombie.iso.areas.isoregion.data that return IsoChunkRegionModifier and TypeMethodDescriptionDataChunk.getIsoChunkRegion(int x, int y, int z) DataRoot.getIsoChunkRegion(int x, int y, int z) -
Uses of IsoChunkRegion in zombie.iso.areas.isoregion.regions
Methods in zombie.iso.areas.isoregion.regions that return IsoChunkRegionModifier and TypeMethodDescriptionIsoRegionManager.allocIsoChunkRegion(DataChunk dataChunk, int int1) IsoChunkRegion.getConnectedNeighborWithLargestIsoWorldRegion()Methods in zombie.iso.areas.isoregion.regions that return types with arguments of type IsoChunkRegionModifier and TypeMethodDescriptionIsoChunkRegion.getConnectedNeighbors()IsoChunkRegion.getDebugConnectedNeighborCopy()IsoWorldRegion.getDebugIsoChunkRegionCopy()IWorldRegion.getDebugIsoChunkRegionCopy()IsoWorldRegion.swapIsoChunkRegions(ArrayList<IsoChunkRegion> newlist) Methods in zombie.iso.areas.isoregion.regions with parameters of type IsoChunkRegionModifier and TypeMethodDescriptionvoidIsoChunkRegion.addConnectedNeighbor(IsoChunkRegion neighbor) voidIsoWorldRegion.addIsoChunkRegion(IsoChunkRegion region) voidIsoChunkRegion.addNeighbor(IsoChunkRegion neighbor) booleanIsoChunkRegion.containsConnectedNeighbor(IsoChunkRegion n) booleanIsoWorldRegion.containsIsoChunkRegion(IsoChunkRegion region) voidIsoRegionManager.releaseIsoChunkRegion(IsoChunkRegion chunkRegion) Method parameters in zombie.iso.areas.isoregion.regions with type arguments of type IsoChunkRegionModifier and TypeMethodDescriptionIsoWorldRegion.swapIsoChunkRegions(ArrayList<IsoChunkRegion> newlist)