public class NPCThawCommand extends AbstractWorldCommand
Command for npctha operations. Registered with the command system and callable by players.
java.lang.Object > AbstractWorldCommand > NPCThawCommand
Field Summary
targetNpcRef
final
Ref
targetNpcRef
Field targetNpcRef.
targetNpcComponent
final
NPCEntity
targetNpcComponent
Field targetNpcComponent.
Method Detail
NPCThawCommand
public
public
NPCThawCommand
()
Method NPCThawCommand.
execute
protected
void
execute
(@Nonnull final CommandContext context, @Nonnull final World world, @Nonnull final Store store)
Method execute.
- Parameters:
@Nonnull final CommandContextcontext@Nonnull final Worldworld@Nonnull final Storestore