Package net.minecraft.tag
Interface Tag.Entry<T>
- All Known Implementing Classes:
Tag.CollectionEntry,Tag.TagEntry
public static interface Tag.Entry<T>
- Mappings:
Namespace Name official wz$bintermediary net/minecraft/class_4482$class_4484named net/minecraft/tag/Tag$Entry
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanapplyTagGetter(Function<Identifier, Tag<T>> function) voidbuild(Collection<T> collection) voidtoJson(JsonArray jsonArray, Function<T, Identifier> function)
-
Method Details
-
applyTagGetter
- Mappings:
Namespace Name Mixin selector official aLwz$b;a(Ljava/util/function/Function;)Zintermediary method_21480Lnet/minecraft/class_4482$class_4484;method_21480(Ljava/util/function/Function;)Znamed applyTagGetterLnet/minecraft/tag/Tag$Entry;applyTagGetter(Ljava/util/function/Function;)Z
-
build
- Mappings:
Namespace Name Mixin selector official aLwz$b;a(Ljava/util/Collection;)Vintermediary method_21479Lnet/minecraft/class_4482$class_4484;method_21479(Ljava/util/Collection;)Vnamed buildLnet/minecraft/tag/Tag$Entry;build(Ljava/util/Collection;)V
-
toJson
- Mappings:
Namespace Name Mixin selector official aLwz$b;a(Lcom/google/gson/JsonArray;Ljava/util/function/Function;)Vintermediary method_21478Lnet/minecraft/class_4482$class_4484;method_21478(Lcom/google/gson/JsonArray;Ljava/util/function/Function;)Vnamed toJsonLnet/minecraft/tag/Tag$Entry;toJson(Lcom/google/gson/JsonArray;Ljava/util/function/Function;)V
-