Package de.hamstersimulator.objectsfirst.adapter.observables.command.specification


package de.hamstersimulator.objectsfirst.adapter.observables.command.specification
  • Interface Summary
    Interface
    Description
    Read-only command specification, base interface for all other ObservableCommandSpecifications By itself, it does not provide anything to observe, however all game entities used by subinterfaces (like ObservableMoveCommandSpecification which provides an ObservableHamster) use the observable versions.