Package net.minecraft.data.client
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.
- Mappings:
Namespace Name named net/minecraft/data/client/BlockStateModelGenerator$StateFactory
intermediary net/minecraft/class_4910$class_5879
official nk$c
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector)
-
Method Details
-
create
BlockStateSupplier create(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) - Mappings:
Namespace Name Mixin selector 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;
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
Lnk$c;create(Ldfi;Lakk;Lob;Ljava/util/function/BiConsumer;)Lnn;
-