Uses of Class
org.bukkit.generator.ChunkGenerator

Packages that use ChunkGenerator
org.bukkit   
org.bukkit.plugin   
org.bukkit.plugin.java   
 

Uses of ChunkGenerator in org.bukkit
 

Methods in org.bukkit that return ChunkGenerator
 ChunkGenerator WorldCreator.generator()
          Gets the generator that will be used to create or load the world.
 ChunkGenerator World.getGenerator()
          Gets the chunk generator for this world
static ChunkGenerator WorldCreator.getGeneratorForName(String world, String name, CommandSender output)
          Attempts to get the ChunkGenerator with the given name.
 

Methods in org.bukkit with parameters of type ChunkGenerator
 WorldCreator WorldCreator.generator(ChunkGenerator generator)
          Sets the generator that will be used to create or load the world.
 

Uses of ChunkGenerator in org.bukkit.plugin
 

Methods in org.bukkit.plugin that return ChunkGenerator
 ChunkGenerator Plugin.getDefaultWorldGenerator(String worldName, String id)
          Gets a ChunkGenerator for use in a default world, as specified in the server configuration
 

Uses of ChunkGenerator in org.bukkit.plugin.java
 

Methods in org.bukkit.plugin.java that return ChunkGenerator
 ChunkGenerator JavaPlugin.getDefaultWorldGenerator(String worldName, String id)
           
 



Copyright © 2013. All Rights Reserved.