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