Package ca.stellardrift.colonel.impl
Interface ServerPlayerBridge
-
public interface ServerPlayerBridge
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Identifier>colonel$knownArguments()Set of registered optional argument typesvoidcolonel$knownArguments(Set<Identifier> arguments)Set the set of registered optional argument types.
-
-
-
Method Detail
-
colonel$knownArguments
Set<Identifier> colonel$knownArguments()
Set of registered optional argument types- Returns:
- immutable set of type identifiers
-
colonel$knownArguments
void colonel$knownArguments(Set<Identifier> arguments)
Set the set of registered optional argument types.- Parameters:
arguments- set of type identifiers
-
-