net.minecraft.registry

class BootstrapRegistryWrapper$Frozen<T>

implements BootstrapRegistryWrapper$Contents<T>

net.minecraft.core.registries.BootstrapRegistry$FrozenStorage
net.minecraft.class_1_1241$class_1_1242
net.minecraft.registry.BootstrapRegistryWrapper$Frozen

Field summary

Modifier and TypeField
private final Map<RegistryKey<T>, RegistryEntry$Reference<T>>
holders
field_1_8579
entries
private final Map<TagKey<T>, RegistryEntryList$Named<T>>
holderSets
field_1_8578
tags

Constructor summary

ModifierConstructor
private (Map<RegistryKey<T>, RegistryEntry$Reference<T>> entries, Map<TagKey<T>, RegistryEntryList$Named<T>> tags)

Method summary

Modifier and TypeMethod
public BootstrapRegistryWrapper$Contents<T>
freeze()
method_1_7851()
frozen()
public void
removeIf(Predicate<Holder$Reference<T>> predicate)
method_1_7856(Predicate<class_6880$class_6883<T>> arg0)
removeIf(Predicate<RegistryEntry$Reference<T>> arg0)
public RegistryEntry$Reference<T>
get(ResourceKey<T> id)
method_1_7852(class_5321<T> arg0)
getEntry(RegistryKey<T> arg0)
public Collection<RegistryEntry$Reference<T>>
listElements()
method_1_7854()
entries()
public RegistryEntryList$Named<T>
get(TagKey<T> id)
method_1_7853(class_6862<T> arg0)
getTag(TagKey<T> arg0)
public Collection<RegistryEntryList$Named<T>>
listTags()
method_1_7855()
getTags()