public class NPCMessageCommand extends AbstractPlayerCommand
Command for npcmessag operations. Registered with the command system and callable by players.
java.lang.Object > AbstractPlayerCommand > NPCMessageCommand
Field Summary
msg
final
String
msg
Field msg.
expiration
final
double
expiration
Field expiration.
beaconSupport
final
BeaconSupport
beaconSupport
Field beaconSupport.
targetNpcRef
final
Ref
targetNpcRef
Field targetNpcRef.
beaconSupportComponent
final
BeaconSupport
beaconSupportComponent
Field beaconSupportComponent.
Method Detail
NPCMessageCommand
public
public
NPCMessageCommand
()
Method NPCMessageCommand.
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