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

Method setName

src/periphery/ConvertOption.java:31–34  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

29 }
30
31 public ConvertOption setName(String name) {
32 this.name = name;
33 return this;
34 }
35
36 public ConvertOption setScale(int scale) {
37 this.scale = scale;

Callers 2

createDefaultsMethod · 0.45
getDetaulftConfigMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected