A C I M O R

A

ApiMain - Interface in me.riking.templateworlds.api
 

C

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

I

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

M

me.riking.templateworlds.api - package me.riking.templateworlds.api
 

O

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

R

resetArea(World, int, int, int, int) - Method in interface me.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 me.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 me.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 me.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.

A C I M O R

Copyright © 2013. All rights reserved.