Interface NamedInvoker<T>


@NullMarked public interface NamedInvoker<T>
Invoker for bind tags
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invokeBind(List<net.minecraft.core.Holder<T>> holders)
    Invokes the bind method of Named, which is used for binding holders to a named holder set.
  • Method Details

    • invokeBind

      void invokeBind(List<net.minecraft.core.Holder<T>> holders)
      Invokes the bind method of Named, which is used for binding holders to a named holder set.
      Parameters:
      holders - the holders to bind