Package cloud.commandframework.keys
Interface CloudKeyHolder<T>
- Type Parameters:
T- The type of the key value.
- All Known Subinterfaces:
PredicatePermission<C>
- All Known Implementing Classes:
ArgumentPair,ArgumentTriplet,BooleanArgument,ByteArgument,CharArgument,CommandArgument,CompoundArgument,DoubleArgument,EnumArgument,FlagArgument,FloatArgument,IntegerArgument,LongArgument,ShortArgument,StaticArgument,StringArgument,StringArrayArgument,UUIDArgument
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents any object that holds a
CloudKey- Since:
- 1.4.0
-
Method Summary
-
Method Details
-
getKey
Get the key that identifies this object.- Returns:
- Identifying key.
-