net.minecraft.util.registry

public interface Registry<K, V>

extends Iterable<V>

fm
net.minecraft.unmapped.C_62513004
net.minecraft.util.registry.Registry

Method summary

Modifier and TypeMethod
void
a(K arg0, V arg1)
m_23903711(K arg0, V arg1)
put(K key, V value)
V
c(K arg0)
m_65457132(K arg0)
get(K key)
Set<K>
c()
m_71903807()
keySet()