- FakeButton - Class in com.explodingbacon.bcnlib.controllers
-
A class for a programmedly controllable Button.
- FakeButton() - Constructor for class com.explodingbacon.bcnlib.controllers.FakeButton
-
Creates a FakeButton.
- FakeButton(BooleanSupplier) - Constructor for class com.explodingbacon.bcnlib.controllers.FakeButton
-
Creates a FakeButton whose state is controlled by the result of the BooleanSupplier.
- FakeMotor - Class in com.explodingbacon.bcnlib.actuators
-
A fake motor object that outputs its power to the Log
- FakeMotor() - Constructor for class com.explodingbacon.bcnlib.actuators.FakeMotor
-
The default, no-argument constructor
- FakeMotor(boolean) - Constructor for class com.explodingbacon.bcnlib.actuators.FakeMotor
-
A constructor to specify if this FakeMotor should log itself
- forceStop() - Method in class com.explodingbacon.bcnlib.framework.Command
-
- forEach(Consumer<SpeedController>) - Method in class com.explodingbacon.bcnlib.actuators.MotorGroup
-
Calls code on each Motor in this MotorGroup.
- four - Variable in class com.explodingbacon.bcnlib.controllers.LogitechController
-
- fromFile(String) - Static method in class com.explodingbacon.bcnlib.vision.Image
-
Creates an Image from an existing image file.