Class Placeholders
java.lang.Object
net.okocraft.box.api.message.Placeholders
A collection of common
Placeholders.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final dev.siroshun.mcmsgdef.Placeholder<Integer> APlaceholderof<amount>.static final dev.siroshun.mcmsgdef.Placeholder<String> APlaceholderof<arg>.static final dev.siroshun.mcmsgdef.Placeholder<Integer> APlaceholderof<current>.static final dev.siroshun.mcmsgdef.Placeholder<Throwable> APlaceholderof<error>.static final dev.siroshun.mcmsgdef.Placeholder<BoxItem> APlaceholderof<item>.static final dev.siroshun.mcmsgdef.Placeholder<String> APlaceholderof<item_name>.static final dev.siroshun.mcmsgdef.Placeholder<String> APlaceholderof<permission>.static final dev.siroshun.mcmsgdef.Placeholder<String> APlaceholderof<player_name>. -
Method Summary
-
Field Details
-
PERMISSION
APlaceholderof<permission>. -
PLAYER_NAME
APlaceholderof<player_name>. -
ITEM
APlaceholderof<item>. -
ITEM_NAME
APlaceholderof<item_name>. -
AMOUNT
APlaceholderof<amount>. -
CURRENT
APlaceholderof<current>. -
ERROR
APlaceholderof<error>. -
ARG
APlaceholderof<arg>.
-