public class EmoteCommand extends AbstractPlayerCommand
Command for emot operations. Registered with the command system and callable by players.
java.lang.Object > AbstractPlayerCommand > EmoteCommand
Field Summary
cosmeticsRegistry
final
CosmeticRegistry
cosmeticsRegistry
Field cosmeticsRegistry.
emoteId
final
String
emoteId
Field emoteId.
emote
final
Emote
emote
Field emote.
Method Detail
EmoteCommand
public
public
EmoteCommand
()
Method EmoteCommand.
execute
protected
void
execute
(@Nonnull final CommandContext context, @Nonnull final Store store, @Nonnull final Ref ref, @Nonnull final PlayerRef playerRef, @Nonnull final World world)
Method execute.
- Parameters:
@Nonnull final CommandContextcontext@Nonnull final Storestore@Nonnull final Refref@Nonnull final PlayerRefplayerRef@Nonnull final Worldworld