A C G I O R 

A

ApiMain - Interface in com.github.riking.templateworlds.api
This class is a plugin's access into TemplateWorlds.

C

changeTemplate(World, World) - Method in interface com.github.riking.templateworlds.api.ApiMain
Change the template for the given templated world.
com.github.riking.templateworlds.api - package com.github.riking.templateworlds.api
 
createWorld(String, World) - Method in interface com.github.riking.templateworlds.api.ApiMain
Create a new templated world with the given name and template world
createWorld(String, World, Collection<BlockPopulator>) - Method in interface com.github.riking.templateworlds.api.ApiMain
Create a templated world with the given name, template world, and extra BlockPopulators from your plugin.

G

getTemplatedGenerator(String, String) - Method in interface com.github.riking.templateworlds.api.ApiMain
Get a templated ChunkGenerator for the given world.
getVoidGenerator() - Method in interface com.github.riking.templateworlds.api.ApiMain
Get a ChunkGenerator that will only create empty (all air / void) chunks.

I

isTemplatedWorld(World) - Method in interface com.github.riking.templateworlds.api.ApiMain
Check whether the given World was created by this plugin.

O

onDisable(Plugin) - Method in interface com.github.riking.templateworlds.api.ApiMain
Please do not call this method.
onEnable(Plugin) - Method in interface com.github.riking.templateworlds.api.ApiMain
Please do not call this method.

R

resetArea(World, int, int, int, int) - Method in interface com.github.riking.templateworlds.api.ApiMain
Reset all chunks in the given area to the chunks in the template world.
resetArea(World, Location, Location) - Method in interface com.github.riking.templateworlds.api.ApiMain
Reset all chunks in the area bounded in X and Z by the two locations to the chunks in the template world.
resetAreaGradually(World, int, int, int, int, Runnable) - Method in interface com.github.riking.templateworlds.api.ApiMain
Reset all chunks in the given area to the chunks in the template world over time.
resetAreaGradually(World, Location, Location, Runnable) - Method in interface com.github.riking.templateworlds.api.ApiMain
Reset all chunks in the area bounded in X and Z by the two locations to the chunks in the template world over time.
resetAreaGradually(World, int, int, int, int, Runnable, double) - Method in interface com.github.riking.templateworlds.api.ApiMain
Reset all chunks in the given area to the chunks in the template world over time.
A C G I O R 

Copyright © 2013. All rights reserved.