MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / toString

Method toString

src/main/java/net/optifine/shaders/config/Property.java:150–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 }
149
150 public String toString()
151 {
152 return "" + this.propertyName + "=" + this.getPropertyValue() + " [" + Config.arrayToString((Object[])this.propertyValues) + "], value: " + this.value;
153 }
154}

Callers 7

getDescriptionTextMethod · 0.45
processMethod · 0.45
getMacroHeaderMethod · 0.45
resolveIncludesMethod · 0.45
loadFileMethod · 0.45
getFixedMacroLinesMethod · 0.45
getOptionMacroLinesMethod · 0.45

Calls 2

getPropertyValueMethod · 0.95
arrayToStringMethod · 0.95

Tested by

no test coverage detected