net.minecraft.registry.entry

public abstract class RegistryEntryList$ListBacked<T>

implements RegistryEntryList<T>

net.minecraft.core.HolderSet$ListBacked
net.minecraft.class_6885$class_6887
net.minecraft.registry.entry.RegistryEntryList$ListBacked

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
protected abstract List<RegistryEntry<T>>
contents()
method_40249()
getEntries()
public int
size()
method_40247()
size()
public Spliterator<RegistryEntry<T>>
spliterator()
public Iterator<RegistryEntry<T>>
iterator()
public Stream<RegistryEntry<T>>
stream()
method_40239()
stream()
public Optional<RegistryEntry<T>>
getRandomElement(RandomSource random)
method_40243(class_5819 arg0)
getRandom(Random arg0)
public RegistryEntry<T>
get(int index)
method_40240(int arg0)
get(int arg0)
public boolean
canSerializeIn(HolderOwner<T> owner)
method_46768(class_7876<T> arg0)
ownerEquals(RegistryEntryOwner<T> arg0)