net.minecraft.registry

interface SimpleRegistry$TagLookup<T>

net.minecraft.core.MappedRegistry$TagSet
net.minecraft.class_2370$class_10105
net.minecraft.registry.SimpleRegistry$TagLookup

Method summary

Modifier and TypeMethod
static <T> SimpleRegistry$TagLookup<T>
unbound()
method_62697()
ofUnbound()
static <T> SimpleRegistry$TagLookup<T>
fromMap(Map<TagKey<T>, HolderSet$Named<T>> tags)
method_62699(Map<class_6862<T>, class_6885$class_6888<T>> arg0)
fromMap(Map<TagKey<T>, RegistryEntryList$Named<T>> map)
boolean
isBound()
method_62701()
isBound()
Optional<RegistryEntryList$Named<T>>
get(TagKey<T> id)
method_62698(class_6862<T> arg0)
getOptional(TagKey<T> key)
void
forEach(BiConsumer<? super TagKey<T>, ? super HolderSet$Named<T>> action)
method_62700(BiConsumer<? super class_6862<T>, ? super class_6885$class_6888<T>> arg0)
forEach(BiConsumer<? super TagKey<T>, ? super RegistryEntryList$Named<T>> consumer)
Stream<RegistryEntryList$Named<T>>
getTags()
method_62702()
stream()