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$TagLookup
intermediary net/minecraft/class_2370$class_10105
official jy$a
-
Method Summary
Modifier and TypeMethodDescriptionvoid
forEach
(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) boolean
isBound()
static <T> SimpleRegistry.TagLookup
<T> stream()
-
Method Details
-
ofUnbound
- Mappings:
Namespace Name Mixin selector named ofUnbound
Lnet/minecraft/registry/SimpleRegistry$TagLookup;ofUnbound()Lnet/minecraft/registry/SimpleRegistry$TagLookup;
intermediary method_62697
Lnet/minecraft/class_2370$class_10105;method_62697()Lnet/minecraft/class_2370$class_10105;
official a
Ljy$a;a()Ljy$a;
-
fromMap
- Mappings:
Namespace Name Mixin selector named fromMap
Lnet/minecraft/registry/SimpleRegistry$TagLookup;fromMap(Ljava/util/Map;)Lnet/minecraft/registry/SimpleRegistry$TagLookup;
intermediary method_62699
Lnet/minecraft/class_2370$class_10105;method_62699(Ljava/util/Map;)Lnet/minecraft/class_2370$class_10105;
official a
Ljy$a;a(Ljava/util/Map;)Ljy$a;
-
isBound
boolean isBound()- Mappings:
Namespace Name Mixin selector named isBound
Lnet/minecraft/registry/SimpleRegistry$TagLookup;isBound()Z
intermediary method_62701
Lnet/minecraft/class_2370$class_10105;method_62701()Z
official b
Ljy$a;b()Z
-
getOptional
- Mappings:
Namespace Name Mixin selector named getOptional
Lnet/minecraft/registry/SimpleRegistry$TagLookup;getOptional(Lnet/minecraft/registry/tag/TagKey;)Ljava/util/Optional;
intermediary method_62698
Lnet/minecraft/class_2370$class_10105;method_62698(Lnet/minecraft/class_6862;)Ljava/util/Optional;
official a
Ljy$a;a(Layk;)Ljava/util/Optional;
-
forEach
- Mappings:
Namespace Name Mixin selector named forEach
Lnet/minecraft/registry/SimpleRegistry$TagLookup;forEach(Ljava/util/function/BiConsumer;)V
intermediary method_62700
Lnet/minecraft/class_2370$class_10105;method_62700(Ljava/util/function/BiConsumer;)V
official a
Ljy$a;a(Ljava/util/function/BiConsumer;)V
-
stream
Stream<RegistryEntryList.Named<T>> stream()- Mappings:
Namespace Name Mixin selector named stream
Lnet/minecraft/registry/SimpleRegistry$TagLookup;stream()Ljava/util/stream/Stream;
intermediary method_62702
Lnet/minecraft/class_2370$class_10105;method_62702()Ljava/util/stream/Stream;
official c
Ljy$a;c()Ljava/util/stream/Stream;
-