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

Method readRaw

src/main/java/jace/core/RAM.java:139–142  ·  view source on GitHub ↗
(int address)

Source from the content-addressed store, hash-verified

137 }
138
139 public byte readRaw(int address) {
140 // if (address >= 65536) return 0;
141 return activeRead.getMemoryPage(address)[address & 0x0FF];
142 }
143
144 public byte read(int address, RAMEvent.TYPE eventType, boolean triggerEvent, boolean requireSyncronization) {
145 // if (address >= 65536) return 0;

Callers 15

readWordRawMethod · 0.95
callSmartportMethod · 0.95
isFinalRoomMethod · 0.80
allDesksMethod · 0.80
allDeadMethod · 0.80
killEnemyAtMethod · 0.80
newSearchMethod · 0.80
performSearchMethod · 0.80
initMemoryViewMethod · 0.80
repulsiveBehaviorMethod · 0.80
featherFallBehaviorMethod · 0.80
inStartingSequenceMethod · 0.80

Calls 1

getMemoryPageMethod · 0.80

Tested by

no test coverage detected