Uses of Interface
net.minecraft.class_10411
Packages that use class_10411
-
Uses of class_10411 in net.minecraft.data.client
Classes in net.minecraft.data.client that implement class_10411Fields in net.minecraft.data.client with type parameters of type class_10411Modifier and TypeFieldDescriptionprivate final BiConsumer<Identifier, class_10411> ItemModelGenerator.field_55246private final Map<Identifier, class_10411> ModelProvider.class_10408.field_55251(package private) final BiConsumer<Identifier, class_10411> BlockStateModelGenerator.modelCollectorMethods in net.minecraft.data.client with parameters of type class_10411Modifier and TypeMethodDescriptionvoidModelProvider.class_10408.accept(Identifier identifier, class_10411 class_10411) Method parameters in net.minecraft.data.client with type arguments of type class_10411Modifier and TypeMethodDescriptionBlockStateModelGenerator.StateFactory.create(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, class_10411> modelCollector) private static BlockStateSupplierBlockStateModelGenerator.createDeepslateState(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, class_10411> modelCollector) private static BlockStateSupplierBlockStateModelGenerator.createMudBrickState(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, class_10411> modelCollector) private static BlockStateSupplierBlockStateModelGenerator.createStoneState(Block block, Identifier modelId, TextureMap textures, BiConsumer<Identifier, class_10411> modelCollector) (package private) static BlockStateSupplierBlockStateModelGenerator.createUvLockedColumnBlockState(Block block, TextureMap textureMap, BiConsumer<Identifier, class_10411> modelCollector) Model.upload(Block block, String suffix, TextureMap textures, BiConsumer<Identifier, class_10411> modelCollector) Model.upload(Block block, TextureMap textures, BiConsumer<Identifier, class_10411> modelCollector) Model.upload(Item item, TextureMap textureMap, BiConsumer<Identifier, class_10411> biConsumer) Model.upload(Identifier id, TextureMap textures, BiConsumer<Identifier, class_10411> modelCollector) default IdentifierTexturedModel.Factory.upload(Block block, String suffix, BiConsumer<Identifier, class_10411> writer) default IdentifierTexturedModel.Factory.upload(Block block, BiConsumer<Identifier, class_10411> writer) TexturedModel.upload(Block block, String suffix, BiConsumer<Identifier, class_10411> writer) TexturedModel.upload(Block block, BiConsumer<Identifier, class_10411> writer) Model.uploadWithoutVariant(Block block, String suffix, TextureMap textures, BiConsumer<Identifier, class_10411> modelCollector) Constructor parameters in net.minecraft.data.client with type arguments of type class_10411ModifierConstructorDescriptionBlockStateModelGenerator(Consumer<BlockStateSupplier> blockStateCollector, class_10405 class_10405, BiConsumer<Identifier, class_10411> biConsumer) ItemModelGenerator(class_10405 class_10405, BiConsumer<Identifier, class_10411> biConsumer)