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