stick
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
stick
stick-paper
/
com.zombachu.stick.paper
/
PlayerParameter
Player
Parameter
class
PlayerParameter
<
S
>
(
id
:
TypedIdentifier
<
Player
>
,
description
:
String
)
:
Parameter.Size1
<
S
,
Player
>
Members
Constructors
Player
Parameter
Link copied to clipboard
constructor
(
id
:
TypedIdentifier
<
Player
>
,
description
:
String
)
Properties
description
Link copied to clipboard
open
override
val
description
:
String
id
Link copied to clipboard
open
override
val
id
:
TypedIdentifier
<
Player
>
size
Link copied to clipboard
open
override
val
size
:
Size.Fixed
type
Link copied to clipboard
open
override
val
type
:
ElementType
Functions
get
Grouped
Syntax
Link copied to clipboard
open
fun
getGroupedSyntax
(
sender
:
S
)
:
String
get
Syntax
Link copied to clipboard
open
override
fun
getSyntax
(
sender
:
S
)
:
String
parse
Link copied to clipboard
override
fun
parse
(
context
:
ExecutionContext
<
S
>
,
args
:
List
<
String
>
)
:
Result
<
out
Player
>
open
override
fun
parse
(
context
:
ExecutionContext
<
S
>
,
arg0
:
String
)
:
Result
<
Player
>