MCPcopy Create free account
hub / github.com/badvision/jace / getActiveSlot

Method getActiveSlot

src/main/java/jace/core/RAM.java:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 }
74
75 public int getActiveSlot() {
76 return activeSlot;
77 }
78
79 public Optional<Card>[] getAllCards() {
80 return cards;

Callers 3

getReadConfigurationMethod · 0.80
registerListenersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected