|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message.Context | |
---|---|
org.mudcraft.bukkit.socials.message |
Uses of Message.Context in org.mudcraft.bukkit.socials.message |
---|
Methods in org.mudcraft.bukkit.socials.message that return Message.Context | |
---|---|
Message.Context |
Message.getContext()
Gets the message context. |
Message.Context |
Message.Context.setBoolean(java.lang.String key,
boolean value)
Associates the specified value with the specified key. |
Message.Context |
Message.Context.setByte(java.lang.String key,
byte value)
Associates the specified value with the specified key. |
Message.Context |
Message.Context.setDouble(java.lang.String key,
double value)
Associates the specified value with the specified key. |
Message.Context |
Message.Context.setFloat(java.lang.String key,
float value)
Associates the specified value with the specified key. |
Message.Context |
Message.Context.setInt(java.lang.String key,
int value)
Associates the specified value with the specified key. |
Message.Context |
Message.Context.setLong(java.lang.String key,
long value)
Associates the specified value with the specified key. |
Message.Context |
Message.Context.setPlayer(java.lang.String key,
org.bukkit.entity.Player player)
Associates the name of the specified player with the specified key. |
Message.Context |
Message.Context.setShort(java.lang.String key,
short value)
Associates the specified value with the specified key. |
Message.Context |
Message.Context.setSocialUser(java.lang.String key,
SocialUser user)
Associates the name of the specified social user with the specified key. |
Message.Context |
Message.Context.setString(java.lang.String key,
java.lang.String value)
Associates the specified value with the specified key. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |