Interface ModelAppender

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated @FunctionalInterface public interface ModelAppender
Deprecated.
use ExtraModelProvider, which supports loading of plain Identifiers
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    appendAll​(net.minecraft.resource.ResourceManager manager, Consumer<net.minecraft.client.util.ModelIdentifier> out)
    Deprecated.
  • Method Details

    • appendAll

      @Deprecated void appendAll(net.minecraft.resource.ResourceManager manager, Consumer<net.minecraft.client.util.ModelIdentifier> out)
      Deprecated.