Class BlingAlgaeEjectedDrive
java.lang.Object
edu.wpi.first.wpilibj2.command.Command
frc.alotobots.library.subsystems.bling.commands.BlingAlgaeEjectedDrive
- All Implemented Interfaces:
Sendable
Command that displays the Algae Ejected Drive animation for 2 seconds.
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.wpi.first.wpilibj2.command.Command
Command.InterruptionBehavior
-
Constructor Summary
ConstructorsConstructorDescriptionBlingAlgaeEjectedDrive
(BlingSubsystem blingSubsystem) Creates a new BlingAlgaeEjectedDrive command. -
Method Summary
Methods inherited from class edu.wpi.first.wpilibj2.command.Command
addRequirements, addRequirements, alongWith, andThen, andThen, asProxy, beforeStarting, beforeStarting, cancel, deadlineFor, deadlineWith, execute, finallyDo, finallyDo, getInterruptionBehavior, getName, getRequirements, getSubsystem, handleInterrupt, hasRequirement, ignoringDisable, initSendable, isScheduled, onlyIf, onlyWhile, raceWith, repeatedly, runsWhenDisabled, schedule, setName, setSubsystem, unless, until, withDeadline, withInterruptBehavior, withName, withTimeout, withTimeout
-
Constructor Details
-
BlingAlgaeEjectedDrive
Creates a new BlingAlgaeEjectedDrive command.- Parameters:
blingSubsystem
- The bling subsystem to use
-
-
Method Details
-
initialize
public void initialize()- Overrides:
initialize
in classCommand
-
isFinished
public boolean isFinished()- Overrides:
isFinished
in classCommand
-
end
public void end(boolean interrupted)
-