package net.minecraft.server;

public interface IRegistry<K, V> extends Iterable<V> {

    void a(K k0, V v0);
}
