Uses of Interface
net.minecraft.item.ItemConvertible
Packages that use ItemConvertible
Package
Description
-
Uses of ItemConvertible in net.minecraft.advancement
Methods in net.minecraft.advancement with parameters of type ItemConvertibleModifier and TypeMethodDescriptionAdvancement.Builder.display(ItemConvertible icon, Text title, Text description, @Nullable Identifier background, AdvancementFrame frame, boolean showToast, boolean announceToChat, boolean hidden) -
Uses of ItemConvertible in net.minecraft.advancement.criterion
Methods in net.minecraft.advancement.criterion with parameters of type ItemConvertibleModifier and TypeMethodDescriptionShotCrossbowCriterion.Conditions.create(RegistryEntryLookup<Item> registryEntryLookup, ItemConvertible itemConvertible) UsedTotemCriterion.Conditions.create(RegistryEntryLookup<Item> registryEntryLookup, ItemConvertible itemConvertible) ConsumeItemCriterion.Conditions.item(RegistryEntryLookup<Item> registryEntryLookup, ItemConvertible itemConvertible) InventoryChangedCriterion.Conditions.items(ItemConvertible[] items) -
Uses of ItemConvertible in net.minecraft.block
Classes in net.minecraft.block that implement ItemConvertibleModifier and TypeClassDescriptionclassclassclassThe base class for all cauldrons.classAbstractChestBlock<E extends BlockEntity>classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassA block is a voxel in a world.classA convenience class for a block with aBlockEntity.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassAn empty cauldron block.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassA carpet that has an associated carpet color for llamas.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassA cauldron filled with lava.classclassclassConstructs a leveled cauldron block.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in net.minecraft.block with type parameters of type ItemConvertibleModifier and TypeFieldDescriptionstatic final Object2FloatMap<ItemConvertible> ComposterBlock.ITEM_TO_LEVEL_INCREASE_CHANCEMethods in net.minecraft.block that return ItemConvertibleModifier and TypeMethodDescriptionprotected ItemConvertibleBeetrootsBlock.getSeedsItem()protected ItemConvertibleCarrotsBlock.getSeedsItem()protected ItemConvertibleCropBlock.getSeedsItem()protected ItemConvertiblePotatoesBlock.getSeedsItem()protected ItemConvertibleTorchflowerBlock.getSeedsItem()Methods in net.minecraft.block with parameters of type ItemConvertibleModifier and TypeMethodDescriptionSuspiciousStewIngredient.of(ItemConvertible item) static voidDispenserBlock.registerBehavior(ItemConvertible provider, DispenserBehavior behavior) private static voidComposterBlock.registerCompostableItem(float levelIncreaseChance, ItemConvertible item) static voidDispenserBlock.registerProjectileBehavior(ItemConvertible projectile) -
Uses of ItemConvertible in net.minecraft.client.color.item
Methods in net.minecraft.client.color.item with parameters of type ItemConvertibleModifier and TypeMethodDescriptionvoidItemColors.register(ItemColorProvider provider, ItemConvertible[] items) -
Uses of ItemConvertible in net.minecraft.component.type
Methods in net.minecraft.component.type with parameters of type ItemConvertible -
Uses of ItemConvertible in net.minecraft.data.server.loottable
Fields in net.minecraft.data.server.loottable with type parameters of type ItemConvertibleModifier and TypeFieldDescriptionstatic final Map<DyeColor, ItemConvertible> LootTableData.WOOL_FROM_DYE_COLORMethods in net.minecraft.data.server.loottable with parameters of type ItemConvertibleModifier and TypeMethodDescriptionprotected voidBlockLootTableGenerator.addDrop(Block block, ItemConvertible drop) protected <T extends LootConditionConsumingBuilder<T>>
TBlockLootTableGenerator.addSurvivesExplosionCondition(ItemConvertible drop, LootConditionConsumingBuilder<T> builder) protected <T extends LootFunctionConsumingBuilder<T>>
TBlockLootTableGenerator.applyExplosionDecay(ItemConvertible drop, LootFunctionConsumingBuilder<T> builder) protected static LootTable.BuilderEntityLootTableGenerator.createForSheep(ItemConvertible item) protected LootTable.BuilderBlockLootTableGenerator.drops(Block withSilkTouch, ItemConvertible withoutSilkTouch) protected LootTable.BuilderBlockLootTableGenerator.drops(Block block, ItemConvertible drop, LootNumberProvider count) BlockLootTableGenerator.drops(ItemConvertible drop) protected LootTable.BuilderBlockLootTableGenerator.drops(ItemConvertible drop, LootNumberProvider count) protected LootTable.BuilderBlockLootTableGenerator.dropsWithShears(ItemConvertible itemConvertible) private LootTable.BuilderBlockLootTableGenerator.dropsWithSilkTouch(ItemConvertible drop) protected LootTable.BuilderBlockLootTableGenerator.mushroomBlockDrops(Block withSilkTouch, ItemConvertible withoutSilkTouch) private LootTable.BuilderBlockLootTableGenerator.pottedPlantDrops(ItemConvertible drop) -
Uses of ItemConvertible in net.minecraft.data.server.recipe
Fields in net.minecraft.data.server.recipe with type parameters of type ItemConvertibleModifier and TypeFieldDescriptionprivate static final ImmutableList<ItemConvertible> VanillaRecipeProvider.COAL_ORESprivate static final ImmutableList<ItemConvertible> VanillaRecipeProvider.COPPER_ORESprivate static final ImmutableList<ItemConvertible> VanillaRecipeProvider.DIAMOND_ORESprivate static final ImmutableList<ItemConvertible> VanillaRecipeProvider.EMERALD_ORESprivate static final ImmutableList<ItemConvertible> VanillaRecipeProvider.GOLD_ORESprivate static final ImmutableList<ItemConvertible> VanillaRecipeProvider.IRON_ORESprivate static final ImmutableList<ItemConvertible> VanillaRecipeProvider.LAPIS_ORESprivate static final ImmutableList<ItemConvertible> VanillaRecipeProvider.REDSTONE_ORESMethods in net.minecraft.data.server.recipe with parameters of type ItemConvertibleModifier and TypeMethodDescriptionRecipeProvider.conditionsFromItem(ItemConvertible itemConvertible) RecipeProvider.conditionsFromItem(NumberRange.IntRange intRange, ItemConvertible itemConvertible) protected static StringRecipeProvider.convertBetween(ItemConvertible to, ItemConvertible from) static <T extends AbstractCookingRecipe>
CookingRecipeJsonBuilderCookingRecipeJsonBuilder.create(Ingredient input, RecipeCategory category, ItemConvertible output, float experience, int cookingTime, RecipeSerializer<T> serializer, AbstractCookingRecipe.RecipeFactory<T> recipeFactory) RecipeProvider.class_10113.create(RecipeProvider recipeProvider, ItemConvertible itemConvertible, ItemConvertible itemConvertible2) static ShapedRecipeJsonBuilderShapedRecipeJsonBuilder.create(RegistryEntryLookup<Item> registryEntryLookup, RecipeCategory recipeCategory, ItemConvertible itemConvertible) static ShapedRecipeJsonBuilderShapedRecipeJsonBuilder.create(RegistryEntryLookup<Item> registryEntryLookup, RecipeCategory recipeCategory, ItemConvertible itemConvertible, int int2) static ShapelessRecipeJsonBuilderShapelessRecipeJsonBuilder.create(RegistryEntryLookup<Item> registryEntryLookup, RecipeCategory recipeCategory, ItemConvertible itemConvertible, int int2) static CookingRecipeJsonBuilderCookingRecipeJsonBuilder.createBlasting(Ingredient input, RecipeCategory category, ItemConvertible output, float experience, int cookingTime) static CookingRecipeJsonBuilderCookingRecipeJsonBuilder.createCampfireCooking(Ingredient input, RecipeCategory category, ItemConvertible output, float experience, int cookingTime) protected ShapedRecipeJsonBuilderRecipeProvider.createChiseledBlockRecipe(RecipeCategory recipeCategory, ItemConvertible itemConvertible, Ingredient ingredient) private CraftingRecipeJsonBuilderRecipeProvider.createCondensingRecipe(RecipeCategory recipeCategory, ItemConvertible itemConvertible, Ingredient ingredient) private ShapedRecipeJsonBuilderRecipeProvider.createCutCopperRecipe(RecipeCategory recipeCategory, ItemConvertible itemConvertible, Ingredient ingredient) protected CraftingRecipeJsonBuilderRecipeProvider.createDoorRecipe(ItemConvertible itemConvertible, Ingredient ingredient) private CraftingRecipeJsonBuilderRecipeProvider.createFenceGateRecipe(ItemConvertible itemConvertible, Ingredient ingredient) private CraftingRecipeJsonBuilderRecipeProvider.createFenceRecipe(ItemConvertible itemConvertible, Ingredient ingredient) private CraftingRecipeJsonBuilderRecipeProvider.createPressurePlateRecipe(RecipeCategory recipeCategory, ItemConvertible itemConvertible, Ingredient ingredient) private CraftingRecipeJsonBuilderRecipeProvider.createSignRecipe(ItemConvertible itemConvertible, Ingredient ingredient) protected CraftingRecipeJsonBuilderRecipeProvider.createSlabRecipe(RecipeCategory recipeCategory, ItemConvertible itemConvertible, Ingredient ingredient) static CookingRecipeJsonBuilderCookingRecipeJsonBuilder.createSmelting(Ingredient input, RecipeCategory category, ItemConvertible output, float experience, int cookingTime) static CookingRecipeJsonBuilderCookingRecipeJsonBuilder.createSmoking(Ingredient input, RecipeCategory category, ItemConvertible output, float experience, int cookingTime) protected CraftingRecipeJsonBuilderRecipeProvider.createStairsRecipe(ItemConvertible itemConvertible, Ingredient ingredient) StonecuttingRecipeJsonBuilder.createStonecutting(Ingredient input, RecipeCategory category, ItemConvertible output) StonecuttingRecipeJsonBuilder.createStonecutting(Ingredient input, RecipeCategory category, ItemConvertible output, int count) private CraftingRecipeJsonBuilderRecipeProvider.createTransmutationRecipe(ItemConvertible itemConvertible, Ingredient ingredient) protected CraftingRecipeJsonBuilderRecipeProvider.createTrapdoorRecipe(ItemConvertible itemConvertible, Ingredient ingredient) protected static StringRecipeProvider.getBlastingItemPath(ItemConvertible item) private static CookingRecipeCategoryCookingRecipeJsonBuilder.getBlastingRecipeCategory(ItemConvertible output) private static CookingRecipeCategoryCookingRecipeJsonBuilder.getCookingRecipeCategory(RecipeSerializer<? extends AbstractCookingRecipe> serializer, ItemConvertible output) static IdentifierCraftingRecipeJsonBuilder.getItemId(ItemConvertible item) protected static StringRecipeProvider.getItemPath(ItemConvertible item) protected static StringRecipeProvider.getRecipeName(ItemConvertible item) protected static StringRecipeProvider.getSmeltingItemPath(ItemConvertible item) private static CookingRecipeCategoryCookingRecipeJsonBuilder.getSmeltingRecipeCategory(ItemConvertible output) private CraftingRecipeJsonBuilderRecipeProvider.getWallRecipe(RecipeCategory recipeCategory, ItemConvertible itemConvertible, Ingredient ingredient) protected static StringRecipeProvider.hasItem(ItemConvertible item) ShapedRecipeJsonBuilder.input(Character c, ItemConvertible itemProvider) ShapelessRecipeJsonBuilder.input(ItemConvertible itemProvider) ShapelessRecipeJsonBuilder.input(ItemConvertible itemProvider, int size) protected ShapedRecipeJsonBuilderRecipeProvider.method_62746(RecipeCategory recipeCategory, ItemConvertible itemConvertible) protected ShapedRecipeJsonBuilderRecipeProvider.method_62747(RecipeCategory recipeCategory, ItemConvertible itemConvertible, int int2) protected ShapelessRecipeJsonBuilderRecipeProvider.method_62749(RecipeCategory recipeCategory, ItemConvertible itemConvertible) protected ShapelessRecipeJsonBuilderRecipeProvider.method_62750(RecipeCategory recipeCategory, ItemConvertible itemConvertible, int int2) static ShapelessRecipeJsonBuilderShapelessRecipeJsonBuilder.method_62770(RegistryEntryLookup<Item> registryEntryLookup, RecipeCategory recipeCategory, ItemConvertible itemConvertible) protected voidRecipeProvider.offer2x2CompactingRecipe(RecipeCategory recipeCategory, ItemConvertible itemConvertible, ItemConvertible itemConvertible2) protected voidRecipeProvider.offerBannerRecipe(ItemConvertible output, ItemConvertible itemConvertible) protected voidRecipeProvider.offerBarkBlockRecipe(ItemConvertible output, ItemConvertible itemConvertible) protected voidRecipeProvider.offerBedRecipe(ItemConvertible output, ItemConvertible itemConvertible) protected voidRecipeProvider.offerBlasting(List<ItemConvertible> inputs, RecipeCategory category, ItemConvertible output, float experience, int cookingTime, String group) protected voidRecipeProvider.offerBoatRecipe(ItemConvertible output, ItemConvertible input) protected voidRecipeProvider.offerCandleDyeingRecipe(ItemConvertible output, ItemConvertible itemConvertible) protected voidRecipeProvider.offerCarpetRecipe(ItemConvertible output, ItemConvertible itemConvertible) protected voidRecipeProvider.offerChestBoatRecipe(ItemConvertible output, ItemConvertible input) protected voidRecipeProvider.offerChiseledBlockRecipe(RecipeCategory recipeCategory, ItemConvertible itemConvertible, ItemConvertible itemConvertible2) protected voidRecipeProvider.offerCompactingRecipe(RecipeCategory category, ItemConvertible output, ItemConvertible input) protected voidRecipeProvider.offerCompactingRecipe(RecipeCategory recipeCategory, ItemConvertible itemConvertible, ItemConvertible itemConvertible2, String criterionName) protected voidRecipeProvider.offerConcretePowderDyeingRecipe(ItemConvertible output, ItemConvertible input) private voidRecipeProvider.offerCrackingRecipe(ItemConvertible output, ItemConvertible itemConvertible) Offers a smelting recipe to the exporter that is used to convert the main block of a block family to its cracked variant.protected voidRecipeProvider.offerCutCopperRecipe(RecipeCategory recipeCategory, ItemConvertible itemConvertible, ItemConvertible itemConvertible2) private <T extends AbstractCookingRecipe>
voidRecipeProvider.offerFoodCookingRecipe(String cooker, RecipeSerializer<T> serializer, AbstractCookingRecipe.RecipeFactory<T> recipeFactory, int cookingTime, ItemConvertible itemConvertible, ItemConvertible output, float experience) protected voidRecipeProvider.offerHangingSignRecipe(ItemConvertible output, ItemConvertible itemConvertible) protected voidRecipeProvider.offerMosaicRecipe(RecipeCategory recipeCategory, ItemConvertible itemConvertible, ItemConvertible itemConvertible2) private <T extends AbstractCookingRecipe>
voidRecipeProvider.offerMultipleOptions(RecipeSerializer<T> serializer, AbstractCookingRecipe.RecipeFactory<T> recipeFactory, List<ItemConvertible> inputs, RecipeCategory category, ItemConvertible output, float experience, int cookingTime, String group, String suffix) protected voidRecipeProvider.offerPlanksRecipe(ItemConvertible output, TagKey<Item> tagKey, int count) protected voidRecipeProvider.offerPlanksRecipe2(ItemConvertible output, TagKey<Item> tagKey, int count) protected voidRecipeProvider.offerPolishedStoneRecipe(RecipeCategory recipeCategory, ItemConvertible itemConvertible, ItemConvertible itemConvertible2) protected voidRecipeProvider.offerPressurePlateRecipe(ItemConvertible itemConvertible, ItemConvertible itemConvertible2) protected voidRecipeProvider.offerReversibleCompactingRecipes(RecipeCategory reverseCategory, ItemConvertible baseItem, RecipeCategory compactingCategory, ItemConvertible compactItem) Offers two recipes to convert between a normal and compacted form of an item.private voidRecipeProvider.offerReversibleCompactingRecipes(RecipeCategory recipeCategory, ItemConvertible itemConvertible, RecipeCategory recipeCategory2, ItemConvertible itemConvertible2, String compactingId, @Nullable String compactingGroup, String reverseId, @Nullable String reverseGroup) protected voidRecipeProvider.offerReversibleCompactingRecipesWithCompactingRecipeGroup(RecipeCategory reverseCategory, ItemConvertible baseItem, RecipeCategory compactingCategory, ItemConvertible compactItem, String compactingId, String compactingGroup) protected voidRecipeProvider.offerReversibleCompactingRecipesWithReverseRecipeGroup(RecipeCategory reverseCategory, ItemConvertible baseItem, RecipeCategory compactingCategory, ItemConvertible compactItem, String reverseId, String reverseGroup) protected voidRecipeProvider.offerShapelessRecipe(ItemConvertible output, ItemConvertible itemConvertible, @Nullable String group, int outputCount) protected voidRecipeProvider.offerSingleOutputShapelessRecipe(ItemConvertible output, ItemConvertible input, @Nullable String group) protected voidRecipeProvider.offerSlabRecipe(RecipeCategory recipeCategory, ItemConvertible itemConvertible, ItemConvertible itemConvertible2) protected voidRecipeProvider.offerSmelting(List<ItemConvertible> inputs, RecipeCategory category, ItemConvertible output, float experience, int cookingTime, String group) protected voidRecipeProvider.offerSmithingTemplateCopyingRecipe(ItemConvertible itemConvertible, ItemConvertible resource) protected voidRecipeProvider.offerSmithingTemplateCopyingRecipe(ItemConvertible itemConvertible, Ingredient resource) protected voidRecipeProvider.offerStainedGlassDyeingRecipe(ItemConvertible output, ItemConvertible input) protected voidRecipeProvider.offerStainedGlassPaneDyeingRecipe(ItemConvertible output, ItemConvertible itemConvertible) protected voidRecipeProvider.offerStainedGlassPaneRecipe(ItemConvertible output, ItemConvertible itemConvertible) protected voidRecipeProvider.offerStonecuttingRecipe(RecipeCategory category, ItemConvertible output, ItemConvertible input) protected voidRecipeProvider.offerStonecuttingRecipe(RecipeCategory category, ItemConvertible output, ItemConvertible itemConvertible, int count) protected voidRecipeProvider.offerTerracottaDyeingRecipe(ItemConvertible output, ItemConvertible input) protected voidRecipeProvider.offerWallRecipe(RecipeCategory recipeCategory, ItemConvertible itemConvertible, ItemConvertible itemConvertible2) Method parameters in net.minecraft.data.server.recipe with type arguments of type ItemConvertibleModifier and TypeMethodDescriptionprotected voidRecipeProvider.offerBlasting(List<ItemConvertible> inputs, RecipeCategory category, ItemConvertible output, float experience, int cookingTime, String group) private <T extends AbstractCookingRecipe>
voidRecipeProvider.offerMultipleOptions(RecipeSerializer<T> serializer, AbstractCookingRecipe.RecipeFactory<T> recipeFactory, List<ItemConvertible> inputs, RecipeCategory category, ItemConvertible output, float experience, int cookingTime, String group, String suffix) protected voidRecipeProvider.offerSmelting(List<ItemConvertible> inputs, RecipeCategory category, ItemConvertible output, float experience, int cookingTime, String group) Constructors in net.minecraft.data.server.recipe with parameters of type ItemConvertibleModifierConstructorDescriptionprivateCookingRecipeJsonBuilder(RecipeCategory category, CookingRecipeCategory cookingCategory, ItemConvertible output, Ingredient input, float experience, int cookingTime, AbstractCookingRecipe.RecipeFactory<?> recipeFactory) privateShapedRecipeJsonBuilder(RegistryEntryLookup<Item> registryEntryLookup, RecipeCategory recipeCategory, ItemConvertible itemConvertible, int int2) StonecuttingRecipeJsonBuilder(RecipeCategory category, CuttingRecipe.RecipeFactory<?> recipeFactory, Ingredient input, ItemConvertible output, int count) -
Uses of ItemConvertible in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type ItemConvertibleModifier and TypeMethodDescriptionEntity.dropItem(ItemConvertible item) Drops oneitemat the entity's position.Entity.dropItem(ItemConvertible item, int yOffset) Drops oneitemat the entity's position with the given Y offset. -
Uses of ItemConvertible in net.minecraft.item
Classes in net.minecraft.item that implement ItemConvertibleModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassRepresents an item corresponding to a block.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassAn item usable by players and other entities.classclassclassclassclassclassclassclassclassclassRepresents an item which can contain extra data that is synced to the client.classclassOnAStickItem<T extends Entity & ItemSteerable>classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassAn item for a block that can be vertically attached as well as horizontally.classclassclassMethods in net.minecraft.item with parameters of type ItemConvertibleModifier and TypeMethodDescriptionFuelRegistry.Builder.add(ItemConvertible item, int value) default voidItemGroup.Entries.add(ItemConvertible item) default voidItemGroup.Entries.add(ItemConvertible item, ItemGroup.StackVisibility visibility) ItemStack.copyComponentsToNewStack(ItemConvertible item, int count) Returns a new item stack with the components copied from this item stack.private ItemStackItemStack.copyComponentsToNewStackIgnoreEmpty(ItemConvertible item, int count) Returns a new item stack with the components copied from this item stack, even if this stack is empty.static Consumer<ItemUsageContext> HoeItem.createTillAndDropAction(BlockState result, ItemConvertible droppedItem) Returns a tilling action that sets a block state and drops an item.ItemStack.damage(int amount, ItemConvertible itemAfterBreaking, LivingEntity entity, EquipmentSlot slot) ItemStack.withItem(ItemConvertible item) Constructors in net.minecraft.item with parameters of type ItemConvertibleModifierConstructorDescriptionItemStack(ItemConvertible item) ItemStack(ItemConvertible item, int count) privateItemStack(ItemConvertible item, int count, ComponentMapImpl components) -
Uses of ItemConvertible in net.minecraft.loot.entry
Methods in net.minecraft.loot.entry with parameters of type ItemConvertibleModifier and TypeMethodDescriptionstatic LeafEntry.Builder<?> ItemEntry.builder(ItemConvertible drop) -
Uses of ItemConvertible in net.minecraft.predicate.item
Methods in net.minecraft.predicate.item with parameters of type ItemConvertibleModifier and TypeMethodDescriptionItemPredicate.Builder.items(RegistryEntryLookup<Item> registryEntryLookup, ItemConvertible[] itemConvertible) -
Uses of ItemConvertible in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type ItemConvertibleModifier and TypeMethodDescriptionstatic IngredientIngredient.ofItems(ItemConvertible[] items) static IngredientIngredient.ofStacks(ItemConvertible itemConvertible) Method parameters in net.minecraft.recipe with type arguments of type ItemConvertibleModifier and TypeMethodDescriptionstatic IngredientIngredient.ofStacks(Stream<? extends ItemConvertible> stacks) -
Uses of ItemConvertible in net.minecraft.village
Constructors in net.minecraft.village with parameters of type ItemConvertibleModifierConstructorDescriptionBuyItemFactory(ItemConvertible item, int count, int maxUses, int experience) BuyItemFactory(ItemConvertible item, int count, int maxUses, int experience, int price) (package private)ProcessItemFactory(ItemConvertible item, int count, int price, ItemConvertible processed, int processedCount, int maxUses, int experience, float multiplier, RegistryKey<EnchantmentProvider> enchantmentProviderKey) ProcessItemFactory(ItemConvertible item, int count, int price, Item processed, int processedCount, int maxUses, int experience, float multiplier) privateProcessItemFactory(ItemConvertible item, int count, int price, ItemStack processed, int processedCount, int maxUses, int experience, float multiplier) TradedItem(ItemConvertible item) TradedItem(ItemConvertible item, int count) -
Uses of ItemConvertible in net.minecraft.world.gen
Methods in net.minecraft.world.gen with parameters of type ItemConvertibleModifier and TypeMethodDescriptionprivate voidFlatLevelGeneratorPresets.Registrar.createAndRegister(RegistryKey<FlatLevelGeneratorPreset> registryKey, ItemConvertible icon, RegistryKey<Biome> biome, Set<RegistryKey<StructureSet>> structureSetKeys, boolean hasFeatures, boolean hasLakes, FlatChunkGeneratorLayer[] layers)