HideCommand

public class HideCommand extends AbstractCommandCollection

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

java.lang.Object > AbstractCommandCollection > HideCommand

Field Summary

playerRef

final PlayerRef playerRef

Field playerRef.

ref

final Ref ref

Field ref.

store

final Store store

Field store.

world

final World world

Field world.

playerComponent

final Player playerComponent

Field playerComponent.

uuidComponent

final UUIDComponent uuidComponent

Field uuidComponent.

playerUuid

final UUID playerUuid

Field playerUuid.

targetPlayerRef

final PlayerRef targetPlayerRef

Field targetPlayerRef.

targetRef

final Ref targetRef

Field targetRef.

targetStore

final Store targetStore

Field targetStore.

targetPlayerComponent

final Player targetPlayerComponent

Field targetPlayerComponent.

playerRefs

final Collection playerRefs

Field playerRefs.

targetRef2

final Ref targetRef2

Field targetRef2.

targetStore2

final Store targetStore2

Field targetStore2.

targetPlayerComponent2

final Player targetPlayerComponent2

Field targetPlayerComponent2.

ref1

final Ref ref1

Field ref1.

store1

final Store store1

Field store1.

playerComponent1

final Player playerComponent1

Field playerComponent1.

ref2

final Ref ref2

Field ref2.

Method Detail

HideCommand

public public HideCommand ()

Method HideCommand.

HidePlayerCommand

public new HidePlayerCommand ()

Method HidePlayerCommand.

ShowPlayerCommand

public new ShowPlayerCommand ()

Method ShowPlayerCommand.

HideAllCommand

public new HideAllCommand ()

Method HideAllCommand.

ShowAllCommand

public new ShowAllCommand ()

Method ShowAllCommand.

executeAsync

protected CompletableFuture executeAsync (@Nonnull final CommandContext context)

Method executeAsync.

Parameters:
@Nonnull final CommandContext context

if

public else if (targetRef.equals(ref)

Method if.

Parameters:
targetRef.equals(ref targetRef.equals(ref

executeSync

protected void executeSync (@Nonnull final CommandContext context)

Method executeSync.

Parameters:
@Nonnull final CommandContext context