net.minecraft.registry

class SimpleRegistry$TagLookup$1

implements SimpleRegistry$TagLookup<T>

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

Constructor summary

ModifierConstructor
()

Method summary

Modifier and TypeMethod
public boolean
isBound()
method_62701()
isBound()
public Optional<RegistryEntryList$Named<T>>
get(TagKey<T> id)
method_62698(class_6862<T> arg0)
getOptional(TagKey<T> arg0)
public 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>> arg0)
public Stream<RegistryEntryList$Named<T>>
getTags()
method_62702()
stream()