Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MEEPofFaith/prog-mats-java
/ read
Method
read
src/progressed/world/module/ModuleModule.java:153–157 ·
view source on GitHub ↗
(Reads read)
Source
from the content-addressed store, hash-verified
151
}
152
153
@Override
154
public
void
read(Reads read){
155
mountNumber = lastNumber = read.s();
156
progress = read.f();
157
}
158
159
/** Modular Turrets have mounts of 3 sizes. */
160
public
enum ModuleSize{
Callers
1
build.gradle.kts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected