Object_recentCommands

Contributes a recentCommands action to any domain object (unless also HasInteractionId - commands don’t themselves have commands).

API

Object_recentCommands.java
class Object_recentCommands {
  List<? extends CommandLogEntry> act()
  boolean hideAct()     (1)
}
1 hideAct()

Hide if the mixee itself implements HasInteractionId . (commands don’t have commands).

Members

hideAct()

Hide if the mixee itself implements HasInteractionId . (commands don’t have commands).