MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / stepBack

Method stepBack

src/main/java/History/HistoryLoader.java:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 public Vector stepBack() {
90 return getMIVector(false);
91 }
92
93 public Vector stepNext() {
94 return getMIVector(true);

Callers 1

eventOkMethod · 0.80

Calls 1

getMIVectorMethod · 0.95

Tested by

no test coverage detected