Interface ContextSource
- All Known Subinterfaces:
ClientWorld,ServerWorld,World<W,,L> WorldType
public interface ContextSource
A common interface for objects that have a relevant context.
-
Method Summary
-
Method Details
-
context
Context context()Returns the context most relevant to this object.This context may or may not be the same across multiple invocations.
- Returns:
- A given context
-