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 - kq$c- intermediary - net/minecraft/class_4910$class_5879- named - net/minecraft/data/client/BlockStateModelGenerator$StateFactory
- 
Method SummaryModifier and TypeMethodDescriptioncreate(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) 
- 
Method Details- 
createBlockStateSupplier create(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, Supplier<JsonElement>> modelCollector) - Mappings:
- Namespace - Name - Mixin selector - official - create- Lkq$c;create(Lcpn;Lacq;Llh;Ljava/util/function/BiConsumer;)Lkt;- 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;
 
 
-