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 official ky$c
intermediary net/minecraft/class_4910$class_5879
named net/minecraft/data/client/BlockStateModelGenerator$StateFactory
-
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 official create
Lky$c;create(Lcpi;Ladd;Llp;Ljava/util/function/BiConsumer;)Llb;
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;
-