NPCFreezeCommand

public class NPCFreezeCommand extends AbstractWorldCommand

Command for npcfreez operations. Registered with the command system and callable by players.

java.lang.Object > AbstractWorldCommand > NPCFreezeCommand

Field Summary

ref

final Ref ref

Field ref.

targetNpcRef

final Ref targetNpcRef

Field targetNpcRef.

roleName

final String roleName

Field roleName.

wasFrozen

final boolean wasFrozen

Field wasFrozen.

Method Detail

NPCFreezeCommand

public public NPCFreezeCommand ()

Method NPCFreezeCommand.

execute

protected void execute (@Nonnull final CommandContext context, @Nonnull final World world, @Nonnull final Store store)

Method execute.

Parameters:
@Nonnull final CommandContext context
@Nonnull final World world
@Nonnull final Store store