Uses of Interface
net.minecraft.item.ItemConvertible
-
Uses of ItemConvertible in net.minecraft
Constructors in net.minecraft with parameters of type ItemConvertible Constructor Description class_6237(ClientWorld clientWorld, double double2, double double3, double double4, ItemConvertible itemConvertible)
-
Uses of ItemConvertible in net.minecraft.advancement
Methods in net.minecraft.advancement with parameters of type ItemConvertible Modifier and Type Method Description Advancement.Task
Advancement.Task. 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 ItemConvertible Modifier and Type Method Description static ShotCrossbowCriterion.Conditions
ShotCrossbowCriterion.Conditions. create(ItemConvertible item)
static UsedTotemCriterion.Conditions
UsedTotemCriterion.Conditions. create(ItemConvertible item)
static ConsumeItemCriterion.Conditions
ConsumeItemCriterion.Conditions. item(ItemConvertible item)
static InventoryChangedCriterion.Conditions
InventoryChangedCriterion.Conditions. items(ItemConvertible[] items)
-
Uses of ItemConvertible in net.minecraft.block
Fields in net.minecraft.block with type parameters of type ItemConvertible Modifier and Type Field Description static Object2FloatMap<ItemConvertible>
ComposterBlock. ITEM_TO_LEVEL_INCREASE_CHANCE
Methods in net.minecraft.block that return ItemConvertible Modifier and Type Method Description protected ItemConvertible
BeetrootsBlock. getSeedsItem()
protected ItemConvertible
CarrotsBlock. getSeedsItem()
protected ItemConvertible
CropBlock. getSeedsItem()
protected ItemConvertible
PotatoesBlock. getSeedsItem()
Methods in net.minecraft.block with parameters of type ItemConvertible Modifier and Type Method Description static void
DispenserBlock. registerBehavior(ItemConvertible provider, DispenserBehavior behavior)
private static void
ComposterBlock. registerCompostableItem(float levelIncreaseChance, ItemConvertible item)
-
Uses of ItemConvertible in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type ItemConvertible Modifier and Type Method Description private static void
AbstractFurnaceBlockEntity. addFuel(Map<Item,Integer> map, ItemConvertible item, int fuelTime)
-
Uses of ItemConvertible in net.minecraft.client.color.item
Methods in net.minecraft.client.color.item with parameters of type ItemConvertible Modifier and Type Method Description void
ItemColors. register(ItemColorProvider mapper, ItemConvertible[] items)
-
Uses of ItemConvertible in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen with parameters of type ItemConvertible Modifier and Type Method Description private static void
PresetsScreen. addPreset(Text presetName, ItemConvertible icon, RegistryKey<Biome> presetBiome, List<StructureFeature<?>> structures, boolean generateStronghold, boolean generateFeatures, boolean generateLakes, FlatChunkGeneratorLayer[] layers)
-
Uses of ItemConvertible in net.minecraft.client.render.item
Methods in net.minecraft.client.render.item with parameters of type ItemConvertible Modifier and Type Method Description Sprite
ItemModels. getSprite(ItemConvertible item)
-
Uses of ItemConvertible in net.minecraft.data.server
Fields in net.minecraft.data.server with type parameters of type ItemConvertible Modifier and Type Field Description private static Map<BlockFamily.Variant,BiFunction<ItemConvertible,ItemConvertible,CraftingRecipeJsonFactory>>
RecipesProvider. VARIANT_FACTORIES
private static Map<BlockFamily.Variant,BiFunction<ItemConvertible,ItemConvertible,CraftingRecipeJsonFactory>>
RecipesProvider. VARIANT_FACTORIES
Methods in net.minecraft.data.server with parameters of type ItemConvertible Modifier and Type Method Description void
BlockLootTableGenerator. addDrop(Block block, ItemConvertible drop)
private static <T> T
BlockLootTableGenerator. addSurvivesExplosionCondition(ItemConvertible drop, LootConditionConsumingBuilder<T> builder)
private static <T> T
BlockLootTableGenerator. applyExplosionDecay(ItemConvertible drop, LootFunctionConsumingBuilder<T> builder)
private static InventoryChangedCriterion.Conditions
RecipesProvider. conditionsFromItem(ItemConvertible item)
static ShapedRecipeJsonFactory
RecipesProvider. createChiseledBlockRecipe(ItemConvertible outputItem, Ingredient inputItem)
static CraftingRecipeJsonFactory
RecipesProvider. createCondensingRecipe(ItemConvertible outputItem, Ingredient inputItem)
private static CraftingRecipeJsonFactory
RecipesProvider. createDoorRecipe(ItemConvertible outputItem, Ingredient inputItem)
private static CraftingRecipeJsonFactory
RecipesProvider. createFenceGateRecipe(ItemConvertible outputItem, Ingredient inputItem)
private static CraftingRecipeJsonFactory
RecipesProvider. createFenceRecipe(ItemConvertible outputItem, Ingredient inputItem)
private static LootTable.Builder
EntityLootTableGenerator. createForSheep(ItemConvertible item)
private static void
RecipesProvider. createPressurePlateRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, ItemConvertible inputItem)
private static CraftingRecipeJsonFactory
RecipesProvider. createPressurePlateRecipe(ItemConvertible outputItem, Ingredient inputItem)
private static CraftingRecipeJsonFactory
RecipesProvider. createSignRecipe(ItemConvertible outputItem, Ingredient inputItem)
private static CraftingRecipeJsonFactory
RecipesProvider. createSlabRecipe(ItemConvertible outputItem, Ingredient inputItem)
private static CraftingRecipeJsonFactory
RecipesProvider. createStairsRecipe(ItemConvertible outputItem, Ingredient inputItem)
private static CraftingRecipeJsonFactory
RecipesProvider. createTransmutationRecipe(ItemConvertible outputItem, Ingredient inputItem)
private static CraftingRecipeJsonFactory
RecipesProvider. createTrapdoorRecipe(ItemConvertible outputItem, Ingredient inputItem)
private static LootTable.Builder
BlockLootTableGenerator. drops(Block dropWithSilkTouch, ItemConvertible drop)
private static LootTable.Builder
BlockLootTableGenerator. drops(Block dropWithSilkTouch, ItemConvertible drop, LootNumberProvider count)
private static LootTable.Builder
BlockLootTableGenerator. drops(ItemConvertible drop)
private static LootTable.Builder
BlockLootTableGenerator. drops(ItemConvertible drop, LootNumberProvider count)
private static LootTable.Builder
BlockLootTableGenerator. dropsWithShears(ItemConvertible drop)
private static LootTable.Builder
BlockLootTableGenerator. dropsWithSilkTouch(ItemConvertible drop)
static CraftingRecipeJsonFactory
RecipesProvider. getWallRecipe(ItemConvertible outputItem, Ingredient inputItem)
private static String
RecipesProvider. hasItem(ItemConvertible item)
private static String
RecipesProvider. method_33714(ItemConvertible itemConvertible, ItemConvertible itemConvertible2)
private static void
RecipesProvider. method_33715(Consumer<RecipeJsonProvider> consumer, ItemConvertible itemConvertible, ItemConvertible itemConvertible2, int int2)
private static String
RecipesProvider. method_33716(ItemConvertible itemConvertible)
private static void
RecipesProvider. method_33717(Consumer<RecipeJsonProvider> consumer, ItemConvertible itemConvertible, ItemConvertible itemConvertible2)
private static void
RecipesProvider. method_34662(Consumer<RecipeJsonProvider> consumer, ItemConvertible itemConvertible, ItemConvertible itemConvertible2)
private static InventoryChangedCriterion.Conditions
RecipesProvider. method_35914(NumberRange.IntRange intRange, ItemConvertible itemConvertible)
private static void
RecipesProvider. method_35915(Consumer<RecipeJsonProvider> consumer, ItemConvertible itemConvertible, ItemConvertible itemConvertible2)
private static LootTable.Builder
BlockLootTableGenerator. mushroomBlockDrops(Block dropWithSilkTouch, ItemConvertible drop)
private static void
RecipesProvider. offerBannerRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, ItemConvertible inputItem)
private static void
RecipesProvider. offerBarkBlockRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, ItemConvertible inputItem)
private static void
RecipesProvider. offerBedDyeingRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, ItemConvertible inputItem)
private static void
RecipesProvider. offerBedRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, ItemConvertible itemConvertible)
private static void
RecipesProvider. offerBoatRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, ItemConvertible inputItem)
static void
RecipesProvider. offerCandleDyeingRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, ItemConvertible inputItem)
private static void
RecipesProvider. offerCarpetDyeingRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, ItemConvertible itemConvertible)
private static void
RecipesProvider. offerCarpetRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, ItemConvertible inputItem)
static void
RecipesProvider. offerChiseledBlockRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, ItemConvertible inputItem)
private static void
RecipesProvider. offerConcretePowderDyeingRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, ItemConvertible inputItem)
static void
RecipesProvider. offerCutCopperRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, ItemConvertible inputItem)
private static void
RecipesProvider. offerPlanksRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, Tag<Item> inputItem)
private static void
RecipesProvider. offerPlanksRecipe2(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, Tag<Item> inputItem)
static void
RecipesProvider. offerPolishedStoneRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, ItemConvertible inputItem)
private static void
RecipesProvider. offerSlabRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, ItemConvertible inputItem)
private static void
RecipesProvider. offerStainedGlassDyeingRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, ItemConvertible inputItem)
private static void
RecipesProvider. offerStainedGlassPaneDyeingRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, ItemConvertible inputItem)
private static void
RecipesProvider. offerStainedGlassPaneRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, ItemConvertible inputItem)
private static void
RecipesProvider. offerTerracottaDyeingRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, ItemConvertible inputItem)
static void
RecipesProvider. offerWallRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, ItemConvertible inputItem)
private static void
RecipesProvider. offerWoolDyeingRecipe(Consumer<RecipeJsonProvider> exporter, ItemConvertible outputItem, ItemConvertible inputItem)
private static LootTable.Builder
BlockLootTableGenerator. pottedPlantDrops(ItemConvertible plant)
-
Uses of ItemConvertible in net.minecraft.data.server.recipe
Methods in net.minecraft.data.server.recipe with parameters of type ItemConvertible Modifier and Type Method Description static CookingRecipeJsonFactory
CookingRecipeJsonFactory. create(Ingredient ingredient, ItemConvertible result, float experience, int cookingTime, CookingRecipeSerializer<?> serializer)
static ShapedRecipeJsonFactory
ShapedRecipeJsonFactory. create(ItemConvertible output)
static ShapedRecipeJsonFactory
ShapedRecipeJsonFactory. create(ItemConvertible output, int outputCount)
static ShapelessRecipeJsonFactory
ShapelessRecipeJsonFactory. create(ItemConvertible output)
static ShapelessRecipeJsonFactory
ShapelessRecipeJsonFactory. create(ItemConvertible output, int outputCount)
static SingleItemRecipeJsonFactory
SingleItemRecipeJsonFactory. create(Ingredient input, ItemConvertible output)
static SingleItemRecipeJsonFactory
SingleItemRecipeJsonFactory. create(Ingredient input, ItemConvertible output, int outputCount)
static CookingRecipeJsonFactory
CookingRecipeJsonFactory. createBlasting(Ingredient ingredient, ItemConvertible result, float experience, int cookingTime)
static CookingRecipeJsonFactory
CookingRecipeJsonFactory. createSmelting(Ingredient ingredient, ItemConvertible result, float experience, int cookingTime)
ShapedRecipeJsonFactory
ShapedRecipeJsonFactory. input(Character c, ItemConvertible itemProvider)
ShapelessRecipeJsonFactory
ShapelessRecipeJsonFactory. input(ItemConvertible itemProvider)
ShapelessRecipeJsonFactory
ShapelessRecipeJsonFactory. input(ItemConvertible itemProvider, int size)
static CookingRecipeJsonFactory
CookingRecipeJsonFactory. method_35916(Ingredient ingredient, ItemConvertible itemConvertible, float float2, int int2)
static CookingRecipeJsonFactory
CookingRecipeJsonFactory. method_35918(Ingredient ingredient, ItemConvertible itemConvertible, float float2, int int2)
Constructors in net.minecraft.data.server.recipe with parameters of type ItemConvertible Constructor Description CookingRecipeJsonFactory(ItemConvertible result, Ingredient ingredient, float experience, int cookingTime, CookingRecipeSerializer<?> serializer)
ShapedRecipeJsonFactory(ItemConvertible output, int outputCount)
ShapelessRecipeJsonFactory(ItemConvertible itemProvider, int outputCount)
SingleItemRecipeJsonFactory(RecipeSerializer<?> serializer, Ingredient input, ItemConvertible output, int outputCount)
-
Uses of ItemConvertible in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type ItemConvertible Modifier and Type Method Description @Nullable ItemEntity
Entity. dropItem(ItemConvertible item)
@Nullable ItemEntity
Entity. dropItem(ItemConvertible item, int yOffset)
-
Uses of ItemConvertible in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type ItemConvertible Modifier and Type Field Description private static Map<DyeColor,ItemConvertible>
SheepEntity. DROPS
-
Uses of ItemConvertible in net.minecraft.item
Constructors in net.minecraft.item with parameters of type ItemConvertible Constructor Description ItemStack(ItemConvertible item)
ItemStack(ItemConvertible item, int count)
ItemStack(ItemConvertible item, int count, Optional<NbtCompound> tag)
-
Uses of ItemConvertible in net.minecraft.loot.entry
Methods in net.minecraft.loot.entry with parameters of type ItemConvertible Modifier and Type Method Description static LeafEntry.Builder<?>
ItemEntry. builder(ItemConvertible drop)
-
Uses of ItemConvertible in net.minecraft.predicate.item
Methods in net.minecraft.predicate.item with parameters of type ItemConvertible Modifier and Type Method Description ItemPredicate.Builder
ItemPredicate.Builder. item(ItemConvertible item)
-
Uses of ItemConvertible in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type ItemConvertible Modifier and Type Method Description static Ingredient
Ingredient. ofItems(ItemConvertible[] items)
-
Uses of ItemConvertible in net.minecraft.village
Constructors in net.minecraft.village with parameters of type ItemConvertible Constructor Description BuyForOneEmeraldFactory(ItemConvertible item, int price, int maxUses, int experience)
ProcessItemFactory(ItemConvertible item, int secondCount, int price, Item sellItem, int sellCount, int maxUses, int experience)
ProcessItemFactory(ItemConvertible item, int secondCount, Item sellItem, int sellCount, int maxUses, int experience)