public class HudManagerTestCommand extends AbstractTargetPlayerCommand
Command for hudmanagertes operations. Registered with the command system and callable by players.
java.lang.Object > AbstractTargetPlayerCommand > HudManagerTestCommand
Field Summary
playerComponent
final
Player
playerComponent
Field playerComponent.
playerRefComponent
final
PlayerRef
playerRefComponent
Field playerRefComponent.
hudManager
final
HudManager
hudManager
Field hudManager.
isTargetingOther
final
boolean
isTargetingOther
Field isTargetingOther.
Method Detail
HudManagerTestCommand
public
public
HudManagerTestCommand
()
Method HudManagerTestCommand.
execute
protected
void
execute
(@Nonnull final CommandContext context, @Nullable final Ref sourceRef, @Nonnull final Ref ref, @Nonnull final PlayerRef playerRef, @Nonnull final World world, @Nonnull final Store store)
Method execute.
- Parameters:
@Nonnull final CommandContextcontext@Nullable final RefsourceRef@Nonnull final Refref@Nonnull final PlayerRefplayerRef@Nonnull final Worldworld@Nonnull final Storestore