public class TridentImpl extends Object implements Implementation
| Constructor and Description |
|---|
TridentImpl() |
| Modifier and Type | Method and Description |
|---|---|
PluginChannels |
channels() |
Commands |
cmds() |
Events |
events() |
ChatFormatter |
format() |
Inventories |
inventories() |
MetaProvider |
meta() |
WorldLoader |
newLoader(Class<? extends ChunkGenerator> g) |
MassChange |
newMc(World world) |
SelectableThreadPool |
newPool(int i,
String s) |
Players |
players() |
Plugins |
plugins() |
RecipeManager |
recipe() |
Scheduler |
scheduler() |
PlayerStatus |
statuses() |
Transactions |
trasacts() |
Map<String,World> |
worlds() |
public TridentImpl()
public SelectableThreadPool newPool(int i, String s)
newPool in interface Implementationpublic WorldLoader newLoader(Class<? extends ChunkGenerator> g)
newLoader in interface Implementationpublic MassChange newMc(World world)
newMc in interface Implementationpublic MetaProvider meta()
meta in interface Implementationpublic Transactions trasacts()
trasacts in interface Implementationpublic ChatFormatter format()
format in interface Implementationpublic Players players()
players in interface Implementationpublic PlayerStatus statuses()
statuses in interface Implementationpublic Events events()
events in interface Implementationpublic Plugins plugins()
plugins in interface Implementationpublic Scheduler scheduler()
scheduler in interface Implementationpublic PluginChannels channels()
channels in interface Implementationpublic Commands cmds()
cmds in interface Implementationpublic Inventories inventories()
inventories in interface Implementationpublic RecipeManager recipe()
recipe in interface ImplementationCopyright © 2016. All rights reserved.