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

Method Value

src/main/java/net/minecraft/world/GameRules.java:132–136  ·  view source on GitHub ↗
(String value, GameRules.ValueType type)

Source from the content-addressed store, hash-verified

130 private final GameRules.ValueType type;
131
132 public Value(String value, GameRules.ValueType type)
133 {
134 this.type = type;
135 this.setValue(value);
136 }
137
138 public void setValue(String value)
139 {

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.95

Tested by

no test coverage detected