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

Method getUpdateTextures

src/main/ConverterData.java:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 public boolean getUpdateTextures() {
21 return this.updateTextures;
22 }
23
24 public void setUpdateTextures(boolean copyTextures) {
25 this.updateTextures = copyTextures;

Callers 3

MainMethod · 0.95
convertMethod · 0.45
getConverterDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected