Package net.minecraft.registry
Interface SimpleRegistry.TagLookup<T>
- Enclosing class:
SimpleRegistry<T>
private static interface SimpleRegistry.TagLookup<T>
- Mappings:
Namespace Name named net/minecraft/registry/SimpleRegistry$TagLookupintermediary net/minecraft/class_2370$class_10105official jo$a
-
Method Summary
Modifier and TypeMethodDescriptionvoidforEach(BiConsumer<? super TagKey<T>, ? super RegistryEntryList.Named<T>> consumer) static <T> SimpleRegistry.TagLookup<T> fromMap(Map<TagKey<T>, RegistryEntryList.Named<T>> map) getOptional(TagKey<T> key) booleanisBound()static <T> SimpleRegistry.TagLookup<T> stream()
-
Method Details
-
ofUnbound
- Mappings:
Namespace Name Mixin selector named ofUnboundLnet/minecraft/registry/SimpleRegistry$TagLookup;ofUnbound()Lnet/minecraft/registry/SimpleRegistry$TagLookup;intermediary method_62697Lnet/minecraft/class_2370$class_10105;method_62697()Lnet/minecraft/class_2370$class_10105;official aLjo$a;a()Ljo$a;
-
fromMap
- Mappings:
Namespace Name Mixin selector named fromMapLnet/minecraft/registry/SimpleRegistry$TagLookup;fromMap(Ljava/util/Map;)Lnet/minecraft/registry/SimpleRegistry$TagLookup;intermediary method_62699Lnet/minecraft/class_2370$class_10105;method_62699(Ljava/util/Map;)Lnet/minecraft/class_2370$class_10105;official aLjo$a;a(Ljava/util/Map;)Ljo$a;
-
isBound
boolean isBound()- Mappings:
Namespace Name Mixin selector named isBoundLnet/minecraft/registry/SimpleRegistry$TagLookup;isBound()Zintermediary method_62701Lnet/minecraft/class_2370$class_10105;method_62701()Zofficial bLjo$a;b()Z
-
getOptional
- Mappings:
Namespace Name Mixin selector named getOptionalLnet/minecraft/registry/SimpleRegistry$TagLookup;getOptional(Lnet/minecraft/registry/tag/TagKey;)Ljava/util/Optional;intermediary method_62698Lnet/minecraft/class_2370$class_10105;method_62698(Lnet/minecraft/class_6862;)Ljava/util/Optional;official aLjo$a;a(Layc;)Ljava/util/Optional;
-
forEach
- Mappings:
Namespace Name Mixin selector named forEachLnet/minecraft/registry/SimpleRegistry$TagLookup;forEach(Ljava/util/function/BiConsumer;)Vintermediary method_62700Lnet/minecraft/class_2370$class_10105;method_62700(Ljava/util/function/BiConsumer;)Vofficial aLjo$a;a(Ljava/util/function/BiConsumer;)V
-
stream
Stream<RegistryEntryList.Named<T>> stream()- Mappings:
Namespace Name Mixin selector named streamLnet/minecraft/registry/SimpleRegistry$TagLookup;stream()Ljava/util/stream/Stream;intermediary method_62702Lnet/minecraft/class_2370$class_10105;method_62702()Ljava/util/stream/Stream;official cLjo$a;c()Ljava/util/stream/Stream;
-