public abstract class CraftScriptEnvironment extends Object
| Modifier and Type | Field and Description |
|---|---|
protected LocalConfiguration |
config |
protected WorldEdit |
controller |
protected Player |
player |
protected Platform |
server |
protected LocalSession |
session |
| Constructor and Description |
|---|
CraftScriptEnvironment(WorldEdit controller,
Platform server,
LocalConfiguration config,
LocalSession session,
Player player) |
protected WorldEdit controller
protected Player player
protected LocalConfiguration config
protected LocalSession session
protected Platform server
public CraftScriptEnvironment(WorldEdit controller, Platform server, LocalConfiguration config, LocalSession session, Player player)
Copyright © 2010-2014. All Rights Reserved.