All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minecraft.server.RegistryDefault Maven / Gradle / Ivy

package net.minecraft.server;

public class RegistryDefault extends RegistrySimple {

  private final V a;

  public RegistryDefault(V v0) {
    this.a = v0;
  }

  public V get(K k0) {
    V object = super.get(k0);

    return object == null ? this.a : object;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy