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

Method isBoolean

src/main/java/net/minecraft/util/JsonUtils.java:27–30  ·  view source on GitHub ↗
(JsonObject p_180199_0_, String p_180199_1_)

Source from the content-addressed store, hash-verified

25 }
26
27 public static boolean isBoolean(JsonObject p_180199_0_, String p_180199_1_)
28 {
29 return !isJsonPrimitive(p_180199_0_, p_180199_1_) ? false : p_180199_0_.getAsJsonPrimitive(p_180199_1_).isBoolean();
30 }
31
32 /**
33 * Does the given JsonObject contain an array field with the given name?

Callers 2

deserializeMethod · 0.95
toStringMethod · 0.80

Calls 1

isJsonPrimitiveMethod · 0.95

Tested by

no test coverage detected