AbstractComponent

public abstract class AbstractComponent implements Component

An abstract version of Component with more quality of life features.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
protected final Set<Component> subcomponents

A list of subcomponents that this component may use. All subcomponents are updated as well, as long as there is a call to super.update().

Link copied to clipboard
protected final SuperTelemetry telem

The global SuperTelemetry instance.

Functions

Link copied to clipboard
public Unit update()

This method is called repeatedly by the CommandScheduler.