DirectionalDoor
class DirectionalDoor
Component of a directional door system.
public class DirectionalDoor extends Component
— Constructors (1) —
Constructor | Description |
---|---|
DirectionalDoor() | Creates a new instance of DirectionalDoor. |
— Methods (4) —
Name | Description |
---|---|
void lock() | Sets the DirectionalDoor to locked. |
void unlock() | Sets the DirectionalDoor to unlocked. |
void open() | Sets the DirectionalDoor to open. |
void close() | Sets the DirectionalDoor to closed. |