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) Methods in zombie.iso.areas.isoregion.data that return types with arguments of type IsoChunkRegionModifier and TypeMethodDescriptionprotected ArrayList
<IsoChunkRegion> DataChunk.getChunkRegions
(int int0) -
Uses of IsoChunkRegion in zombie.iso.areas.isoregion.regions
Methods in zombie.iso.areas.isoregion.regions that return IsoChunkRegionModifier and TypeMethodDescriptionIsoRegionManager.allocIsoChunkRegion
(int zLayer) IsoChunkRegion.getConnectedNeighborWithLargestIsoWorldRegion()
protected IsoChunkRegion
IsoChunkRegion.getFirstNeighborWithIsoWorldRegion()
protected IsoChunkRegion
IsoChunkRegion.reset()
Methods in zombie.iso.areas.isoregion.regions that return types with arguments of type IsoChunkRegionModifier and TypeMethodDescriptionprotected ArrayList
<IsoChunkRegion> IsoChunkRegion.getAllNeighbors()
IsoChunkRegion.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 TypeMethodDescriptionvoid
IsoChunkRegion.addConnectedNeighbor
(IsoChunkRegion neighbor) void
IsoWorldRegion.addIsoChunkRegion
(IsoChunkRegion region) void
IsoChunkRegion.addNeighbor
(IsoChunkRegion neighbor) boolean
IsoChunkRegion.containsConnectedNeighbor
(IsoChunkRegion n) boolean
IsoWorldRegion.containsIsoChunkRegion
(IsoChunkRegion region) void
IsoRegionManager.releaseIsoChunkRegion
(IsoChunkRegion chunkRegion) protected void
IsoChunkRegion.removeConnectedNeighbor
(IsoChunkRegion isoChunkRegion0) protected void
IsoWorldRegion.removeIsoChunkRegion
(IsoChunkRegion isoChunkRegion) protected void
IsoChunkRegion.removeNeighbor
(IsoChunkRegion isoChunkRegion0) Method parameters in zombie.iso.areas.isoregion.regions with type arguments of type IsoChunkRegionModifier and TypeMethodDescriptionIsoWorldRegion.swapIsoChunkRegions
(ArrayList<IsoChunkRegion> newlist)