Package org.spongepowered.plugin
Interface Environment
-
- All Known Implementing Classes:
StandardEnvironment
public interface EnvironmentRepresents the context under which this specification is running under.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Blackboardblackboard()Loggerlogger()
-
-
-
Method Detail
-
blackboard
Blackboard blackboard()
- Returns:
- A
blackboardwhich is useful for supplying properties for this environment
-
-