Class RegistryContext<TValue>

java.lang.Object
net.modgarden.barricade.registry.RegistryContext<TValue>

public class RegistryContext<TValue> extends Object
  • Field Details

    • registry

      public final net.minecraft.core.Registry<TValue> registry
    • namespace

      public final String namespace
  • Constructor Details

    • RegistryContext

      public RegistryContext(net.minecraft.core.Registry<TValue> registry, String namespace)
  • Method Details