public static interface Tag.Entry
Modifier and Type | Method and Description |
---|---|
void |
addToJson(JsonArray json) |
<T> boolean |
resolve(Function<Identifier,Tag<T>> tagGetter,
Function<Identifier,T> objectGetter,
Consumer<T> collector) |
<T> boolean resolve(Function<Identifier,Tag<T>> tagGetter, Function<Identifier,T> objectGetter, Consumer<T> collector)
void addToJson(JsonArray json)