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
me.lucko.luckperms.api.caching
Interface CachedDataContainer
All Known Subinterfaces:
MetaData
,
PermissionData
public interface
CachedDataContainer
Holds cached lookup data in a specific set of contexts.
Since:
4.1
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
@NonNull
Contexts
getContexts
()
Gets the contexts this container is holding data for.
Method Detail
getContexts
@NonNull
Contexts
getContexts()
Gets the contexts this container is holding data for.
Returns:
the contexts this container is caching
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