JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.spongepowered.api.service.permission.context
Interface Contextual
All Known Subinterfaces:
Dimension
,
World
public interface
Contextual
A common interface for objects that have a relevant context.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Context
getContext
()
Returns the context most relevant to this object.
Method Detail
getContext
Context
getContext()
Returns the context most relevant to this object. This context may be the same across multiple invocations (but may not, so don't count on this being true).
Returns:
A given context
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method