public abstract class AbstractPlatform extends Object implements Platform
Platform.| Constructor and Description |
|---|
AbstractPlatform() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends World> |
getWorlds()
Get a list of available or loaded worlds.
|
int |
schedule(long delay,
long period,
Runnable task)
Schedules the given
task to be invoked once every
period ticks after an initial delay of delay ticks. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCapabilities, getConfiguration, getPlatformName, getPlatformVersion, getVersion, isValidMobType, matchPlayer, matchWorld, registerCommands, registerGameHooks, reload, resolveItemCopyright © 2010-2014. All Rights Reserved.