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