Package net.minecraft.client.data
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
@Environment(CLIENT)
private static interface BlockStateModelGenerator.StateFactory
- Mappings:
Namespace Name named net/minecraft/client/data/BlockStateModelGenerator$StateFactory
intermediary net/minecraft/class_4910$class_5879
official fna$b
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector)
-
Method Details
-
create
BlockStateSupplier create(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) - Mappings:
Namespace Name Mixin selector named create
Lnet/minecraft/client/data/BlockStateModelGenerator$StateFactory;create(Lnet/minecraft/block/Block;Lnet/minecraft/util/Identifier;Lnet/minecraft/client/data/TextureMap;Ljava/util/function/BiConsumer;)Lnet/minecraft/client/data/BlockStateSupplier;
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;
official create
Lfna$b;create(Ldjn;Lakv;Lfnv;Ljava/util/function/BiConsumer;)Lfnf;
-