public class PlayerEffectClearCommand extends AbstractPlayerCommand
Command for playereffectclea operations. Registered with the command system and callable by players.
java.lang.Object > AbstractPlayerCommand > PlayerEffectClearCommand
Field Summary
effectControllerComponent
final
EffectControllerComponent
effectControllerComponent
Field effectControllerComponent.
targetPlayerRef
final
PlayerRef
targetPlayerRef
Field targetPlayerRef.
ref
final
Ref
ref
Field ref.
store
final
Store
store
Field store.
world
final
World
world
Field world.
playerComponent
final
Player
playerComponent
Field playerComponent.
playerRefComponent
final
PlayerRef
playerRefComponent
Field playerRefComponent.
Method Detail
PlayerEffectClearCommand
public
public
PlayerEffectClearCommand
()
Method PlayerEffectClearCommand.
PlayerEffectClearOtherCommand
public
new
PlayerEffectClearOtherCommand
()
Method PlayerEffectClearOtherCommand.
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