Uses of Interface
net.minecraft.world.level.ItemLike
Packages that use ItemLike
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
Classes for NeoForge's own data generation.
-
Uses of ItemLike in net.minecraft.advancements
Methods in net.minecraft.advancements with parameters of type ItemLikeModifier and TypeMethodDescriptionAdvancement.Builder.display
(ItemLike pIcon, Component pTitle, Component pDescription, ResourceLocation pBackground, AdvancementType pType, boolean pShowToast, boolean pAnnounceChat, boolean pHidden) -
Uses of ItemLike in net.minecraft.advancements.critereon
Methods in net.minecraft.advancements.critereon with parameters of type ItemLikeModifier and TypeMethodDescriptionShotCrossbowTrigger.TriggerInstance.shotCrossbow
(ItemLike pItem) -
Uses of ItemLike in net.minecraft.client.color.item
Methods in net.minecraft.client.color.item with parameters of type ItemLike -
Uses of ItemLike in net.minecraft.data.loot
Methods in net.minecraft.data.loot with parameters of type ItemLikeModifier and TypeMethodDescriptionprotected <T extends ConditionUserBuilder<T>>
TBlockLootSubProvider.applyExplosionCondition
(ItemLike pItem, ConditionUserBuilder<T> pConditionBuilder) protected <T extends FunctionUserBuilder<T>>
TBlockLootSubProvider.applyExplosionDecay
(ItemLike pItem, FunctionUserBuilder<T> pFunctionBuilder) protected LootTable.Builder
BlockLootSubProvider.createMushroomBlockDrop
(Block pBlock, ItemLike pItem) protected LootTable.Builder
BlockLootSubProvider.createPotFlowerItemTable
(ItemLike pItem) protected static LootTable.Builder
BlockLootSubProvider.createShearsOnlyDrop
(ItemLike pItem) protected static LootTable.Builder
EntityLootSubProvider.createSheepTable
(ItemLike pWoolItem) protected LootTable.Builder
BlockLootSubProvider.createSilkTouchOnlyTable
(ItemLike pItem) BlockLootSubProvider.createSingleItemTable
(ItemLike pItem) protected LootTable.Builder
BlockLootSubProvider.createSingleItemTable
(ItemLike pItem, NumberProvider pCount) protected LootTable.Builder
BlockLootSubProvider.createSingleItemTableWithSilkTouch
(Block pBlock, ItemLike pItem) protected LootTable.Builder
BlockLootSubProvider.createSingleItemTableWithSilkTouch
(Block pBlock, ItemLike pItem, NumberProvider pCount) protected void
-
Uses of ItemLike in net.minecraft.data.recipes
Fields in net.minecraft.data.recipes with type parameters of type ItemLikeModifier and TypeFieldDescriptionprivate static final Map
<BlockFamily.Variant, BiFunction<ItemLike, ItemLike, RecipeBuilder>> RecipeProvider.SHAPE_BUILDERS
private static final Map
<BlockFamily.Variant, BiFunction<ItemLike, ItemLike, RecipeBuilder>> RecipeProvider.SHAPE_BUILDERS
Methods in net.minecraft.data.recipes with parameters of type ItemLikeModifier and TypeMethodDescriptionprotected static void
RecipeProvider.banner
(RecipeOutput pRecipeOutput, ItemLike pBanner, ItemLike pMaterial) protected static void
RecipeProvider.bedFromPlanksAndWool
(RecipeOutput pRecipeOutput, ItemLike pBed, ItemLike pWool) static SimpleCookingRecipeBuilder
SimpleCookingRecipeBuilder.blasting
(Ingredient pIngredient, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime) protected static RecipeBuilder
RecipeProvider.buttonBuilder
(ItemLike pButton, Ingredient pMaterial) static SimpleCookingRecipeBuilder
SimpleCookingRecipeBuilder.campfireCooking
(Ingredient pIngredient, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime) protected static void
RecipeProvider.candle
(RecipeOutput pRecipeOutput, ItemLike pCandle, ItemLike pDye) protected static void
RecipeProvider.carpet
(RecipeOutput pRecipeOutput, ItemLike pCarpet, ItemLike pMaterial) protected static void
RecipeProvider.chestBoat
(RecipeOutput pRecipeOutput, ItemLike pBoat, ItemLike pMaterial) protected static void
RecipeProvider.chiseled
(RecipeOutput pRecipeOutput, RecipeCategory pCategory, ItemLike pChiseledResult, ItemLike pMaterial) protected static ShapedRecipeBuilder
RecipeProvider.chiseledBuilder
(RecipeCategory pCategory, ItemLike pChiseledResult, Ingredient pMaterial) protected static void
RecipeProvider.coloredTerracottaFromTerracottaAndDye
(RecipeOutput pRecipeOutput, ItemLike pTerracotta, ItemLike pDye) protected static void
RecipeProvider.concretePowder
(RecipeOutput pRecipeOutput, ItemLike pConcretePowder, ItemLike pDye) protected static void
RecipeProvider.copySmithingTemplate
(RecipeOutput pRecipeOutput, ItemLike pTemplate, TagKey<Item> pBaseMaterial) protected static void
RecipeProvider.copySmithingTemplate
(RecipeOutput pRecipeOutput, ItemLike pTemplate, Ingredient pBaseItem) protected static void
RecipeProvider.copySmithingTemplate
(RecipeOutput pRecipeOutput, ItemLike pTemplate, ItemLike pBaseItem) protected static void
RecipeProvider.cut
(RecipeOutput pRecipeOutput, RecipeCategory pCategory, ItemLike pCutResult, ItemLike pMaterial) protected static ShapedRecipeBuilder
RecipeProvider.cutBuilder
(RecipeCategory pCategory, ItemLike pCutResult, Ingredient pMaterial) Adds a key to the recipe pattern.private static CookingBookCategory
SimpleCookingRecipeBuilder.determineBlastingRecipeCategory
(ItemLike pResult) private static CookingBookCategory
SimpleCookingRecipeBuilder.determineRecipeCategory
(RecipeSerializer<? extends AbstractCookingRecipe> pSerializer, ItemLike pResult) private static CookingBookCategory
SimpleCookingRecipeBuilder.determineSmeltingRecipeCategory
(ItemLike pResult) protected static RecipeBuilder
RecipeProvider.doorBuilder
(ItemLike pDoor, Ingredient pMaterial) protected static RecipeBuilder
RecipeProvider.fenceBuilder
(ItemLike pFence, Ingredient pMaterial) protected static RecipeBuilder
RecipeProvider.fenceGateBuilder
(ItemLike pFenceGate, Ingredient pMaterial) static <T extends AbstractCookingRecipe>
SimpleCookingRecipeBuilderSimpleCookingRecipeBuilder.generic
(Ingredient pIngredient, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime, RecipeSerializer<T> pCookingSerializer, AbstractCookingRecipe.Factory<T> pFactory) protected static String
RecipeProvider.getBlastingRecipeName
(ItemLike pItemLike) protected static String
RecipeProvider.getConversionRecipeName
(ItemLike pResult, ItemLike pIngredient) static ResourceLocation
RecipeBuilder.getDefaultRecipeId
(ItemLike pItemLike) protected static String
RecipeProvider.getHasName
(ItemLike pItemLike) protected static String
RecipeProvider.getItemName
(ItemLike pItemLike) protected static String
RecipeProvider.getSimpleRecipeName
(ItemLike pItemLike) protected static String
RecipeProvider.getSmeltingRecipeName
(ItemLike pItemLike) protected static void
RecipeProvider.hangingSign
(RecipeOutput pRecipeOutput, ItemLike pSign, ItemLike pMaterial) protected static Criterion
<InventoryChangeTrigger.TriggerInstance> RecipeProvider.has
(MinMaxBounds.Ints pCount, ItemLike pItem) protected static Criterion
<InventoryChangeTrigger.TriggerInstance> protected static void
RecipeProvider.mosaicBuilder
(RecipeOutput pRecipeOutput, RecipeCategory pCategory, ItemLike pResult, ItemLike pMaterial) protected static void
RecipeProvider.nineBlockStorageRecipes
(RecipeOutput pRecipeOutput, RecipeCategory pUnpackedCategory, ItemLike pUnpacked, RecipeCategory pPackedCategory, ItemLike pPacked) protected static void
RecipeProvider.nineBlockStorageRecipes
(RecipeOutput pRecipeOutput, RecipeCategory pUnpackedCategory, ItemLike pUnpacked, RecipeCategory pPackedCategory, ItemLike pPacked, String pPackedName, String pPackedGroup, String pUnpackedName, String pUnpackedGroup) protected static void
RecipeProvider.nineBlockStorageRecipesRecipesWithCustomUnpacking
(RecipeOutput pRecipeOutput, RecipeCategory pUnpackedCategory, ItemLike pUnpacked, RecipeCategory pPackedCategory, ItemLike pPacked, String pUnpackedName, String pUnpackedGroup) protected static void
RecipeProvider.nineBlockStorageRecipesWithCustomPacking
(RecipeOutput pRecipeOutput, RecipeCategory pUnpackedCategory, ItemLike pUnpacked, RecipeCategory pPackedCategory, ItemLike pPacked, String pPackedName, String pPackedGroup) protected static void
RecipeProvider.oneToOneConversionRecipe
(RecipeOutput pRecipeOutput, ItemLike pResult, ItemLike pIngredient, String pGroup) protected static void
RecipeProvider.oneToOneConversionRecipe
(RecipeOutput pRecipeOutput, ItemLike pResult, ItemLike pIngredient, String pGroup, int pResultCount) protected static void
RecipeProvider.oreBlasting
(RecipeOutput pRecipeOutput, List<ItemLike> pIngredients, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime, String pGroup) protected static <T extends AbstractCookingRecipe>
voidRecipeProvider.oreCooking
(RecipeOutput pRecipeOutput, RecipeSerializer<T> pSerializer, AbstractCookingRecipe.Factory<T> pRecipeFactory, List<ItemLike> pIngredients, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime, String pGroup, String pSuffix) protected static void
RecipeProvider.oreSmelting
(RecipeOutput pRecipeOutput, List<ItemLike> pIngredients, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime, String pGroup) protected static void
RecipeProvider.planksFromLog
(RecipeOutput pRecipeOutput, ItemLike pPlanks, TagKey<Item> pLogs, int pResultCount) protected static void
RecipeProvider.planksFromLogs
(RecipeOutput pRecipeOutput, ItemLike pPlanks, TagKey<Item> pLogs, int pResult) protected static void
RecipeProvider.polished
(RecipeOutput pRecipeOutput, RecipeCategory pCategory, ItemLike pResult, ItemLike pMaterial) protected static RecipeBuilder
RecipeProvider.polishedBuilder
(RecipeCategory pCategory, ItemLike pResult, Ingredient pMaterial) protected static void
RecipeProvider.pressurePlate
(RecipeOutput pRecipeOutput, ItemLike pPressurePlate, ItemLike pMaterial) protected static RecipeBuilder
RecipeProvider.pressurePlateBuilder
(RecipeCategory pCategory, ItemLike pPressurePlate, Ingredient pMaterial) Adds an ingredient of the given item.Adds the given ingredient multiple times.static ShapedRecipeBuilder
ShapedRecipeBuilder.shaped
(RecipeCategory pCategory, ItemLike pResult) Creates a new builder for a shaped recipe.static ShapedRecipeBuilder
ShapedRecipeBuilder.shaped
(RecipeCategory pCategory, ItemLike pResult, int pCount) Creates a new builder for a shaped recipe.static ShapelessRecipeBuilder
ShapelessRecipeBuilder.shapeless
(RecipeCategory pCategory, ItemLike pResult) Creates a new builder for a shapeless recipe.static ShapelessRecipeBuilder
ShapelessRecipeBuilder.shapeless
(RecipeCategory pCategory, ItemLike pResult, int pCount) Creates a new builder for a shapeless recipe.protected static RecipeBuilder
RecipeProvider.signBuilder
(ItemLike pSign, Ingredient pMaterial) protected static <T extends AbstractCookingRecipe>
voidRecipeProvider.simpleCookingRecipe
(RecipeOutput pRecipeOutput, String pCookingMethod, RecipeSerializer<T> pCookingSerializer, AbstractCookingRecipe.Factory<T> pRecipeFactory, int pCookingTime, ItemLike pMaterial, ItemLike pResult, float pExperience) protected static void
RecipeProvider.slab
(RecipeOutput pRecipeOutput, RecipeCategory pCategory, ItemLike pSlab, ItemLike pMaterial) protected static RecipeBuilder
RecipeProvider.slabBuilder
(RecipeCategory pCategory, ItemLike pSlab, Ingredient pMaterial) static SimpleCookingRecipeBuilder
SimpleCookingRecipeBuilder.smelting
(Ingredient pIngredient, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime) protected static void
RecipeProvider.smeltingResultFromBase
(RecipeOutput pRecipeOutput, ItemLike pResult, ItemLike pIngredient) static SimpleCookingRecipeBuilder
SimpleCookingRecipeBuilder.smoking
(Ingredient pIngredient, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime) protected static void
RecipeProvider.stainedGlassFromGlassAndDye
(RecipeOutput pRecipeOutput, ItemLike pStainedGlass, ItemLike pDye) protected static void
RecipeProvider.stainedGlassPaneFromGlassPaneAndDye
(RecipeOutput pRecipeOutput, ItemLike pStainedGlassPane, ItemLike pDye) protected static void
RecipeProvider.stainedGlassPaneFromStainedGlass
(RecipeOutput pRecipeOutput, ItemLike pStainedGlassPane, ItemLike pStainedGlass) protected static RecipeBuilder
RecipeProvider.stairBuilder
(ItemLike pStairs, Ingredient pMaterial) protected static void
RecipeProvider.stonecutterResultFromBase
(RecipeOutput pRecipeOutput, RecipeCategory pCategory, ItemLike pResult, ItemLike pMaterial) protected static void
RecipeProvider.stonecutterResultFromBase
(RecipeOutput pRecipeOutput, RecipeCategory pCategory, ItemLike pResult, ItemLike pMaterial, int pResultCount) static SingleItemRecipeBuilder
SingleItemRecipeBuilder.stonecutting
(Ingredient pIngredient, RecipeCategory pCategory, ItemLike pResult) static SingleItemRecipeBuilder
SingleItemRecipeBuilder.stonecutting
(Ingredient pIngredient, RecipeCategory pCategory, ItemLike pResult, int pCount) protected static void
RecipeProvider.threeByThreePacker
(RecipeOutput pRecipeOutput, RecipeCategory pCategory, ItemLike pPacked, ItemLike pUnpacked) protected static void
RecipeProvider.threeByThreePacker
(RecipeOutput pRecipeOutput, RecipeCategory pCategory, ItemLike pPacked, ItemLike pUnpacked, String pCriterionName) protected static RecipeBuilder
RecipeProvider.trapdoorBuilder
(ItemLike pTrapdoor, Ingredient pMaterial) protected static void
RecipeProvider.twoByTwoPacker
(RecipeOutput pRecipeOutput, RecipeCategory pCategory, ItemLike pPacked, ItemLike pUnpacked) protected static void
RecipeProvider.wall
(RecipeOutput pRecipeOutput, RecipeCategory pCategory, ItemLike pWall, ItemLike pMaterial) protected static RecipeBuilder
RecipeProvider.wallBuilder
(RecipeCategory pCategory, ItemLike pWall, Ingredient pMaterial) protected static void
RecipeProvider.woodenBoat
(RecipeOutput pRecipeOutput, ItemLike pBoat, ItemLike pMaterial) protected static void
RecipeProvider.woodFromLogs
(RecipeOutput pRecipeOutput, ItemLike pWood, ItemLike pLog) Method parameters in net.minecraft.data.recipes with type arguments of type ItemLikeModifier and TypeMethodDescriptionprotected static void
RecipeProvider.oreBlasting
(RecipeOutput pRecipeOutput, List<ItemLike> pIngredients, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime, String pGroup) protected static <T extends AbstractCookingRecipe>
voidRecipeProvider.oreCooking
(RecipeOutput pRecipeOutput, RecipeSerializer<T> pSerializer, AbstractCookingRecipe.Factory<T> pRecipeFactory, List<ItemLike> pIngredients, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime, String pGroup, String pSuffix) protected static void
RecipeProvider.oreSmelting
(RecipeOutput pRecipeOutput, List<ItemLike> pIngredients, RecipeCategory pCategory, ItemLike pResult, float pExperience, int pCookingTime, String pGroup) Constructors in net.minecraft.data.recipes with parameters of type ItemLikeModifierConstructorDescriptionShapedRecipeBuilder
(RecipeCategory pCategory, ItemLike pResult, int pCount) ShapelessRecipeBuilder
(RecipeCategory pCategory, ItemLike pResult, int pCount) private
SimpleCookingRecipeBuilder
(RecipeCategory pCategory, CookingBookCategory pBookCategory, ItemLike pResult, Ingredient pIngredient, float pExperience, int pCookingTime, AbstractCookingRecipe.Factory<?> pFactory) SingleItemRecipeBuilder
(RecipeCategory pCategory, SingleItemRecipe.Factory<?> pFactory, Ingredient pIngredient, ItemLike pResult, int pCount) -
Uses of ItemLike in net.minecraft.data.recipes.packs
Fields in net.minecraft.data.recipes.packs with type parameters of type ItemLikeModifier and TypeFieldDescriptionstatic final com.google.common.collect.ImmutableList
<ItemLike> VanillaRecipeProvider.COAL_SMELTABLES
static final com.google.common.collect.ImmutableList
<ItemLike> VanillaRecipeProvider.COPPER_SMELTABLES
static final com.google.common.collect.ImmutableList
<ItemLike> VanillaRecipeProvider.DIAMOND_SMELTABLES
static final com.google.common.collect.ImmutableList
<ItemLike> VanillaRecipeProvider.EMERALD_SMELTABLES
static final com.google.common.collect.ImmutableList
<ItemLike> VanillaRecipeProvider.GOLD_SMELTABLES
static final com.google.common.collect.ImmutableList
<ItemLike> VanillaRecipeProvider.IRON_SMELTABLES
static final com.google.common.collect.ImmutableList
<ItemLike> VanillaRecipeProvider.LAPIS_SMELTABLES
static final com.google.common.collect.ImmutableList
<ItemLike> VanillaRecipeProvider.REDSTONE_SMELTABLES
-
Uses of ItemLike in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type ItemLikeModifier and TypeMethodDescriptionEntity.spawnAtLocation
(ItemLike pItem) Entity.spawnAtLocation
(ItemLike pItem, int pOffsetY) -
Uses of ItemLike in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal with type parameters of type ItemLike -
Uses of ItemLike in net.minecraft.world.entity.npc
Constructors in net.minecraft.world.entity.npc with parameters of type ItemLikeModifierConstructorDescriptionEmeraldForItems
(ItemLike pItem, int pCost, int pMaxUses, int pVillagerXp) EmeraldForItems
(ItemLike pItem, int pCost, int pMaxUses, int pVillagerXp, int pEmeraldAmount) ItemsAndEmeraldsToItems
(ItemLike pFromItem, int pFromItemCount, int pEmeraldCost, Item pToItem, int pToItemCount, int pMaxUses, int pVillagerXp, float pPriceMultiplier) private
ItemsAndEmeraldsToItems
(ItemLike pFromItem, int pFromItemCount, int pEmeraldCost, ItemStack pToItem, int pToItemCount, int pMaxUses, int pVillagerXp, float pPriceMultiplier) (package private)
ItemsAndEmeraldsToItems
(ItemLike pFromItem, int pFromItemAmount, int pEmeraldCost, ItemLike pToItem, int pToItemCount, int pMaxUses, int pVillagerXp, float pPriceMultiplier, ResourceKey<EnchantmentProvider> pEnchantmentProvider) -
Uses of ItemLike in net.minecraft.world.food
Methods in net.minecraft.world.food with parameters of type ItemLike -
Uses of ItemLike in net.minecraft.world.item
Classes in net.minecraft.world.item that implement ItemLikeModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
FoodOnAStickItem<T extends Entity & ItemSteerable>
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in net.minecraft.world.item with parameters of type ItemLikeModifier and TypeMethodDescriptiondefault void
default void
CreativeModeTab.Output.accept
(ItemLike pItem, CreativeModeTab.TabVisibility pTabVisibility) static Consumer
<UseOnContext> HoeItem.changeIntoStateAndDropItem
(BlockState pState, ItemLike pItemToDrop) ItemStack.hurtAndConvertOnBreak
(int pAmount, ItemLike pItem, LivingEntity pEntity, EquipmentSlot pSlot) ItemStack.transmuteCopy
(ItemLike pItem) ItemStack.transmuteCopy
(ItemLike pItem, int pCount) private ItemStack
ItemStack.transmuteCopyIgnoreEmpty
(ItemLike pItem, int pCount) Constructors in net.minecraft.world.item with parameters of type ItemLike -
Uses of ItemLike in net.minecraft.world.item.crafting
Methods in net.minecraft.world.item.crafting with parameters of type ItemLike -
Uses of ItemLike in net.minecraft.world.item.trading
Constructors in net.minecraft.world.item.trading with parameters of type ItemLike -
Uses of ItemLike in net.minecraft.world.level.block
Classes in net.minecraft.world.level.block that implement ItemLikeModifier and TypeClassDescriptionclass
class
class
class
AbstractChestBlock<E extends BlockEntity>
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Fields in net.minecraft.world.level.block with type parameters of type ItemLikeModifier and TypeFieldDescriptionstatic final it.unimi.dsi.fastutil.objects.Object2FloatMap
<ItemLike> ComposterBlock.COMPOSTABLES
Deprecated.Neo: Use thecompostable
data map insteadMethods in net.minecraft.world.level.block that return ItemLikeModifier and TypeMethodDescriptionprotected ItemLike
BeetrootBlock.getBaseSeedId()
protected ItemLike
CarrotBlock.getBaseSeedId()
protected ItemLike
CropBlock.getBaseSeedId()
protected ItemLike
PotatoBlock.getBaseSeedId()
protected ItemLike
TorchflowerCropBlock.getBaseSeedId()
Methods in net.minecraft.world.level.block with parameters of type ItemLikeModifier and TypeMethodDescriptionprivate static void
static void
DispenserBlock.registerBehavior
(ItemLike pItem, DispenseItemBehavior pBehavior) static void
DispenserBlock.registerProjectileBehavior
(ItemLike pItem) static SuspiciousEffectHolder
-
Uses of ItemLike in net.minecraft.world.level.block.entity
Methods in net.minecraft.world.level.block.entity with parameters of type ItemLike -
Uses of ItemLike in net.minecraft.world.level.block.piston
Classes in net.minecraft.world.level.block.piston that implement ItemLikeModifier and TypeClassDescriptionclass
class
class
-
Uses of ItemLike in net.minecraft.world.level.levelgen.flat
Methods in net.minecraft.world.level.levelgen.flat with parameters of type ItemLikeModifier and TypeMethodDescriptionprivate void
FlatLevelGeneratorPresets.Bootstrap.register
(ResourceKey<FlatLevelGeneratorPreset> pPresetKey, ItemLike pDisplayItem, ResourceKey<Biome> pBiomeKey, Set<ResourceKey<StructureSet>> pStructureSetKeys, boolean pSetDecoration, boolean pAddLakes, FlatLayerInfo... pFlatLayerInfos) -
Uses of ItemLike in net.minecraft.world.level.storage.loot.entries
Methods in net.minecraft.world.level.storage.loot.entries with parameters of type ItemLikeModifier and TypeMethodDescriptionstatic LootPoolSingletonContainer.Builder
<?> LootItem.lootTableItem
(ItemLike pItem) -
Uses of ItemLike in net.neoforged.neoforge.capabilities
Methods in net.neoforged.neoforge.capabilities with parameters of type ItemLikeModifier and TypeMethodDescription<T,
C extends @Nullable Object>
voidRegisterCapabilitiesEvent.registerItem
(ItemCapability<T, C> capability, ICapabilityProvider<ItemStack, C, T> provider, ItemLike... items) Register a capability provider for some items. -
Uses of ItemLike in net.neoforged.neoforge.client.event
Methods in net.neoforged.neoforge.client.event with parameters of type ItemLike -
Uses of ItemLike in net.neoforged.neoforge.common
Classes in net.neoforged.neoforge.common that implement ItemLike -
Uses of ItemLike in net.neoforged.neoforge.common.crafting
Methods in net.neoforged.neoforge.common.crafting with parameters of type ItemLikeModifier and TypeMethodDescriptionstatic <T> Ingredient
DataComponentIngredient.of
(boolean strict, Supplier<? extends DataComponentType<? super T>> type, T value, ItemLike... items) Creates a new ingredient matching any item from the list, containing the given componentsstatic Ingredient
DataComponentIngredient.of
(boolean strict, DataComponentMap map, ItemLike... items) Creates a new ingredient matching any item from the list, containing the given componentsstatic Ingredient
DataComponentIngredient.of
(boolean strict, DataComponentPredicate predicate, ItemLike... items) Creates a new ingredient matching any item from the list, containing the given componentsstatic <T> Ingredient
DataComponentIngredient.of
(boolean strict, DataComponentType<? super T> type, T value, ItemLike... items) Creates a new ingredient matching any item from the list, containing the given componentsstatic SizedIngredient
Helper method to create a simple sized ingredient that matches a single item. -
Uses of ItemLike in net.neoforged.neoforge.common.data.internal
Methods in net.neoforged.neoforge.common.data.internal with parameters of type ItemLikeModifier and TypeMethodDescriptionprivate void
private static boolean
NeoForgeAdvancementProvider.predicateMatches
(ItemPredicate predicate, ItemLike... targets) private void
private static BiFunction
<Criterion<?>, HolderLookup.Provider, Criterion<?>> NeoForgeAdvancementProvider.replaceInteractCriteria
(ItemPredicate replacement, ItemLike... targetItem) private static BiFunction
<Criterion<?>, HolderLookup.Provider, Criterion<?>> NeoForgeAdvancementProvider.replaceMatchToolCriteria
(ItemAbility itemAbility, ItemLike... targetItem) -
Uses of ItemLike in net.neoforged.neoforge.debug.block
Classes in net.neoforged.neoforge.debug.block that implement ItemLikeModifier and TypeClassDescriptionprivate static class
private static class
private static class
private static class
-
Uses of ItemLike in net.neoforged.neoforge.debug.crafting
Methods in net.neoforged.neoforge.debug.crafting with parameters of type ItemLikeModifier and TypeMethodDescriptionstatic ShapelessRecipeBuilder
IngredientTests.CompressedShapelessRecipeBuilder.shapeless
(RecipeCategory category, ItemLike result) -
Uses of ItemLike in net.neoforged.neoforge.debug.fluid
Classes in net.neoforged.neoforge.debug.fluid that implement ItemLike -
Uses of ItemLike in net.neoforged.neoforge.event
Methods in net.neoforged.neoforge.event with parameters of type ItemLikeModifier and TypeMethodDescriptionvoid
ModifyDefaultComponentsEvent.modify
(ItemLike item, Consumer<DataComponentPatch.Builder> patch) Patches the default components of the givenitem
. -
Uses of ItemLike in net.neoforged.neoforge.oldtest
Methods in net.neoforged.neoforge.oldtest with parameters of type ItemLike -
Uses of ItemLike in net.neoforged.neoforge.oldtest.block
Classes in net.neoforged.neoforge.oldtest.block that implement ItemLikeModifier and TypeClassDescriptionprivate static class
private static class
static class
static class
static class
static class
static class
static class
private static class
private static class
private static class
(package private) static class
private static class
-
Uses of ItemLike in net.neoforged.neoforge.oldtest.client
Classes in net.neoforged.neoforge.oldtest.client that implement ItemLikeModifier and TypeClassDescriptionprivate static class
(package private) static class
-
Uses of ItemLike in net.neoforged.neoforge.oldtest.client.model
Classes in net.neoforged.neoforge.oldtest.client.model that implement ItemLikeModifier and TypeClassDescriptionprivate static class
private static class
private static class
(package private) static class
-
Uses of ItemLike in net.neoforged.neoforge.oldtest.entity.player
Classes in net.neoforged.neoforge.oldtest.entity.player that implement ItemLike -
Uses of ItemLike in net.neoforged.neoforge.oldtest.fluid
Classes in net.neoforged.neoforge.oldtest.fluid that implement ItemLike -
Uses of ItemLike in net.neoforged.neoforge.oldtest.item
Classes in net.neoforged.neoforge.oldtest.item that implement ItemLikeModifier and TypeClassDescriptionstatic class
private static class
A custom fluid container item with a capacity of a vanilla bucket which uses the FluidUtil functionalities to pickup and place fluids.private static class
private static class
private static class
-
Uses of ItemLike in net.neoforged.neoforge.oldtest.misc
Classes in net.neoforged.neoforge.oldtest.misc that implement ItemLike -
Uses of ItemLike in net.neoforged.neoforge.oldtest.world
Classes in net.neoforged.neoforge.oldtest.world that implement ItemLike -
Uses of ItemLike in net.neoforged.neoforge.registries
Classes in net.neoforged.neoforge.registries that implement ItemLikeModifier and TypeClassDescriptionclass
DeferredBlock<T extends Block>
class
DeferredItem<T extends Item>
-
Uses of ItemLike in net.neoforged.testframework.registration
Classes in net.neoforged.testframework.registration that implement ItemLikeModifier and TypeClassDescriptionclass
DeferredBlockBuilder<T extends Block>
class
DeferredItemBuilder<I extends Item>
RegisterColorHandlersEvent.Item