static class NBTPathArgument.JsonNode extends java.lang.Object implements NBTPathArgument.INode
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
field_218063_a |
private CompoundNBT |
field_218064_b |
private java.util.function.Predicate<INBT> |
field_218065_c |
Constructor and Description |
---|
JsonNode(java.lang.String p_i51150_1_,
CompoundNBT p_i51150_2_) |
Modifier and Type | Method and Description |
---|---|
void |
addMatchingElements(INBT p_218050_1_,
java.util.List<INBT> p_218050_2_) |
INBT |
createEmptyElement() |
int |
func_218051_a(INBT p_218051_1_,
java.util.function.Supplier<INBT> p_218051_2_) |
int |
func_218053_a(INBT p_218053_1_) |
void |
func_218054_a(INBT p_218054_1_,
java.util.function.Supplier<INBT> p_218054_2_,
java.util.List<INBT> p_218054_3_) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
func_218052_a, func_218056_a, func_218057_a
private final java.lang.String field_218063_a
private final CompoundNBT field_218064_b
private final java.util.function.Predicate<INBT> field_218065_c
public JsonNode(java.lang.String p_i51150_1_, CompoundNBT p_i51150_2_)
public void addMatchingElements(INBT p_218050_1_, java.util.List<INBT> p_218050_2_)
addMatchingElements
in interface NBTPathArgument.INode
public void func_218054_a(INBT p_218054_1_, java.util.function.Supplier<INBT> p_218054_2_, java.util.List<INBT> p_218054_3_)
func_218054_a
in interface NBTPathArgument.INode
public INBT createEmptyElement()
createEmptyElement
in interface NBTPathArgument.INode
public int func_218051_a(INBT p_218051_1_, java.util.function.Supplier<INBT> p_218051_2_)
func_218051_a
in interface NBTPathArgument.INode
public int func_218053_a(INBT p_218053_1_)
func_218053_a
in interface NBTPathArgument.INode