Interface BlockStateModelGenerator.StateFactory

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 private static interface BlockStateModelGenerator.StateFactory
Mappings:
Namespace Name
official ko$c
intermediary net/minecraft/class_4910$class_5879
named net/minecraft/data/client/BlockStateModelGenerator$StateFactory
  • Method Details

    • create

      BlockStateSupplier create(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier,Supplier<JsonElement>> modelCollector)
      Mappings:
      Namespace Name Mixin selector
      official create Lko$c;create(Lcmt;Lacf;Llf;Ljava/util/function/BiConsumer;)Lkr;
      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/BlockStateModelGenerator$StateFactory;create(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/data/client/TextureMap;Ljava/util/function/BiConsumer;)Lnet/minecraft/data/client/BlockStateSupplier;