MCPcopy Create free account
hub / github.com/demoth/jake2 / execute

Method execute

client/src/main/java/jake2/client/VID.java:549–551  ·  view source on GitHub ↗
(Object self)

Source from the content-addressed store, hash-verified

547 s_ref_list.y = 0;
548 s_ref_list.callback = new Menu.mcallback() {
549 public void execute(Object self) {
550 DriverCallback(self);
551 }
552 };
553 s_ref_list.itemnames = refs;
554

Callers

nothing calls this directly

Calls 5

DriverCallbackMethod · 0.95
ScreenSizeCallbackMethod · 0.95
BrightnessCallbackMethod · 0.95
ResetDefaultsMethod · 0.95
ApplyChangesMethod · 0.95

Tested by

no test coverage detected