Package org.team1540.rooster.util
Interface ChickenXboxController.Axis
-
- All Superinterfaces:
DoubleSupplier
- Enclosing class:
- ChickenXboxController
public static interface ChickenXboxController.Axis extends DoubleSupplier
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ChickenXboxController.Axisinverted()default ChickenXboxController.AxispowerScaled(double power)default doublevalue()default ChickenXboxController.AxiswithDeadzone(double deadzone)default ChickenXboxController.Axis2DwithXAxis(ChickenXboxController.Axis axis)default ChickenXboxController.Axis2DwithYAxis(ChickenXboxController.Axis axis)-
Methods inherited from interface java.util.function.DoubleSupplier
getAsDouble
-
-
-
-
Method Detail
-
withDeadzone
default ChickenXboxController.Axis withDeadzone(double deadzone)
-
powerScaled
default ChickenXboxController.Axis powerScaled(double power)
-
inverted
default ChickenXboxController.Axis inverted()
-
withYAxis
default ChickenXboxController.Axis2D withYAxis(ChickenXboxController.Axis axis)
-
withXAxis
default ChickenXboxController.Axis2D withXAxis(ChickenXboxController.Axis axis)
-
value
default double value()
-
-