Skip to main content

DirectionalDoor

class DirectionalDoor

Component of a directional door system.


public class DirectionalDoor extends Component

— Constructors (1) —

ConstructorDescription
DirectionalDoor()Creates a new instance of DirectionalDoor.

— Methods (4) —

NameDescription
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.