Interface RegistryCallback<T>


public interface RegistryCallback<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(net.minecraft.resources.ResourceLocation id, Supplier<T> obj)
     
  • Method Details

    • accept

      void accept(net.minecraft.resources.ResourceLocation id, Supplier<T> obj)