Interface BlockStateModelGenerator.class_5879

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

@FunctionalInterface
static interface BlockStateModelGenerator.class_5879
Mappings:
Namespace Name
official iq$c
intermediary net/minecraft/class_4910$class_5879
named net/minecraft/data/client/model/BlockStateModelGenerator$class_5879
  • Method Details

    • create

      BlockStateSupplier create​(Block block, Identifier identifier, Texture texture, BiConsumer<Identifier,​Supplier<JsonElement>> biConsumer)
      Mappings:
      Namespace Name Mixin selector
      official create Liq$c;create(Lbxp;Lwl;Ljh;Ljava/util/function/BiConsumer;)Lit;
      intermediary create Lnet/minecraft/class_4910$class_5879;create(Lnet/minecraft/class_2248;Lnet/minecraft/class_2960;Lnet/minecraft/class_4944;Ljava/util/function/BiConsumer;)Lnet/minecraft/class_4917;
      named create Lnet/minecraft/data/client/model/BlockStateModelGenerator$class_5879;create(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/data/client/model/Texture;Ljava/util/function/BiConsumer;)Lnet/minecraft/data/client/model/BlockStateSupplier;