Package net.minecraft.tag
Class Tag.Builder<T>
java.lang.Object
net.minecraft.tag.Tag.Builder<T>
- Mappings:
Namespace Name official wz$aintermediary net/minecraft/class_4482$class_4483named net/minecraft/tag/Tag$Builder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(Collection<T> collection) add(Identifier identifier) final Tag.Builder<T>booleanapplyTagGetter(Function<Identifier, Tag<T>> function) build(Identifier identifier) static <T> Tag.Builder<T>create()fromJson(Predicate<Identifier> predicate, Function<Identifier, T> function, JsonObject jsonObject) setOrdered(boolean ordered)
-
Field Details
-
entries
- Mappings:
Namespace Name Mixin selector official aLwz$a;a:Ljava/util/Set;intermediary field_22228Lnet/minecraft/class_4482$class_4483;field_22228:Ljava/util/Set;named entriesLnet/minecraft/tag/Tag$Builder;entries:Ljava/util/Set;
-
ordered
private boolean ordered- Mappings:
Namespace Name Mixin selector official bLwz$a;b:Zintermediary field_22229Lnet/minecraft/class_4482$class_4483;field_22229:Znamed orderedLnet/minecraft/tag/Tag$Builder;ordered:Z
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
create
- Mappings:
Namespace Name Mixin selector official aLwz$a;a()Lwz$a;intermediary method_21467Lnet/minecraft/class_4482$class_4483;method_21467()Lnet/minecraft/class_4482$class_4483;named createLnet/minecraft/tag/Tag$Builder;create()Lnet/minecraft/tag/Tag$Builder;
-
add
- Mappings:
Namespace Name Mixin selector official aLwz$a;a(Lwz$b;)Lwz$a;intermediary method_21473Lnet/minecraft/class_4482$class_4483;method_21473(Lnet/minecraft/class_4482$class_4484;)Lnet/minecraft/class_4482$class_4483;named addLnet/minecraft/tag/Tag$Builder;add(Lnet/minecraft/tag/Tag$Entry;)Lnet/minecraft/tag/Tag$Builder;
-
add
- Mappings:
Namespace Name Mixin selector official aLwz$a;a(Ljava/lang/Object;)Lwz$a;intermediary method_21468Lnet/minecraft/class_4482$class_4483;method_21468(Ljava/lang/Object;)Lnet/minecraft/class_4482$class_4483;named addLnet/minecraft/tag/Tag$Builder;add(Ljava/lang/Object;)Lnet/minecraft/tag/Tag$Builder;
-
add
- Mappings:
Namespace Name Mixin selector official aLwz$a;a([Ljava/lang/Object;)Lwz$a;intermediary method_21476Lnet/minecraft/class_4482$class_4483;method_21476([Ljava/lang/Object;)Lnet/minecraft/class_4482$class_4483;named addLnet/minecraft/tag/Tag$Builder;add([Ljava/lang/Object;)Lnet/minecraft/tag/Tag$Builder;
-
add
- Mappings:
Namespace Name Mixin selector official aLwz$a;a(Ljava/util/Collection;)Lwz$a;intermediary method_21469Lnet/minecraft/class_4482$class_4483;method_21469(Ljava/util/Collection;)Lnet/minecraft/class_4482$class_4483;named addLnet/minecraft/tag/Tag$Builder;add(Ljava/util/Collection;)Lnet/minecraft/tag/Tag$Builder;
-
add
- Mappings:
Namespace Name Mixin selector official aLwz$a;a(Lpc;)Lwz$a;intermediary method_21472Lnet/minecraft/class_4482$class_4483;method_21472(Lnet/minecraft/class_1653;)Lnet/minecraft/class_4482$class_4483;named addLnet/minecraft/tag/Tag$Builder;add(Lnet/minecraft/util/Identifier;)Lnet/minecraft/tag/Tag$Builder;
-
add
- Mappings:
Namespace Name Mixin selector official aLwz$a;a(Lwz;)Lwz$a;intermediary method_21474Lnet/minecraft/class_4482$class_4483;method_21474(Lnet/minecraft/class_4482;)Lnet/minecraft/class_4482$class_4483;named addLnet/minecraft/tag/Tag$Builder;add(Lnet/minecraft/tag/Tag;)Lnet/minecraft/tag/Tag$Builder;
-
setOrdered
- Mappings:
Namespace Name Mixin selector official aLwz$a;a(Z)Lwz$a;intermediary method_21475Lnet/minecraft/class_4482$class_4483;method_21475(Z)Lnet/minecraft/class_4482$class_4483;named setOrderedLnet/minecraft/tag/Tag$Builder;setOrdered(Z)Lnet/minecraft/tag/Tag$Builder;
-
applyTagGetter
- Mappings:
Namespace Name Mixin selector official aLwz$a;a(Ljava/util/function/Function;)Zintermediary method_21470Lnet/minecraft/class_4482$class_4483;method_21470(Ljava/util/function/Function;)Znamed applyTagGetterLnet/minecraft/tag/Tag$Builder;applyTagGetter(Ljava/util/function/Function;)Z
-
build
- Mappings:
Namespace Name Mixin selector official bLwz$a;b(Lpc;)Lwz;intermediary method_21477Lnet/minecraft/class_4482$class_4483;method_21477(Lnet/minecraft/class_1653;)Lnet/minecraft/class_4482;named buildLnet/minecraft/tag/Tag$Builder;build(Lnet/minecraft/util/Identifier;)Lnet/minecraft/tag/Tag;
-
fromJson
public Tag.Builder<T> fromJson(Predicate<Identifier> predicate, Function<Identifier, T> function, JsonObject jsonObject) - Mappings:
Namespace Name Mixin selector official aLwz$a;a(Ljava/util/function/Predicate;Ljava/util/function/Function;Lcom/google/gson/JsonObject;)Lwz$a;intermediary method_21471Lnet/minecraft/class_4482$class_4483;method_21471(Ljava/util/function/Predicate;Ljava/util/function/Function;Lcom/google/gson/JsonObject;)Lnet/minecraft/class_4482$class_4483;named fromJsonLnet/minecraft/tag/Tag$Builder;fromJson(Ljava/util/function/Predicate;Ljava/util/function/Function;Lcom/google/gson/JsonObject;)Lnet/minecraft/tag/Tag$Builder;
-