Uses of Enum Class
zombie.iso.enums.ChunkGenerationStatus
Packages that use ChunkGenerationStatus
-
Uses of ChunkGenerationStatus in zombie
Methods in zombie that return ChunkGenerationStatusModifier and TypeMethodDescription -
Uses of ChunkGenerationStatus in zombie.iso
Fields in zombie.iso with type parameters of type ChunkGenerationStatusModifier and TypeFieldDescriptionstatic final HashMap<String, ChunkGenerationStatus> IsoLot.InfoFileModdedfinal HashMap<String, ChunkGenerationStatus> MapFiles.InfoFileModdedMethods in zombie.iso that return types with arguments of type ChunkGenerationStatusMethods in zombie.iso with parameters of type ChunkGenerationStatusModifier and TypeMethodDescriptionvoidIsoChunk.addModded(ChunkGenerationStatus chunkGenerationStatusx) voidIsoChunk.isModded(ChunkGenerationStatus chunkGenerationStatusx) voidIsoChunk.rmModded(ChunkGenerationStatus chunkGenerationStatusx) Method parameters in zombie.iso with type arguments of type ChunkGenerationStatus -
Uses of ChunkGenerationStatus in zombie.iso.enums
Subclasses with type arguments of type ChunkGenerationStatus in zombie.iso.enumsMethods in zombie.iso.enums that return ChunkGenerationStatusModifier and TypeMethodDescriptionstatic ChunkGenerationStatusReturns the enum constant of this class with the specified name.static ChunkGenerationStatus[]ChunkGenerationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.