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$StateFactoryintermediary net/minecraft/class_4910$class_5879official fsh$b
-
Method Summary
Modifier and TypeMethodDescriptioncreate(Block block, ModelVariant variant, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector)
-
Method Details
-
create
BlockModelDefinitionCreator create(Block block, ModelVariant variant, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector) - Mappings:
Namespace Name Mixin selector named createLnet/minecraft/client/data/BlockStateModelGenerator$StateFactory;create(Lnet/minecraft/block/Block;Lnet/minecraft/client/render/model/json/ModelVariant;Lnet/minecraft/client/data/TextureMap;Ljava/util/function/BiConsumer;)Lnet/minecraft/client/data/BlockModelDefinitionCreator;intermediary createLnet/minecraft/class_4910$class_5879;create(Lnet/minecraft/class_2248;Lnet/minecraft/class_813;Lnet/minecraft/class_4944;Ljava/util/function/BiConsumer;)Lnet/minecraft/class_4917;official createLfsh$b;create(Ldno;Lgtj;Lfta;Ljava/util/function/BiConsumer;)Lfsn;
-