Package net.minecraft.tag
Class Tag.CollectionEntry<T>
java.lang.Object
net.minecraft.tag.Tag.CollectionEntry<T>
- All Implemented Interfaces:
Tag.Entry<T>
- Mappings:
Namespace Name official wz$dintermediary net/minecraft/class_4482$class_4486named net/minecraft/tag/Tag$CollectionEntry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(Collection<T> collection) voidtoJson(JsonArray jsonArray, Function<T, Identifier> function) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.tag.Tag.Entry
applyTagGetter
-
Field Details
-
values
- Mappings:
Namespace Name Mixin selector official aLwz$d;a:Ljava/util/Collection;intermediary field_22232Lnet/minecraft/class_4482$class_4486;field_22232:Ljava/util/Collection;named valuesLnet/minecraft/tag/Tag$CollectionEntry;values:Ljava/util/Collection;
-
-
Constructor Details
-
CollectionEntry
-
-
Method Details
-
build
- Specified by:
buildin interfaceTag.Entry<T>- 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
- Specified by:
toJsonin interfaceTag.Entry<T>- 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
-
getValues
- Mappings:
Namespace Name Mixin selector official aLwz$d;a()Ljava/util/Collection;intermediary method_21482Lnet/minecraft/class_4482$class_4486;method_21482()Ljava/util/Collection;named getValuesLnet/minecraft/tag/Tag$CollectionEntry;getValues()Ljava/util/Collection;
-