public class ReferCommand extends AbstractTargetPlayerCommand
Command for refe operations. Registered with the command system and callable by players.
java.lang.Object > AbstractTargetPlayerCommand > ReferCommand
Field Summary
host
final
String
host
Field host.
port
final
int
port
Field port.
isTargetingOther
final
boolean
isTargetingOther
Field isTargetingOther.
testData
final
byte[]
testData
Field testData.
Method Detail
ReferCommand
public
public
ReferCommand
()
Method ReferCommand.
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