public class CheckpointRemoveCommand extends AbstractWorldCommand
Command for checkpointremov operations. Registered with the command system and callable by players.
java.lang.Object > AbstractWorldCommand > CheckpointRemoveCommand
Field Summary
index
final
int
index
Field index.
checkpointUUIDMap
final
Int2ObjectMap
checkpointUUIDMap
Field checkpointUUIDMap.
uuid
final
UUID
uuid
Field uuid.
ref
final
Ref
ref
Field ref.
Method Detail
CheckpointRemoveCommand
public
public
CheckpointRemoveCommand
()
Method CheckpointRemoveCommand.
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