MCPcopy Create free account
hub / github.com/Garten/sourcecraft / lastModified

Method lastModified

src/minecraft/reader/RegionFile.java:163–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161
162 /* the modification date of the region file when it was first opened */
163 public long lastModified() {
164 return this.lastModified;
165 }
166
167 /* gets how much the region file has grown since it was last checked */
168 public synchronized int getSizeDelta() {

Callers 1

RegionFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected