Uses of Class
net.minecraft.world.item.Item
Packages that use Item
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 Item in net.minecraft.advancements.criterion
Fields in net.minecraft.advancements.criterion with type parameters of type ItemModifier and TypeFieldDescriptionItemPredicate.Builder.itemsItemPredicate.itemsThe field for theitemsrecord component.Methods in net.minecraft.advancements.criterion that return types with arguments of type ItemModifier and TypeMethodDescriptionItemPredicate.items()Returns the value of theitemsrecord component.Methods in net.minecraft.advancements.criterion with parameters of type ItemModifier and TypeMethodDescriptionPlayerTrigger.TriggerInstance.walkOnBlockWithEquipment(HolderGetter<Block> blocks, HolderGetter<Item> items, Block stepOnBlock, Item requiredEquipment) Method parameters in net.minecraft.advancements.criterion with type arguments of type ItemModifier and TypeMethodDescriptionstatic EntityEquipmentPredicateEntityEquipmentPredicate.captainPredicate(HolderGetter<Item> items, HolderGetter<BannerPattern> patternGetter) KilledByArrowTrigger.TriggerInstance.crossbowKilled(HolderGetter<Item> items, EntityPredicate.Builder... victims) KilledByArrowTrigger.TriggerInstance.crossbowKilled(HolderGetter<Item> items, MinMaxBounds.Ints uniqueEntityTypes) ItemPredicate.Builder.of(HolderGetter<Item> lookup, TagKey<Item> tag) ItemPredicate.Builder.of(HolderGetter<Item> lookup, TagKey<Item> tag) ItemPredicate.Builder.of(HolderGetter<Item> lookup, ItemLike... items) ShotCrossbowTrigger.TriggerInstance.shotCrossbow(HolderGetter<Item> items, ItemLike itemlike) ConsumeItemTrigger.TriggerInstance.usedItem(HolderGetter<Item> items, ItemLike item) UsedTotemTrigger.TriggerInstance.usedTotem(HolderGetter<Item> items, ItemLike itemlike) Constructor parameters in net.minecraft.advancements.criterion with type arguments of type ItemModifierConstructorDescriptionItemPredicate(Optional<HolderSet<Item>> items, MinMaxBounds.Ints count, DataComponentMatchers components) Creates an instance of aItemPredicaterecord class. -
Uses of Item in net.minecraft.client.data.models
Fields in net.minecraft.client.data.models with type parameters of type ItemModifier and TypeFieldDescriptionModelProvider.ItemInfoCollector.copiesModelProvider.ItemInfoCollector.copiesprivate final Map<Item, ClientItem> ModelProvider.ItemInfoCollector.itemInfosModelProvider.ItemInfoCollector.knownItemsMethods in net.minecraft.client.data.models that return types with arguments of type ItemMethods in net.minecraft.client.data.models with parameters of type ItemModifier and TypeMethodDescriptiondefault voidItemModelOutput.accept(Item item, ItemModel.Unbaked generator) voidItemModelOutput.accept(Item item, ItemModel.Unbaked generator, ClientItem.Properties properties) voidModelProvider.ItemInfoCollector.accept(Item item, ItemModel.Unbaked model, ClientItem.Properties properties) voidItemModelGenerators.addPotionTint(Item item, Identifier model) voidvoidvoidBlockModelGenerators.createAirLikeBlock(Block block, Item particleItem) ItemModelGenerators.createCompassModels(Item compass) voidBlockModelGenerators.createCopperChainItem(Item unwaxed, Item waxed) BlockModelGenerators.createFlatItemModel(Item item) ItemModelGenerators.createFlatItemModel(Item item, String suffix, ModelTemplate template) ItemModelGenerators.createFlatItemModel(Item item, ModelTemplate template) ItemModelGenerators.createFlatItemModel(Item item, Item textureDonor, ModelTemplate template) BlockModelGenerators.createFlatItemModelWithBlockTexture(Item item, Block block) BlockModelGenerators.createFlatItemModelWithBlockTexture(Item item, Block block, String suffix) BlockModelGenerators.createFlatItemModelWithBlockTextureAndOverlay(Item item, Block block, String overlaySuffix) voidBlockModelGenerators.createMultiface(Block block, Item item) voidItemModelGenerators.declareCustomModelItem(Item item) voidItemModelGenerators.generateBooleanDispatch(Item item, ConditionalItemModelProperty property, ItemModel.Unbaked modelOnTrue, ItemModel.Unbaked modelOnFalse) voidItemModelGenerators.generateBow(Item item) voidItemModelGenerators.generateBrush(Item item) ItemModelGenerators.generateBundleCoverModel(Item item, ModelTemplate template, String suffix) voidItemModelGenerators.generateBundleModels(Item bundle) voidItemModelGenerators.generateClockItem(Item clock) voidItemModelGenerators.generateCrossbow(Item item) voidItemModelGenerators.generateDyedItem(Item item, int defaultColor) voidItemModelGenerators.generateElytra(Item item) voidItemModelGenerators.generateFishingRod(Item item) voidItemModelGenerators.generateFlatItem(Item item, ModelTemplate template) voidItemModelGenerators.generateFlatItem(Item item, Item textureDonor, ModelTemplate template) voidItemModelGenerators.generateGoatHorn(Item item) voidItemModelGenerators.generateItemWithTintedBaseLayer(Item item, int defaultColor) voidItemModelGenerators.generateItemWithTintedOverlay(Item item, String overlaySuffix, ItemTintSource overlayTint) voidItemModelGenerators.generateItemWithTintedOverlay(Item item, ItemTintSource overlayTint) ItemModelGenerators.generateLayeredItem(Item target, Material layer0, Material layer1) voidItemModelGenerators.generatePotion(Item item) voidItemModelGenerators.generateRecoveryCompassItem(Item compass) voidItemModelGenerators.generateShield(Item item) voidItemModelGenerators.generateSpear(Item item) voidItemModelGenerators.generateSpyglass(Item item) voidItemModelGenerators.generateStandardCompassItem(Item compass) voidItemModelGenerators.generateTippedArrow(Item item) voidItemModelGenerators.generateTrident(Item item) voidItemModelGenerators.generateTrimmableItem(Item armor, ResourceKey<EquipmentAsset> equipmentAssetId, Identifier slotTrimPrefix, boolean hasDyedLayer) voidItemModelGenerators.generateTwoLayerDyedItem(Item item) default voidItemModelOutput.register(Item item, ClientItem clientItem) Neo: Pulled up fromto give modders full control over theinvalid reference
ModelProvider.ItemInfoCollectorClientIteminstead of just theItemModel.Unbakedininvalid input: ''voidModelProvider.ItemInfoCollector.register(Item item, ClientItem itemInfo) voidBlockModelGenerators.registerSimpleFlatItemModel(Item item) voidBlockModelGenerators.registerSimpleItemModel(Item item, Identifier model) Constructor parameters in net.minecraft.client.data.models with type arguments of type ItemModifierConstructorDescriptionItemInfoCollector(Supplier<Stream<? extends Holder<Item>>> knownItems) -
Uses of Item in net.minecraft.client.data.models.model
Methods in net.minecraft.client.data.models.model with parameters of type ItemModifier and TypeMethodDescriptionModelTemplate.create(Item item, TextureMapping textures, BiConsumer<Identifier, ModelInstance> output) static MaterialTextureMapping.getItemTexture(Item block) static MaterialTextureMapping.getItemTexture(Item item, String suffix) static IdentifierModelLocationUtils.getModelLocation(Item item) static IdentifierModelLocationUtils.getModelLocation(Item item, String suffix) static TextureMappingstatic TextureMappingTextureMapping.particleFromItem(Item item) -
Uses of Item in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens with parameters of type ItemModifier and TypeMethodDescriptionprivate voidPresetFlatWorldScreen.PresetsList.Entry.blitSlot(GuiGraphicsExtractor graphics, int x, int y, Item item) -
Uses of Item in net.minecraft.client.gui.screens.achievement
Fields in net.minecraft.client.gui.screens.achievement declared as ItemFields in net.minecraft.client.gui.screens.achievement with type parameters of type ItemMethods in net.minecraft.client.gui.screens.achievement that return ItemModifier and TypeMethodDescriptionprotected ItemStatsScreen.ItemStatisticsList.ItemRow.getItem()Constructors in net.minecraft.client.gui.screens.achievement with parameters of type Item -
Uses of Item in net.minecraft.client.gui.screens.inventory
Fields in net.minecraft.client.gui.screens.inventory with type parameters of type Item -
Uses of Item in net.minecraft.client.gui.screens.recipebook
Constructors in net.minecraft.client.gui.screens.recipebook with parameters of type ItemModifierConstructorDescriptionTabInfo(Item icon, RecipeBookCategory category) TabInfo(Item primaryIcon, Item secondaryIcon, RecipeBookCategory category) -
Uses of Item in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer with type parameters of type Item -
Uses of Item in net.minecraft.client.renderer.blockentity
Method parameters in net.minecraft.client.renderer.blockentity with type arguments of type ItemModifier and TypeMethodDescriptionprivate static SpriteIdDecoratedPotRenderer.getSideSprite(Optional<Item> item) -
Uses of Item in net.minecraft.client.tutorial
Method parameters in net.minecraft.client.tutorial with type arguments of type ItemModifier and TypeMethodDescriptionstatic booleanCraftPlanksTutorialStep.hasCraftedPlanksPreviously(LocalPlayer player, TagKey<Item> tag) -
Uses of Item in net.minecraft.commands.arguments.item
Fields in net.minecraft.commands.arguments.item with type parameters of type ItemModifier and TypeFieldDescriptionItemInput.itemThe field for theitemrecord component.private final HolderLookup.RegistryLookup<Item> ItemParser.itemsprivate final HolderLookup.RegistryLookup<Item> ItemPredicateArgument.Context.itemsMethods in net.minecraft.commands.arguments.item that return types with arguments of type ItemModifier and TypeMethodDescriptionItemInput.item()Returns the value of theitemrecord component.Method parameters in net.minecraft.commands.arguments.item with type arguments of type ItemConstructor parameters in net.minecraft.commands.arguments.item with type arguments of type ItemModifierConstructorDescriptionItemInput(Holder<Item> item, DataComponentPatch components) Creates an instance of aItemInputrecord class. -
Uses of Item in net.minecraft.core.cauldron
Fields in net.minecraft.core.cauldron with type parameters of type ItemModifier and TypeFieldDescriptionprivate final Map<Item, CauldronInteraction> CauldronInteraction.Dispatcher.itemsprivate final Map<TagKey<Item>, CauldronInteraction> CauldronInteraction.Dispatcher.tagsMethods in net.minecraft.core.cauldron with parameters of type ItemModifier and TypeMethodDescription(package private) voidCauldronInteraction.Dispatcher.put(Item item, CauldronInteraction interaction) Method parameters in net.minecraft.core.cauldron with type arguments of type ItemModifier and TypeMethodDescription(package private) voidCauldronInteraction.Dispatcher.put(TagKey<Item> tag, CauldronInteraction interaction) -
Uses of Item in net.minecraft.core.dispenser
Constructors in net.minecraft.core.dispenser with parameters of type Item -
Uses of Item in net.minecraft.core.particles
Constructors in net.minecraft.core.particles with parameters of type ItemModifierConstructorDescriptionItemParticleOption(ParticleType<ItemParticleOption> type, Item item) -
Uses of Item in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type ItemModifier and TypeFieldDescriptionstatic final DefaultedRegistry<Item> BuiltInRegistries.ITEMstatic final ResourceKey<Registry<Item>> Registries.ITEM -
Uses of Item in net.minecraft.data.advancements.packs
Fields in net.minecraft.data.advancements.packs declared as ItemModifier and TypeFieldDescriptionprivate static final Item[]VanillaHusbandryAdvancements.EDIBLE_ITEMSprivate static final Item[]VanillaHusbandryAdvancements.FISHprivate static final Item[]VanillaHusbandryAdvancements.FISH_BUCKETSstatic final Item[]VanillaHusbandryAdvancements.WAX_SCRAPING_TOOLSMethod parameters in net.minecraft.data.advancements.packs with type arguments of type ItemModifier and TypeMethodDescriptionprivate static Advancement.BuilderVanillaHusbandryAdvancements.addFish(Advancement.Builder advancement, HolderGetter<Item> items) private static Advancement.BuilderVanillaHusbandryAdvancements.addFishBuckets(Advancement.Builder advancement, HolderGetter<Item> items) private static Advancement.BuilderVanillaHusbandryAdvancements.addFood(Advancement.Builder advancement, HolderGetter<Item> items) private static Advancement.BuilderVanillaAdventureAdvancements.respectingTheRemnantsCriterions(HolderGetter<Item> items, Advancement.Builder advancement) -
Uses of Item in net.minecraft.data.loot
Fields in net.minecraft.data.loot with type parameters of type ItemMethods in net.minecraft.data.loot with parameters of type ItemModifier and TypeMethodDescriptionBlockLootSubProvider.createAttachedStemDrops(Block block, Item drop) protected LootTable.BuilderBlockLootSubProvider.createCropDrops(Block original, Item cropDrop, Item seedDrop, LootItemCondition.Builder isMaxAge) protected LootTable.BuilderBlockLootSubProvider.createOreDrop(Block original, Item drop) BlockLootSubProvider.createStemDrops(Block block, Item drop) Constructor parameters in net.minecraft.data.loot with type arguments of type ItemModifierConstructorDescriptionprotectedBlockLootSubProvider(Set<Item> explosionResistant, FeatureFlagSet enabledFeatures, HolderLookup.Provider registries) -
Uses of Item in net.minecraft.data.loot.packs
Fields in net.minecraft.data.loot.packs declared as ItemModifier and TypeFieldDescriptionprivate final ItemVanillaChargedCreeperExplosionLoot.Entry.itemThe field for theitemrecord component.Fields in net.minecraft.data.loot.packs with type parameters of type ItemMethods in net.minecraft.data.loot.packs that return ItemModifier and TypeMethodDescriptionVanillaChargedCreeperExplosionLoot.Entry.item()Returns the value of theitemrecord component.Methods in net.minecraft.data.loot.packs with parameters of type ItemModifier and TypeMethodDescriptionstatic LootTable.BuilderVanillaEquipmentLoot.trialChamberEquipment(Item helmet, Item chestplate, ArmorTrim trim, HolderLookup.RegistryLookup<Enchantment> enchantments) Constructors in net.minecraft.data.loot.packs with parameters of type ItemModifierConstructorDescriptionprivateEntry(ResourceKey<LootTable> lootTable, EntityType<?> entityType, Item item) Creates an instance of aEntryrecord class. -
Uses of Item in net.minecraft.data.recipes
Fields in net.minecraft.data.recipes with type parameters of type ItemModifier and TypeFieldDescriptionprotected final HolderGetter<Item> RecipeProvider.itemsprivate final HolderGetter<Item> ShapedRecipeBuilder.itemsprivate final HolderGetter<Item> ShapelessRecipeBuilder.itemsMethods in net.minecraft.data.recipes with parameters of type ItemModifier and TypeMethodDescriptionprotected voidRecipeProvider.colorWithDye(List<Item> dyes, List<Item> dyedItems, @Nullable Item uncoloredItem, String groupName, RecipeCategory category) protected voidRecipeProvider.dyedBundleRecipe(Item dye, Item dyedResult) protected voidprotected voidRecipeProvider.dyedShulkerBoxRecipe(Item dye, Item dyedResult) protected voidRecipeProvider.netheriteSmithing(Item base, RecipeCategory category, Item result) SmithingTransformRecipeBuilder.smithing(Ingredient template, Ingredient base, Ingredient addition, RecipeCategory category, Item result) protected voidRecipeProvider.suspiciousStew(Item item, SuspiciousEffectHolder effectHolder) static TransmuteRecipeBuilderTransmuteRecipeBuilder.transmute(RecipeCategory category, Ingredient input, Ingredient material, Item result) protected voidRecipeProvider.trimSmithing(Item trimTemplate, ResourceKey<TrimPattern> patternId, ResourceKey<Recipe<?>> id) Method parameters in net.minecraft.data.recipes with type arguments of type ItemModifier and TypeMethodDescriptionprotected voidRecipeProvider.colorItemWithDye(List<Item> dyes, List<Item> items, String groupName, RecipeCategory category) protected voidRecipeProvider.colorWithDye(List<Item> dyes, List<Item> dyedItems, @Nullable Item uncoloredItem, String groupName, RecipeCategory category) protected Criterion<InventoryChangeTrigger.TriggerInstance> protected voidRecipeProvider.planksFromLog(ItemLike result, TagKey<Item> logs, int count) protected voidRecipeProvider.planksFromLogs(ItemLike result, TagKey<Item> logs, int count) static ShapedRecipeBuilderShapedRecipeBuilder.shaped(HolderGetter<Item> items, RecipeCategory category, ItemStackTemplate result) static ShapedRecipeBuilderShapedRecipeBuilder.shaped(HolderGetter<Item> items, RecipeCategory category, ItemLike item) static ShapedRecipeBuilderShapedRecipeBuilder.shaped(HolderGetter<Item> items, RecipeCategory category, ItemLike item, int count) static ShapelessRecipeBuilderShapelessRecipeBuilder.shapeless(HolderGetter<Item> items, RecipeCategory category, ItemStackTemplate result) static ShapelessRecipeBuilderShapelessRecipeBuilder.shapeless(HolderGetter<Item> items, RecipeCategory category, ItemLike item) static ShapelessRecipeBuilderShapelessRecipeBuilder.shapeless(HolderGetter<Item> items, RecipeCategory category, ItemLike item, int count) protected IngredientConstructor parameters in net.minecraft.data.recipes with type arguments of type ItemModifierConstructorDescriptionprivateShapedRecipeBuilder(HolderGetter<Item> items, RecipeCategory category, ItemStackTemplate result) privateShapedRecipeBuilder(HolderGetter<Item> items, RecipeCategory category, ItemLike result, int count) privateShapelessRecipeBuilder(HolderGetter<Item> items, RecipeCategory category, ItemStackTemplate result) -
Uses of Item in net.minecraft.data.recipes.packs
Fields in net.minecraft.data.recipes.packs declared as ItemModifier and TypeFieldDescriptionprivate final ItemVanillaRecipeProvider.TrimTemplate.templateThe field for thetemplaterecord component.Methods in net.minecraft.data.recipes.packs that return ItemModifier and TypeMethodDescriptionVanillaRecipeProvider.TrimTemplate.template()Returns the value of thetemplaterecord component.Constructors in net.minecraft.data.recipes.packs with parameters of type ItemModifierConstructorDescriptionTrimTemplate(Item template, ResourceKey<TrimPattern> patternId, ResourceKey<Recipe<?>> recipeId) Creates an instance of aTrimTemplaterecord class. -
Uses of Item in net.minecraft.data.tags
Subclasses with type arguments of type Item in net.minecraft.data.tagsFields in net.minecraft.data.tags with type parameters of type ItemModifier and TypeFieldDescriptionprivate final TagAppender<Item, Item> VanillaItemTagsProvider.BlockToItemConverter.itemAppenderprivate final TagAppender<Item, Item> VanillaItemTagsProvider.BlockToItemConverter.itemAppenderMethods in net.minecraft.data.tags that return types with arguments of type ItemModifier and TypeMethodDescriptionVanillaItemTagsProvider.BlockToItemConverter.blockTagToItemTag(TagKey<Block> blockTag) Constructor parameters in net.minecraft.data.tags with type arguments of type ItemModifierConstructorDescriptionBlockToItemConverter(TagAppender<Item, Item> itemAppender) BlockToItemConverter(TagAppender<Item, Item> itemAppender) -
Uses of Item in net.minecraft.gametest.framework
Methods in net.minecraft.gametest.framework with parameters of type ItemModifier and TypeMethodDescriptionvoidGameTestHelper.assertAtTickTimeContainerContains(long time, BlockPos pos, Item item) voidGameTestHelper.assertContainerContains(BlockPos pos, Item item) voidGameTestHelper.assertContainerContainsSingle(BlockPos pos, Item item) <E extends Entity & InventoryCarrier>
voidGameTestHelper.assertEntityInventoryContains(BlockPos pos, EntityType<E> entityType, Item item) <E extends LivingEntity>
voidGameTestHelper.assertEntityIsHolding(BlockPos pos, EntityType<E> entityType, Item item) voidGameTestHelper.assertItemEntityCountIs(Item itemType, BlockPos pos, double distance, int count) voidGameTestHelper.assertItemEntityNotPresent(Item itemType) voidGameTestHelper.assertItemEntityNotPresent(Item itemType, BlockPos pos, double distance) voidGameTestHelper.assertItemEntityPresent(Item itemType) voidGameTestHelper.assertItemEntityPresent(Item itemType, BlockPos pos, double distance) private static ComponentGameTestHelper.getItemName(Item itemType) -
Uses of Item in net.minecraft.network
Fields in net.minecraft.network with type parameters of type ItemModifier and TypeFieldDescriptionHashedStack.ActualItem.itemThe field for theitemrecord component.Methods in net.minecraft.network that return types with arguments of type ItemModifier and TypeMethodDescriptionHashedStack.ActualItem.item()Returns the value of theitemrecord component.Constructor parameters in net.minecraft.network with type arguments of type ItemModifierConstructorDescriptionActualItem(Holder<Item> item, int count, HashedPatchMap components) Creates an instance of aActualItemrecord class. -
Uses of Item in net.minecraft.recipebook
Method parameters in net.minecraft.recipebook with type arguments of type ItemModifier and TypeMethodDescriptionprivate static intServerPlaceRecipe.clampToMaxStackSize(int value, List<Holder<Item>> items) private intServerPlaceRecipe.moveItemToGrid(Slot targetSlot, Holder<Item> itemInInventory, int count) -
Uses of Item in net.minecraft.references
Fields in net.minecraft.references with type parameters of type ItemModifier and TypeFieldDescriptionstatic final ResourceKey<Item> ItemIds.MELON_SEEDSstatic final ResourceKey<Item> ItemIds.PUMPKIN_SEEDSMethods in net.minecraft.references that return types with arguments of type Item -
Uses of Item in net.minecraft.server.commands
Methods in net.minecraft.server.commands that return types with arguments of type ItemModifier and TypeMethodDescriptionprivate static List<Holder.Reference<Item>> SpawnArmorTrimsCommand.findEquippableItemsWithAssets(HolderLookup<Item> items) Method parameters in net.minecraft.server.commands with type arguments of type ItemModifier and TypeMethodDescriptionprivate static List<Holder.Reference<Item>> SpawnArmorTrimsCommand.findEquippableItemsWithAssets(HolderLookup<Item> items) -
Uses of Item in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type ItemModifier and TypeMethodDescriptionvoidServerPlayer.onEquippedItemBroken(Item brokenItem, EquipmentSlot inSlot) -
Uses of Item in net.minecraft.stats
Fields in net.minecraft.stats with type parameters of type ItemModifier and TypeFieldDescriptionStats.ITEM_BROKENStats.ITEM_CRAFTEDStats.ITEM_DROPPEDStats.ITEM_PICKED_UPStats.ITEM_USED -
Uses of Item in net.minecraft.tags
Fields in net.minecraft.tags with type parameters of type ItemModifier and TypeFieldDescriptionItemTags.ACACIA_LOGSItemTags.ANVILItemTags.ARMADILLO_FOODItemTags.ARMOR_ENCHANTABLEItemTags.ARROWSItemTags.AXESItemTags.AXOLOTL_FOODItemTags.BAMBOO_BLOCKSItemTags.BANNERSItemTags.BARSItemTags.BEACON_PAYMENT_ITEMSItemTags.BEDSItemTags.BEE_FOODItemTags.BIRCH_LOGSItemTags.BOATSItemTags.BOOK_CLONING_TARGETItemTags.BOOKSHELF_BOOKSItemTags.BOW_ENCHANTABLEItemTags.BREAKS_DECORATED_POTSItemTags.BREWING_FUELItemTags.BUNDLESItemTags.BUTTONSItemTags.CAMEL_FOODItemTags.CAMEL_HUSK_FOODItemTags.CANDLESItemTags.CAT_COLLAR_DYESItemTags.CAT_FOODItemTags.CAULDRON_CAN_REMOVE_DYEItemTags.CHAINSItemTags.CHERRY_LOGSItemTags.CHEST_ARMORItemTags.CHEST_ARMOR_ENCHANTABLEItemTags.CHEST_BOATSItemTags.CHICKEN_FOODItemTags.CLUSTER_MAX_HARVESTABLESItemTags.COAL_ORESItemTags.COALSItemTags.COMPASSESItemTags.COMPLETES_FIND_TREE_TUTORIALItemTags.COPPERItemTags.COPPER_CHESTSItemTags.COPPER_GOLEM_STATUESItemTags.COPPER_ORESItemTags.COPPER_TOOL_MATERIALSItemTags.COW_FOODItemTags.CREEPER_DROP_MUSIC_DISCSItemTags.CREEPER_IGNITERSItemTags.CRIMSON_STEMSItemTags.CROSSBOW_ENCHANTABLEItemTags.DAMPENS_VIBRATIONSItemTags.DARK_OAK_LOGSItemTags.DECORATED_POT_INGREDIENTSItemTags.DECORATED_POT_SHERDSItemTags.DIAMOND_ORESItemTags.DIAMOND_TOOL_MATERIALSItemTags.DIRTItemTags.DOORSItemTags.DROWNED_PREFERRED_WEAPONSItemTags.DUPLICATES_ALLAYSItemTags.DURABILITY_ENCHANTABLEItemTags.DYESItemTags.EGGSItemTags.EMERALD_ORESItemTags.EQUIPPABLE_ENCHANTABLEItemTags.FENCE_GATESItemTags.FENCESItemTags.FIRE_ASPECT_ENCHANTABLEItemTags.FISHESItemTags.FISHING_ENCHANTABLEItemTags.FLOWERSItemTags.FOOT_ARMORItemTags.FOOT_ARMOR_ENCHANTABLEItemTags.FOX_FOODItemTags.FREEZE_IMMUNE_WEARABLESItemTags.FROG_FOODItemTags.FURNACE_MINECART_FUELItemTags.GAZE_DISGUISE_EQUIPMENTItemTags.GOAT_FOODItemTags.GOLD_ORESItemTags.GOLD_TOOL_MATERIALSItemTags.GRASS_BLOCKSItemTags.HANGING_SIGNSItemTags.HAPPY_GHAST_FOODItemTags.HAPPY_GHAST_TEMPT_ITEMSItemTags.HARNESSESItemTags.HEAD_ARMORItemTags.HEAD_ARMOR_ENCHANTABLEItemTags.HOESItemTags.HOGLIN_FOODItemTags.HORSE_FOODItemTags.HORSE_TEMPT_ITEMSItemTags.IGNORED_BY_PIGLIN_BABIESItemTags.IRON_ORESItemTags.IRON_TOOL_MATERIALSItemTags.JUNGLE_LOGSItemTags.LANTERNSItemTags.LAPIS_ORESItemTags.LEAVESItemTags.LECTERN_BOOKSItemTags.LEG_ARMORItemTags.LEG_ARMOR_ENCHANTABLEItemTags.LIGHTNING_RODSItemTags.LLAMA_FOODItemTags.LLAMA_TEMPT_ITEMSItemTags.LOGSItemTags.LOGS_THAT_BURNItemTags.LOOM_DYESItemTags.LOOM_PATTERNSItemTags.LUNGE_ENCHANTABLEItemTags.MACE_ENCHANTABLEItemTags.MANGROVE_LOGSItemTags.MAP_INVISIBILITY_EQUIPMENTItemTags.MEATItemTags.MELEE_WEAPON_ENCHANTABLEItemTags.METAL_NUGGETSItemTags.MINING_ENCHANTABLEItemTags.MINING_LOOT_ENCHANTABLEItemTags.MOSS_BLOCKSItemTags.MUDItemTags.NAUTILUS_BUCKET_FOODItemTags.NAUTILUS_FOODItemTags.NAUTILUS_TAMING_ITEMSItemTags.NETHERITE_TOOL_MATERIALSItemTags.NON_FLAMMABLE_WOODItemTags.NOTE_BLOCK_TOP_INSTRUMENTSItemTags.OAK_LOGSItemTags.OCELOT_FOODItemTags.PALE_OAK_LOGSItemTags.PANDA_EATS_FROM_GROUNDItemTags.PANDA_FOODItemTags.PARROT_FOODItemTags.PARROT_POISONOUS_FOODItemTags.PICKAXESItemTags.PIG_FOODItemTags.PIGLIN_FOODItemTags.PIGLIN_LOVEDItemTags.PIGLIN_PREFERRED_WEAPONSItemTags.PIGLIN_REPELLENTSItemTags.PIGLIN_SAFE_ARMORItemTags.PILLAGER_PREFERRED_WEAPONSItemTags.PLANKSItemTags.RABBIT_FOODItemTags.RAILSItemTags.REDSTONE_ORESItemTags.REPAIRS_CHAIN_ARMORItemTags.REPAIRS_COPPER_ARMORItemTags.REPAIRS_DIAMOND_ARMORItemTags.REPAIRS_GOLD_ARMORItemTags.REPAIRS_IRON_ARMORItemTags.REPAIRS_LEATHER_ARMORItemTags.REPAIRS_NETHERITE_ARMORItemTags.REPAIRS_TURTLE_HELMETItemTags.REPAIRS_WOLF_ARMORItemTags.SANDItemTags.SAPLINGSItemTags.SHARP_WEAPON_ENCHANTABLEItemTags.SHEARABLE_FROM_COPPER_GOLEMItemTags.SHEEP_FOODItemTags.SHOVELSItemTags.SHULKER_BOXESItemTags.SIGNSItemTags.SKELETON_PREFERRED_WEAPONSItemTags.SKULLSItemTags.SLABSItemTags.SMALL_FLOWERSItemTags.SMELTS_TO_GLASSItemTags.SNIFFER_FOODItemTags.SOUL_FIRE_BASE_BLOCKSItemTags.SPEARSItemTags.SPRUCE_LOGSItemTags.STAIRSItemTags.STONE_BRICKSItemTags.STONE_BUTTONSItemTags.STONE_CRAFTING_MATERIALSItemTags.STONE_TOOL_MATERIALSItemTags.STRIDER_FOODItemTags.STRIDER_TEMPT_ITEMSItemTags.SWEEPING_ENCHANTABLEItemTags.SWORDSItemTags.TERRACOTTAItemTags.TRAPDOORSItemTags.TRIDENT_ENCHANTABLEItemTags.TRIM_MATERIALSItemTags.TRIMMABLE_ARMORItemTags.TURTLE_FOODItemTags.VANISHING_ENCHANTABLEItemTags.VILLAGER_PICKS_UPItemTags.VILLAGER_PLANTABLE_SEEDSItemTags.WALLSItemTags.WARPED_STEMSItemTags.WART_BLOCKSItemTags.WEAPON_ENCHANTABLEItemTags.WITHER_SKELETON_DISLIKED_WEAPONSItemTags.WOLF_COLLAR_DYESItemTags.WOLF_FOODItemTags.WOODEN_BUTTONSItemTags.WOODEN_DOORSItemTags.WOODEN_FENCESItemTags.WOODEN_PRESSURE_PLATESItemTags.WOODEN_SHELVESItemTags.WOODEN_SLABSItemTags.WOODEN_STAIRSItemTags.WOODEN_TOOL_MATERIALSItemTags.WOODEN_TRAPDOORSItemTags.WOOLItemTags.WOOL_CARPETSItemTags.ZOMBIE_HORSE_FOODMethods in net.minecraft.tags that return types with arguments of type Item -
Uses of Item in net.minecraft.util
Methods in net.minecraft.util that return types with arguments of type ItemModifier and TypeMethodDescriptionGsonHelper.convertToItem(com.google.gson.JsonElement element, String name) Method parameters in net.minecraft.util with type arguments of type Item -
Uses of Item in net.minecraft.world
Methods in net.minecraft.world with parameters of type ItemModifier and TypeMethodDescriptiondefault intSimpleContainer.removeItemType(Item itemType, int count) Method parameters in net.minecraft.world with type arguments of type Item -
Uses of Item in net.minecraft.world.entity
Methods in net.minecraft.world.entity that return ItemModifier and TypeMethodDescriptionstatic @Nullable ItemMob.getEquipmentForSlot(EquipmentSlot slot, int type) Methods in net.minecraft.world.entity that return types with arguments of type ItemMethods in net.minecraft.world.entity with parameters of type ItemModifier and TypeMethodDescriptionEntity.getHandHoldingItemAngle(Item item) booleanvoidLivingEntity.onEquippedItemBroken(Item brokenItem, EquipmentSlot inSlot) Method parameters in net.minecraft.world.entity with type arguments of type ItemModifier and TypeMethodDescriptionprivate static EntityType.EntityFactory<Boat> EntityType.boatFactory(Supplier<Item> boatItem) private static EntityType.EntityFactory<ChestBoat> EntityType.chestBoatFactory(Supplier<Item> dropItem) private static EntityType.EntityFactory<ChestRaft> EntityType.chestRaftFactory(Supplier<Item> dropItem) private static EntityType.EntityFactory<Raft> EntityType.raftFactory(Supplier<Item> dropItem) -
Uses of Item in net.minecraft.world.entity.ai.behavior
Fields in net.minecraft.world.entity.ai.behavior with type parameters of type ItemMethods in net.minecraft.world.entity.ai.behavior that return types with arguments of type ItemModifier and TypeMethodDescriptionTradeWithVillager.figureOutWhatIAmWillingToTrade(Villager myBody, Villager target) Method parameters in net.minecraft.world.entity.ai.behavior with type arguments of type ItemModifier and TypeMethodDescriptionprivate static voidTradeWithVillager.throwHalfStack(Villager villager, Set<Item> items, LivingEntity target) -
Uses of Item in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal declared as Item -
Uses of Item in net.minecraft.world.entity.monster.illager
Methods in net.minecraft.world.entity.monster.illager that return types with arguments of type Item -
Uses of Item in net.minecraft.world.entity.monster.piglin
Fields in net.minecraft.world.entity.monster.piglin declared as ItemMethods in net.minecraft.world.entity.monster.piglin that return types with arguments of type Item -
Uses of Item in net.minecraft.world.entity.monster.skeleton
Methods in net.minecraft.world.entity.monster.skeleton that return types with arguments of type ItemModifier and TypeMethodDescriptionAbstractSkeleton.getPreferredWeaponType()WitherSkeleton.getPreferredWeaponType() -
Uses of Item in net.minecraft.world.entity.monster.zombie
Methods in net.minecraft.world.entity.monster.zombie that return types with arguments of type Item -
Uses of Item in net.minecraft.world.entity.npc.villager
Fields in net.minecraft.world.entity.npc.villager with type parameters of type ItemModifier and TypeFieldDescriptionVillager.FOOD_POINTSprivate final com.google.common.collect.ImmutableSet<Item> VillagerProfession.requestedItemsThe field for therequestedItemsrecord component.Methods in net.minecraft.world.entity.npc.villager that return types with arguments of type ItemModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<Item> VillagerProfession.requestedItems()Returns the value of therequestedItemsrecord component.Method parameters in net.minecraft.world.entity.npc.villager with type arguments of type ItemModifier and TypeMethodDescriptionprivate static VillagerProfessionVillagerProfession.register(Registry<VillagerProfession> registry, ResourceKey<VillagerProfession> name, Predicate<Holder<PoiType>> heldJobSite, Predicate<Holder<PoiType>> acquirableJobSite, com.google.common.collect.ImmutableSet<Item> requestedItems, com.google.common.collect.ImmutableSet<Block> secondaryPoi, @Nullable SoundEvent workSound, it.unimi.dsi.fastutil.ints.Int2ObjectMap<ResourceKey<TradeSet>> trades) private static VillagerProfessionVillagerProfession.register(Registry<VillagerProfession> registry, ResourceKey<VillagerProfession> name, ResourceKey<PoiType> jobSite, com.google.common.collect.ImmutableSet<Item> requestedItems, com.google.common.collect.ImmutableSet<Block> secondaryPoi, @Nullable SoundEvent workSound, it.unimi.dsi.fastutil.ints.Int2ObjectMap<ResourceKey<TradeSet>> trades) Constructor parameters in net.minecraft.world.entity.npc.villager with type arguments of type ItemModifierConstructorDescriptionVillagerProfession(Component name, Predicate<Holder<PoiType>> heldJobSite, Predicate<Holder<PoiType>> acquirableJobSite, com.google.common.collect.ImmutableSet<Item> requestedItems, com.google.common.collect.ImmutableSet<Block> secondaryPoi, @Nullable SoundEvent workSound, it.unimi.dsi.fastutil.ints.Int2ObjectMap<ResourceKey<TradeSet>> tradeSetsByLevel) Creates an instance of aVillagerProfessionrecord class. -
Uses of Item in net.minecraft.world.entity.player
Fields in net.minecraft.world.entity.player with type parameters of type ItemModifier and TypeFieldDescriptionprivate final StackedContents<Holder<Item>> StackedItemContents.rawMethods in net.minecraft.world.entity.player with parameters of type ItemMethod parameters in net.minecraft.world.entity.player with type arguments of type ItemModifier and TypeMethodDescriptionprivate booleanStackedItemContents.canCraft(List<? extends StackedContents.IngredientInfo<Holder<Item>>> contents, int amount, @Nullable StackedContents.Output<Holder<Item>> output) private booleanStackedItemContents.canCraft(List<? extends StackedContents.IngredientInfo<Holder<Item>>> contents, int amount, @Nullable StackedContents.Output<Holder<Item>> output) booleanStackedItemContents.canCraft(List<? extends StackedContents.IngredientInfo<Holder<Item>>> contents, @Nullable StackedContents.Output<Holder<Item>> output) booleanStackedItemContents.canCraft(List<? extends StackedContents.IngredientInfo<Holder<Item>>> contents, @Nullable StackedContents.Output<Holder<Item>> output) booleanStackedItemContents.canCraft(Recipe<?> recipe, int amount, @Nullable StackedContents.Output<Holder<Item>> output) booleanStackedItemContents.canCraft(Recipe<?> recipe, @Nullable StackedContents.Output<Holder<Item>> output) booleanintInventory.findSlotMatchingCraftingIngredient(Holder<Item> item, ItemStack existingItem) intStackedItemContents.getBiggestCraftableStack(Recipe<?> recipe, int maxSize, @Nullable StackedContents.Output<Holder<Item>> output) intStackedItemContents.getBiggestCraftableStack(Recipe<?> recipe, @Nullable StackedContents.Output<Holder<Item>> output) -
Uses of Item in net.minecraft.world.entity.projectile
Methods in net.minecraft.world.entity.projectile with parameters of type ItemModifier and TypeMethodDescriptionstatic InteractionHandProjectileUtil.getWeaponHoldingHand(LivingEntity mob, Item weaponItem) Deprecated.protected voidProjectile.onItemBreak(Item item) Method parameters in net.minecraft.world.entity.projectile with type arguments of type ItemModifier and TypeMethodDescriptionstatic InteractionHandProjectileUtil.getWeaponHoldingHand(LivingEntity livingEntity, Predicate<Item> itemPredicate) -
Uses of Item in net.minecraft.world.entity.projectile.arrow
Methods in net.minecraft.world.entity.projectile.arrow with parameters of type Item -
Uses of Item in net.minecraft.world.entity.projectile.throwableitemprojectile
Methods in net.minecraft.world.entity.projectile.throwableitemprojectile that return ItemModifier and TypeMethodDescriptionprotected ItemSnowball.getDefaultItem()protected abstract ItemThrowableItemProjectile.getDefaultItem()protected ItemThrownEgg.getDefaultItem()protected ItemThrownEnderpearl.getDefaultItem()protected ItemThrownExperienceBottle.getDefaultItem()protected ItemThrownLingeringPotion.getDefaultItem()protected ItemThrownSplashPotion.getDefaultItem() -
Uses of Item in net.minecraft.world.entity.vehicle
Methods in net.minecraft.world.entity.vehicle that return ItemMethods in net.minecraft.world.entity.vehicle with parameters of type Item -
Uses of Item in net.minecraft.world.entity.vehicle.boat
Fields in net.minecraft.world.entity.vehicle.boat with type parameters of type ItemMethods in net.minecraft.world.entity.vehicle.boat that return ItemConstructor parameters in net.minecraft.world.entity.vehicle.boat with type arguments of type ItemModifierConstructorDescriptionAbstractBoat(EntityType<? extends AbstractBoat> type, Level level, Supplier<Item> dropItem) AbstractChestBoat(EntityType<? extends AbstractChestBoat> type, Level level, Supplier<Item> dropItem) -
Uses of Item in net.minecraft.world.entity.vehicle.minecart
Methods in net.minecraft.world.entity.vehicle.minecart that return ItemModifier and TypeMethodDescriptionprotected ItemMinecart.getDropItem()protected ItemMinecartChest.getDropItem()protected ItemMinecartCommandBlock.getDropItem()protected ItemMinecartFurnace.getDropItem()protected ItemMinecartHopper.getDropItem()protected ItemMinecartSpawner.getDropItem()protected ItemMinecartTNT.getDropItem() -
Uses of Item in net.minecraft.world.item
Subclasses of Item in net.minecraft.world.itemModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFoodOnAStickItem<T extends Entity & ItemSteerable>classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassSubinterfaces with type arguments of type Item in net.minecraft.world.itemFields in net.minecraft.world.item declared as ItemModifier and TypeFieldDescriptionstatic final ItemItems.ACACIA_BOATstatic final ItemItems.ACACIA_BUTTONstatic final ItemItems.ACACIA_CHEST_BOATstatic final ItemItems.ACACIA_DOORstatic final ItemItems.ACACIA_FENCEstatic final ItemItems.ACACIA_FENCE_GATEstatic final ItemItems.ACACIA_HANGING_SIGNstatic final ItemItems.ACACIA_LEAVESstatic final ItemItems.ACACIA_LOGstatic final ItemItems.ACACIA_PLANKSstatic final ItemItems.ACACIA_PRESSURE_PLATEstatic final ItemItems.ACACIA_SAPLINGstatic final ItemItems.ACACIA_SHELFstatic final ItemItems.ACACIA_SIGNstatic final ItemItems.ACACIA_SLABstatic final ItemItems.ACACIA_STAIRSstatic final ItemItems.ACACIA_TRAPDOORstatic final ItemItems.ACACIA_WOODstatic final ItemItems.ACTIVATOR_RAILstatic final ItemItems.AIRstatic final ItemItems.ALLAY_SPAWN_EGGstatic final ItemItems.ALLIUMstatic final ItemItems.AMETHYST_BLOCKstatic final ItemItems.AMETHYST_CLUSTERstatic final ItemItems.AMETHYST_SHARDstatic final ItemItems.ANCIENT_DEBRISstatic final ItemItems.ANDESITEstatic final ItemItems.ANDESITE_SLABstatic final ItemItems.ANDESITE_STAIRSstatic final ItemItems.ANDESITE_WALLstatic final ItemItems.ANGLER_POTTERY_SHERDstatic final ItemItems.ANVILstatic final ItemItems.APPLEstatic final ItemItems.ARCHER_POTTERY_SHERDstatic final ItemItems.ARMADILLO_SCUTEstatic final ItemItems.ARMADILLO_SPAWN_EGGstatic final ItemItems.ARMOR_STANDstatic final ItemItems.ARMS_UP_POTTERY_SHERDstatic final ItemItems.ARROWstatic final ItemItems.AXOLOTL_BUCKETstatic final ItemItems.AXOLOTL_SPAWN_EGGstatic final ItemItems.AZALEAstatic final ItemItems.AZALEA_LEAVESstatic final ItemItems.AZURE_BLUETstatic final ItemItems.BAKED_POTATOstatic final ItemItems.BAMBOOstatic final ItemItems.BAMBOO_BLOCKstatic final ItemItems.BAMBOO_BUTTONstatic final ItemItems.BAMBOO_CHEST_RAFTstatic final ItemItems.BAMBOO_DOORstatic final ItemItems.BAMBOO_FENCEstatic final ItemItems.BAMBOO_FENCE_GATEstatic final ItemItems.BAMBOO_HANGING_SIGNstatic final ItemItems.BAMBOO_MOSAICstatic final ItemItems.BAMBOO_MOSAIC_SLABstatic final ItemItems.BAMBOO_MOSAIC_STAIRSstatic final ItemItems.BAMBOO_PLANKSstatic final ItemItems.BAMBOO_PRESSURE_PLATEstatic final ItemItems.BAMBOO_RAFTstatic final ItemItems.BAMBOO_SHELFstatic final ItemItems.BAMBOO_SIGNstatic final ItemItems.BAMBOO_SLABstatic final ItemItems.BAMBOO_STAIRSstatic final ItemItems.BAMBOO_TRAPDOORstatic final ItemItems.BARRELstatic final ItemItems.BARRIERstatic final ItemItems.BASALTstatic final ItemItems.BAT_SPAWN_EGGstatic final ItemItems.BEACONstatic final ItemItems.BEDROCKstatic final ItemItems.BEE_NESTstatic final ItemItems.BEE_SPAWN_EGGstatic final ItemItems.BEEFstatic final ItemItems.BEEHIVEstatic final ItemItems.BEETROOTstatic final ItemItems.BEETROOT_SEEDSstatic final ItemItems.BEETROOT_SOUPstatic final ItemItems.BELLstatic final ItemItems.BIG_DRIPLEAFstatic final ItemItems.BIRCH_BOATstatic final ItemItems.BIRCH_BUTTONstatic final ItemItems.BIRCH_CHEST_BOATstatic final ItemItems.BIRCH_DOORstatic final ItemItems.BIRCH_FENCEstatic final ItemItems.BIRCH_FENCE_GATEstatic final ItemItems.BIRCH_HANGING_SIGNstatic final ItemItems.BIRCH_LEAVESstatic final ItemItems.BIRCH_LOGstatic final ItemItems.BIRCH_PLANKSstatic final ItemItems.BIRCH_PRESSURE_PLATEstatic final ItemItems.BIRCH_SAPLINGstatic final ItemItems.BIRCH_SHELFstatic final ItemItems.BIRCH_SIGNstatic final ItemItems.BIRCH_SLABstatic final ItemItems.BIRCH_STAIRSstatic final ItemItems.BIRCH_TRAPDOORstatic final ItemItems.BIRCH_WOODstatic final ItemItems.BLACK_BANNERstatic final ItemItems.BLACK_BEDstatic final ItemItems.BLACK_BUNDLEstatic final ItemItems.BLACK_CANDLEstatic final ItemItems.BLACK_CARPETstatic final ItemItems.BLACK_CONCRETEstatic final ItemItems.BLACK_CONCRETE_POWDERstatic final ItemItems.BLACK_DYEstatic final ItemItems.BLACK_GLAZED_TERRACOTTAstatic final ItemItems.BLACK_HARNESSstatic final ItemItems.BLACK_SHULKER_BOXstatic final ItemItems.BLACK_STAINED_GLASSstatic final ItemItems.BLACK_STAINED_GLASS_PANEstatic final ItemItems.BLACK_TERRACOTTAstatic final ItemItems.BLACK_WOOLstatic final ItemItems.BLACKSTONEstatic final ItemItems.BLACKSTONE_SLABstatic final ItemItems.BLACKSTONE_STAIRSstatic final ItemItems.BLACKSTONE_WALLstatic final ItemItems.BLADE_POTTERY_SHERDstatic final ItemItems.BLAST_FURNACEstatic final ItemItems.BLAZE_POWDERstatic final ItemItems.BLAZE_RODstatic final ItemItems.BLAZE_SPAWN_EGGstatic final ItemItems.BLUE_BANNERstatic final ItemItems.BLUE_BEDstatic final ItemItems.BLUE_BUNDLEstatic final ItemItems.BLUE_CANDLEstatic final ItemItems.BLUE_CARPETstatic final ItemItems.BLUE_CONCRETEstatic final ItemItems.BLUE_CONCRETE_POWDERstatic final ItemItems.BLUE_DYEstatic final ItemItems.BLUE_EGGstatic final ItemItems.BLUE_GLAZED_TERRACOTTAstatic final ItemItems.BLUE_HARNESSstatic final ItemItems.BLUE_ICEstatic final ItemItems.BLUE_ORCHIDstatic final ItemItems.BLUE_SHULKER_BOXstatic final ItemItems.BLUE_STAINED_GLASSstatic final ItemItems.BLUE_STAINED_GLASS_PANEstatic final ItemItems.BLUE_TERRACOTTAstatic final ItemItems.BLUE_WOOLstatic final ItemItems.BOGGED_SPAWN_EGGstatic final Itemstatic final ItemItems.BONEstatic final ItemItems.BONE_BLOCKstatic final ItemItems.BONE_MEALstatic final ItemItems.BOOKstatic final ItemItems.BOOKSHELFstatic final Itemstatic final ItemItems.BOWstatic final ItemItems.BOWLstatic final ItemItems.BRAIN_CORALstatic final ItemItems.BRAIN_CORAL_BLOCKstatic final ItemItems.BRAIN_CORAL_FANstatic final ItemItems.BREADstatic final ItemItems.BREEZE_RODstatic final ItemItems.BREEZE_SPAWN_EGGstatic final ItemItems.BREWER_POTTERY_SHERDstatic final ItemItems.BREWING_STANDstatic final ItemItems.BRICKstatic final ItemItems.BRICK_SLABstatic final ItemItems.BRICK_STAIRSstatic final ItemItems.BRICK_WALLstatic final ItemItems.BRICKSstatic final ItemItems.BROWN_BANNERstatic final ItemItems.BROWN_BEDstatic final ItemItems.BROWN_BUNDLEstatic final ItemItems.BROWN_CANDLEstatic final ItemItems.BROWN_CARPETstatic final ItemItems.BROWN_CONCRETEstatic final ItemItems.BROWN_CONCRETE_POWDERstatic final ItemItems.BROWN_DYEstatic final ItemItems.BROWN_EGGstatic final ItemItems.BROWN_GLAZED_TERRACOTTAstatic final ItemItems.BROWN_HARNESSstatic final ItemItems.BROWN_MUSHROOMstatic final ItemItems.BROWN_MUSHROOM_BLOCKstatic final ItemItems.BROWN_SHULKER_BOXstatic final ItemItems.BROWN_STAINED_GLASSstatic final ItemItems.BROWN_STAINED_GLASS_PANEstatic final ItemItems.BROWN_TERRACOTTAstatic final ItemItems.BROWN_WOOLstatic final ItemItems.BRUSHstatic final ItemItems.BUBBLE_CORALstatic final ItemItems.BUBBLE_CORAL_BLOCKstatic final ItemItems.BUBBLE_CORAL_FANstatic final ItemItems.BUCKETstatic final ItemItems.BUDDING_AMETHYSTstatic final ItemItems.BUNDLEstatic final ItemItems.BURN_POTTERY_SHERDstatic final ItemItems.BUSHstatic final ItemItems.CACTUSstatic final ItemItems.CACTUS_FLOWERstatic final ItemItems.CAKEstatic final ItemItems.CALCITEstatic final ItemItems.CALIBRATED_SCULK_SENSORstatic final ItemItems.CAMEL_HUSK_SPAWN_EGGstatic final ItemItems.CAMEL_SPAWN_EGGstatic final ItemItems.CAMPFIREstatic final ItemItems.CANDLEstatic final ItemItems.CARROTstatic final ItemItems.CARROT_ON_A_STICKstatic final ItemItems.CARTOGRAPHY_TABLEstatic final ItemItems.CARVED_PUMPKINstatic final ItemItems.CAT_SPAWN_EGGstatic final ItemItems.CAULDRONstatic final ItemItems.CAVE_SPIDER_SPAWN_EGGstatic final ItemItems.CHAIN_COMMAND_BLOCKstatic final ItemItems.CHAINMAIL_BOOTSstatic final ItemItems.CHAINMAIL_CHESTPLATEstatic final ItemItems.CHAINMAIL_HELMETstatic final ItemItems.CHAINMAIL_LEGGINGSstatic final ItemItems.CHARCOALstatic final ItemItems.CHERRY_BOATstatic final ItemItems.CHERRY_BUTTONstatic final ItemItems.CHERRY_CHEST_BOATstatic final ItemItems.CHERRY_DOORstatic final ItemItems.CHERRY_FENCEstatic final ItemItems.CHERRY_FENCE_GATEstatic final ItemItems.CHERRY_HANGING_SIGNstatic final ItemItems.CHERRY_LEAVESstatic final ItemItems.CHERRY_LOGstatic final ItemItems.CHERRY_PLANKSstatic final ItemItems.CHERRY_PRESSURE_PLATEstatic final ItemItems.CHERRY_SAPLINGstatic final ItemItems.CHERRY_SHELFstatic final ItemItems.CHERRY_SIGNstatic final ItemItems.CHERRY_SLABstatic final ItemItems.CHERRY_STAIRSstatic final ItemItems.CHERRY_TRAPDOORstatic final ItemItems.CHERRY_WOODstatic final ItemItems.CHESTstatic final ItemItems.CHEST_MINECARTstatic final ItemItems.CHICKENstatic final ItemItems.CHICKEN_SPAWN_EGGstatic final ItemItems.CHIPPED_ANVILstatic final ItemItems.CHISELED_BOOKSHELFstatic final ItemItems.CHISELED_COPPERstatic final ItemItems.CHISELED_DEEPSLATEstatic final ItemItems.CHISELED_NETHER_BRICKSstatic final Itemstatic final ItemItems.CHISELED_QUARTZ_BLOCKstatic final ItemItems.CHISELED_RED_SANDSTONEstatic final ItemItems.CHISELED_RESIN_BRICKSstatic final ItemItems.CHISELED_SANDSTONEstatic final ItemItems.CHISELED_STONE_BRICKSstatic final ItemItems.CHISELED_TUFFstatic final ItemItems.CHISELED_TUFF_BRICKSstatic final ItemItems.CHORUS_FLOWERstatic final ItemItems.CHORUS_FRUITstatic final ItemItems.CHORUS_PLANTstatic final ItemItems.CLAYstatic final ItemItems.CLAY_BALLstatic final ItemItems.CLOCKstatic final ItemItems.CLOSED_EYEBLOSSOMstatic final ItemItems.COALstatic final ItemItems.COAL_BLOCKstatic final ItemItems.COAL_OREstatic final ItemItems.COARSE_DIRTstatic final Itemstatic final ItemItems.COBBLED_DEEPSLATEstatic final ItemItems.COBBLED_DEEPSLATE_SLABstatic final ItemItems.COBBLED_DEEPSLATE_STAIRSstatic final ItemItems.COBBLED_DEEPSLATE_WALLstatic final ItemItems.COBBLESTONEstatic final ItemItems.COBBLESTONE_SLABstatic final ItemItems.COBBLESTONE_STAIRSstatic final ItemItems.COBBLESTONE_WALLstatic final ItemItems.COBWEBstatic final ItemItems.COCOA_BEANSstatic final ItemItems.CODstatic final ItemItems.COD_BUCKETstatic final ItemItems.COD_SPAWN_EGGstatic final ItemItems.COMMAND_BLOCKstatic final ItemItems.COMMAND_BLOCK_MINECARTstatic final ItemItems.COMPARATORstatic final ItemItems.COMPASSstatic final ItemItems.COMPOSTERstatic final ItemItems.CONDUITstatic final ItemItems.COOKED_BEEFstatic final ItemItems.COOKED_CHICKENstatic final ItemItems.COOKED_CODstatic final ItemItems.COOKED_MUTTONstatic final ItemItems.COOKED_PORKCHOPstatic final ItemItems.COOKED_RABBITstatic final ItemItems.COOKED_SALMONstatic final ItemItems.COOKIEstatic final ItemItems.COPPER_AXEstatic final ItemItems.COPPER_BLOCKstatic final ItemItems.COPPER_BOOTSstatic final ItemItems.COPPER_BULBstatic final ItemItems.COPPER_CHESTstatic final ItemItems.COPPER_CHESTPLATEstatic final ItemItems.COPPER_DOORstatic final ItemItems.COPPER_GOLEM_SPAWN_EGGstatic final ItemItems.COPPER_GOLEM_STATUEstatic final ItemItems.COPPER_GRATEstatic final ItemItems.COPPER_HELMETstatic final ItemItems.COPPER_HOEstatic final ItemItems.COPPER_HORSE_ARMORstatic final ItemItems.COPPER_INGOTstatic final ItemItems.COPPER_LEGGINGSstatic final ItemItems.COPPER_NAUTILUS_ARMORstatic final ItemItems.COPPER_NUGGETstatic final ItemItems.COPPER_OREstatic final ItemItems.COPPER_PICKAXEstatic final ItemItems.COPPER_SHOVELstatic final ItemItems.COPPER_SPEARstatic final ItemItems.COPPER_SWORDstatic final ItemItems.COPPER_TORCHstatic final ItemItems.COPPER_TRAPDOORstatic final ItemItems.CORNFLOWERstatic final ItemItems.COW_SPAWN_EGGstatic final ItemItems.CRACKED_DEEPSLATE_BRICKSstatic final ItemItems.CRACKED_DEEPSLATE_TILESstatic final ItemItems.CRACKED_NETHER_BRICKSstatic final Itemstatic final ItemItems.CRACKED_STONE_BRICKSstatic final ItemItems.CRAFTERstatic final ItemItems.CRAFTING_TABLEstatic final ItemItems.CREAKING_HEARTstatic final ItemItems.CREAKING_SPAWN_EGGstatic final ItemItems.CREEPER_BANNER_PATTERNstatic final ItemItems.CREEPER_HEADstatic final ItemItems.CREEPER_SPAWN_EGGstatic final ItemItems.CRIMSON_BUTTONstatic final ItemItems.CRIMSON_DOORstatic final ItemItems.CRIMSON_FENCEstatic final ItemItems.CRIMSON_FENCE_GATEstatic final ItemItems.CRIMSON_FUNGUSstatic final ItemItems.CRIMSON_HANGING_SIGNstatic final ItemItems.CRIMSON_HYPHAEstatic final ItemItems.CRIMSON_NYLIUMstatic final ItemItems.CRIMSON_PLANKSstatic final ItemItems.CRIMSON_PRESSURE_PLATEstatic final ItemItems.CRIMSON_ROOTSstatic final ItemItems.CRIMSON_SHELFstatic final ItemItems.CRIMSON_SIGNstatic final ItemItems.CRIMSON_SLABstatic final ItemItems.CRIMSON_STAIRSstatic final ItemItems.CRIMSON_STEMstatic final ItemItems.CRIMSON_TRAPDOORstatic final ItemItems.CROSSBOWstatic final ItemItems.CRYING_OBSIDIANstatic final ItemItems.CUT_COPPERstatic final ItemItems.CUT_COPPER_SLABstatic final ItemItems.CUT_COPPER_STAIRSstatic final ItemItems.CUT_RED_SANDSTONEstatic final ItemItems.CUT_RED_SANDSTONE_SLABstatic final ItemItems.CUT_SANDSTONEstatic final ItemItems.CUT_STANDSTONE_SLABstatic final ItemItems.CYAN_BANNERstatic final ItemItems.CYAN_BEDstatic final ItemItems.CYAN_BUNDLEstatic final ItemItems.CYAN_CANDLEstatic final ItemItems.CYAN_CARPETstatic final ItemItems.CYAN_CONCRETEstatic final ItemItems.CYAN_CONCRETE_POWDERstatic final ItemItems.CYAN_DYEstatic final ItemItems.CYAN_GLAZED_TERRACOTTAstatic final ItemItems.CYAN_HARNESSstatic final ItemItems.CYAN_SHULKER_BOXstatic final ItemItems.CYAN_STAINED_GLASSstatic final ItemItems.CYAN_STAINED_GLASS_PANEstatic final ItemItems.CYAN_TERRACOTTAstatic final ItemItems.CYAN_WOOLstatic final ItemItems.DAMAGED_ANVILstatic final ItemItems.DANDELIONstatic final ItemItems.DANGER_POTTERY_SHERDstatic final ItemItems.DARK_OAK_BOATstatic final ItemItems.DARK_OAK_BUTTONstatic final ItemItems.DARK_OAK_CHEST_BOATstatic final ItemItems.DARK_OAK_DOORstatic final ItemItems.DARK_OAK_FENCEstatic final ItemItems.DARK_OAK_FENCE_GATEstatic final ItemItems.DARK_OAK_HANGING_SIGNstatic final ItemItems.DARK_OAK_LEAVESstatic final ItemItems.DARK_OAK_LOGstatic final ItemItems.DARK_OAK_PLANKSstatic final ItemItems.DARK_OAK_PRESSURE_PLATEstatic final ItemItems.DARK_OAK_SAPLINGstatic final ItemItems.DARK_OAK_SHELFstatic final ItemItems.DARK_OAK_SIGNstatic final ItemItems.DARK_OAK_SLABstatic final ItemItems.DARK_OAK_STAIRSstatic final ItemItems.DARK_OAK_TRAPDOORstatic final ItemItems.DARK_OAK_WOODstatic final ItemItems.DARK_PRISMARINEstatic final ItemItems.DARK_PRISMARINE_SLABstatic final ItemItems.DARK_PRISMARINE_STAIRSstatic final ItemItems.DAYLIGHT_DETECTORstatic final ItemItems.DEAD_BRAIN_CORALstatic final ItemItems.DEAD_BRAIN_CORAL_BLOCKstatic final ItemItems.DEAD_BRAIN_CORAL_FANstatic final ItemItems.DEAD_BUBBLE_CORALstatic final ItemItems.DEAD_BUBBLE_CORAL_BLOCKstatic final ItemItems.DEAD_BUBBLE_CORAL_FANstatic final ItemItems.DEAD_BUSHstatic final ItemItems.DEAD_FIRE_CORALstatic final ItemItems.DEAD_FIRE_CORAL_BLOCKstatic final ItemItems.DEAD_FIRE_CORAL_FANstatic final ItemItems.DEAD_HORN_CORALstatic final ItemItems.DEAD_HORN_CORAL_BLOCKstatic final ItemItems.DEAD_HORN_CORAL_FANstatic final ItemItems.DEAD_TUBE_CORALstatic final ItemItems.DEAD_TUBE_CORAL_BLOCKstatic final ItemItems.DEAD_TUBE_CORAL_FANstatic final ItemItems.DEBUG_STICKstatic final ItemItems.DECORATED_POTstatic final ItemItems.DEEPSLATEstatic final ItemItems.DEEPSLATE_BRICK_SLABstatic final ItemItems.DEEPSLATE_BRICK_STAIRSstatic final ItemItems.DEEPSLATE_BRICK_WALLstatic final ItemItems.DEEPSLATE_BRICKSstatic final ItemItems.DEEPSLATE_COAL_OREstatic final ItemItems.DEEPSLATE_COPPER_OREstatic final ItemItems.DEEPSLATE_DIAMOND_OREstatic final ItemItems.DEEPSLATE_EMERALD_OREstatic final ItemItems.DEEPSLATE_GOLD_OREstatic final ItemItems.DEEPSLATE_IRON_OREstatic final ItemItems.DEEPSLATE_LAPIS_OREstatic final ItemItems.DEEPSLATE_REDSTONE_OREstatic final ItemItems.DEEPSLATE_TILE_SLABstatic final ItemItems.DEEPSLATE_TILE_STAIRSstatic final ItemItems.DEEPSLATE_TILE_WALLstatic final ItemItems.DEEPSLATE_TILESstatic final ItemItems.DETECTOR_RAILstatic final ItemItems.DIAMONDstatic final ItemItems.DIAMOND_AXEstatic final ItemItems.DIAMOND_BLOCKstatic final ItemItems.DIAMOND_BOOTSstatic final ItemItems.DIAMOND_CHESTPLATEstatic final ItemItems.DIAMOND_HELMETstatic final ItemItems.DIAMOND_HOEstatic final ItemItems.DIAMOND_HORSE_ARMORstatic final ItemItems.DIAMOND_LEGGINGSstatic final ItemItems.DIAMOND_NAUTILUS_ARMORstatic final ItemItems.DIAMOND_OREstatic final ItemItems.DIAMOND_PICKAXEstatic final ItemItems.DIAMOND_SHOVELstatic final ItemItems.DIAMOND_SPEARstatic final ItemItems.DIAMOND_SWORDstatic final ItemItems.DIORITEstatic final ItemItems.DIORITE_SLABstatic final ItemItems.DIORITE_STAIRSstatic final ItemItems.DIORITE_WALLstatic final ItemItems.DIRTstatic final ItemItems.DIRT_PATHstatic final ItemItems.DISC_FRAGMENT_5static final ItemItems.DISPENSERstatic final ItemItems.DOLPHIN_SPAWN_EGGstatic final ItemItems.DONKEY_SPAWN_EGGstatic final ItemItems.DRAGON_BREATHstatic final ItemItems.DRAGON_EGGstatic final ItemItems.DRAGON_HEADstatic final ItemItems.DRIED_GHASTstatic final ItemItems.DRIED_KELPstatic final ItemItems.DRIED_KELP_BLOCKstatic final ItemItems.DRIPSTONE_BLOCKstatic final ItemItems.DROPPERstatic final ItemItems.DROWNED_SPAWN_EGGstatic final ItemItems.DRY_SHORT_GRASSstatic final ItemItems.DRY_TALL_GRASSstatic final Itemstatic final ItemItems.ECHO_SHARDstatic final ItemItems.EGGstatic final ItemItems.ELDER_GUARDIAN_SPAWN_EGGstatic final ItemItems.ELYTRAstatic final ItemItems.EMERALDstatic final ItemItems.EMERALD_BLOCKstatic final ItemItems.EMERALD_OREstatic final ItemItems.ENCHANTED_BOOKstatic final ItemItems.ENCHANTED_GOLDEN_APPLEstatic final ItemItems.ENCHANTING_TABLEstatic final ItemItems.END_CRYSTALstatic final ItemItems.END_PORTAL_FRAMEstatic final ItemItems.END_RODstatic final ItemItems.END_STONEstatic final ItemItems.END_STONE_BRICK_SLABstatic final ItemItems.END_STONE_BRICK_STAIRSstatic final ItemItems.END_STONE_BRICK_WALLstatic final ItemItems.END_STONE_BRICKSstatic final ItemItems.ENDER_CHESTstatic final ItemItems.ENDER_DRAGON_SPAWN_EGGstatic final ItemItems.ENDER_EYEstatic final ItemItems.ENDER_PEARLstatic final ItemItems.ENDERMAN_SPAWN_EGGstatic final ItemItems.ENDERMITE_SPAWN_EGGstatic final ItemItems.EVOKER_SPAWN_EGGstatic final ItemItems.EXPERIENCE_BOTTLEstatic final ItemItems.EXPLORER_POTTERY_SHERDprivate final ItemWeatheringCopperItems.exposedThe field for theexposedrecord component.static final ItemItems.EXPOSED_CHISELED_COPPERstatic final ItemItems.EXPOSED_COPPERstatic final ItemItems.EXPOSED_COPPER_BULBstatic final ItemItems.EXPOSED_COPPER_CHESTstatic final ItemItems.EXPOSED_COPPER_DOORstatic final Itemstatic final ItemItems.EXPOSED_COPPER_GRATEstatic final ItemItems.EXPOSED_COPPER_TRAPDOORstatic final ItemItems.EXPOSED_CUT_COPPERstatic final ItemItems.EXPOSED_CUT_COPPER_SLABstatic final Itemstatic final ItemItems.EXPOSED_LIGHTNING_RODstatic final Itemstatic final ItemItems.FARMLANDstatic final ItemItems.FEATHERstatic final ItemItems.FERMENTED_SPIDER_EYEstatic final ItemItems.FERNstatic final Itemstatic final ItemItems.FILLED_MAPstatic final ItemItems.FIRE_CHARGEstatic final ItemItems.FIRE_CORALstatic final ItemItems.FIRE_CORAL_BLOCKstatic final ItemItems.FIRE_CORAL_FANstatic final ItemItems.FIREFLY_BUSHstatic final ItemItems.FIREWORK_ROCKETstatic final ItemItems.FIREWORK_STARstatic final ItemItems.FISHING_RODstatic final ItemItems.FLETCHING_TABLEstatic final ItemItems.FLINTstatic final ItemItems.FLINT_AND_STEELstatic final Itemstatic final ItemItems.FLOW_BANNER_PATTERNstatic final ItemItems.FLOW_POTTERY_SHERDstatic final ItemItems.FLOWER_BANNER_PATTERNstatic final ItemItems.FLOWER_POTstatic final ItemItems.FLOWERING_AZALEAstatic final ItemItems.FLOWERING_AZALEA_LEAVESstatic final ItemItems.FOX_SPAWN_EGGstatic final ItemItems.FRIEND_POTTERY_SHERDstatic final ItemItems.FROG_SPAWN_EGGstatic final ItemItems.FROGSPAWNstatic final ItemItems.FURNACEstatic final ItemItems.FURNACE_MINECARTstatic final ItemItems.GHAST_SPAWN_EGGstatic final ItemItems.GHAST_TEARstatic final ItemItems.GILDED_BLACKSTONEstatic final ItemItems.GLASSstatic final ItemItems.GLASS_BOTTLEstatic final ItemItems.GLASS_PANEstatic final ItemItems.GLISTERING_MELON_SLICEstatic final ItemItems.GLOBE_BANNER_PATTERNstatic final ItemItems.GLOW_BERRIESstatic final ItemItems.GLOW_INK_SACstatic final ItemItems.GLOW_ITEM_FRAMEstatic final ItemItems.GLOW_LICHENstatic final ItemItems.GLOW_SQUID_SPAWN_EGGstatic final ItemItems.GLOWSTONEstatic final ItemItems.GLOWSTONE_DUSTstatic final ItemItems.GOAT_HORNstatic final ItemItems.GOAT_SPAWN_EGGstatic final ItemItems.GOLD_BLOCKstatic final ItemItems.GOLD_INGOTstatic final ItemItems.GOLD_NUGGETstatic final ItemItems.GOLD_OREstatic final ItemItems.GOLDEN_APPLEstatic final ItemItems.GOLDEN_AXEstatic final ItemItems.GOLDEN_BOOTSstatic final ItemItems.GOLDEN_CARROTstatic final ItemItems.GOLDEN_CHESTPLATEstatic final ItemItems.GOLDEN_DANDELIONstatic final ItemItems.GOLDEN_HELMETstatic final ItemItems.GOLDEN_HOEstatic final ItemItems.GOLDEN_HORSE_ARMORstatic final ItemItems.GOLDEN_LEGGINGSstatic final ItemItems.GOLDEN_NAUTILUS_ARMORstatic final ItemItems.GOLDEN_PICKAXEstatic final ItemItems.GOLDEN_SHOVELstatic final ItemItems.GOLDEN_SPEARstatic final ItemItems.GOLDEN_SWORDstatic final ItemItems.GRANITEstatic final ItemItems.GRANITE_SLABstatic final ItemItems.GRANITE_STAIRSstatic final ItemItems.GRANITE_WALLstatic final ItemItems.GRASS_BLOCKstatic final ItemItems.GRAVELstatic final ItemItems.GRAY_BANNERstatic final ItemItems.GRAY_BEDstatic final ItemItems.GRAY_BUNDLEstatic final ItemItems.GRAY_CANDLEstatic final ItemItems.GRAY_CARPETstatic final ItemItems.GRAY_CONCRETEstatic final ItemItems.GRAY_CONCRETE_POWDERstatic final ItemItems.GRAY_DYEstatic final ItemItems.GRAY_GLAZED_TERRACOTTAstatic final ItemItems.GRAY_HARNESSstatic final ItemItems.GRAY_SHULKER_BOXstatic final ItemItems.GRAY_STAINED_GLASSstatic final ItemItems.GRAY_STAINED_GLASS_PANEstatic final ItemItems.GRAY_TERRACOTTAstatic final ItemItems.GRAY_WOOLstatic final ItemItems.GREEN_BANNERstatic final ItemItems.GREEN_BEDstatic final ItemItems.GREEN_BUNDLEstatic final ItemItems.GREEN_CANDLEstatic final ItemItems.GREEN_CARPETstatic final ItemItems.GREEN_CONCRETEstatic final ItemItems.GREEN_CONCRETE_POWDERstatic final ItemItems.GREEN_DYEstatic final ItemItems.GREEN_GLAZED_TERRACOTTAstatic final ItemItems.GREEN_HARNESSstatic final ItemItems.GREEN_SHULKER_BOXstatic final ItemItems.GREEN_STAINED_GLASSstatic final ItemItems.GREEN_STAINED_GLASS_PANEstatic final ItemItems.GREEN_TERRACOTTAstatic final ItemItems.GREEN_WOOLstatic final ItemItems.GRINDSTONEstatic final ItemItems.GUARDIAN_SPAWN_EGGstatic final ItemItems.GUNPOWDERstatic final ItemItems.GUSTER_BANNER_PATTERNstatic final ItemItems.GUSTER_POTTERY_SHERDstatic final ItemItems.HANGING_ROOTSstatic final ItemItems.HAPPY_GHAST_SPAWN_EGGstatic final ItemItems.HAY_BLOCKstatic final ItemItems.HEART_OF_THE_SEAstatic final ItemItems.HEART_POTTERY_SHERDstatic final ItemItems.HEARTBREAK_POTTERY_SHERDstatic final ItemItems.HEAVY_COREstatic final Itemstatic final ItemItems.HOGLIN_SPAWN_EGGstatic final ItemItems.HONEY_BLOCKstatic final ItemItems.HONEY_BOTTLEstatic final ItemItems.HONEYCOMBstatic final ItemItems.HONEYCOMB_BLOCKstatic final ItemItems.HOPPERstatic final ItemItems.HOPPER_MINECARTstatic final ItemItems.HORN_CORALstatic final ItemItems.HORN_CORAL_BLOCKstatic final ItemItems.HORN_CORAL_FANstatic final ItemItems.HORSE_SPAWN_EGGstatic final Itemstatic final ItemItems.HOWL_POTTERY_SHERDstatic final ItemItems.HUSK_SPAWN_EGGstatic final ItemItems.ICEstatic final Itemstatic final ItemItems.INFESTED_COBBLESTONEstatic final Itemstatic final ItemItems.INFESTED_DEEPSLATEstatic final Itemstatic final ItemItems.INFESTED_STONEstatic final ItemItems.INFESTED_STONE_BRICKSstatic final ItemItems.INK_SACstatic final ItemItems.IRON_AXEstatic final ItemItems.IRON_BARSstatic final ItemItems.IRON_BLOCKstatic final ItemItems.IRON_BOOTSstatic final ItemItems.IRON_CHAINstatic final ItemItems.IRON_CHESTPLATEstatic final ItemItems.IRON_DOORstatic final ItemItems.IRON_GOLEM_SPAWN_EGGstatic final ItemItems.IRON_HELMETstatic final ItemItems.IRON_HOEstatic final ItemItems.IRON_HORSE_ARMORstatic final ItemItems.IRON_INGOTstatic final ItemItems.IRON_LEGGINGSstatic final ItemItems.IRON_NAUTILUS_ARMORstatic final ItemItems.IRON_NUGGETstatic final ItemItems.IRON_OREstatic final ItemItems.IRON_PICKAXEstatic final ItemItems.IRON_SHOVELstatic final ItemItems.IRON_SPEARstatic final ItemItems.IRON_SWORDstatic final ItemItems.IRON_TRAPDOORstatic final ItemItems.ITEM_FRAMEstatic final ItemItems.JACK_O_LANTERNstatic final ItemItems.JIGSAWstatic final ItemItems.JUKEBOXstatic final ItemItems.JUNGLE_BOATstatic final ItemItems.JUNGLE_BUTTONstatic final ItemItems.JUNGLE_CHEST_BOATstatic final ItemItems.JUNGLE_DOORstatic final ItemItems.JUNGLE_FENCEstatic final ItemItems.JUNGLE_FENCE_GATEstatic final ItemItems.JUNGLE_HANGING_SIGNstatic final ItemItems.JUNGLE_LEAVESstatic final ItemItems.JUNGLE_LOGstatic final ItemItems.JUNGLE_PLANKSstatic final ItemItems.JUNGLE_PRESSURE_PLATEstatic final ItemItems.JUNGLE_SAPLINGstatic final ItemItems.JUNGLE_SHELFstatic final ItemItems.JUNGLE_SIGNstatic final ItemItems.JUNGLE_SLABstatic final ItemItems.JUNGLE_STAIRSstatic final ItemItems.JUNGLE_TRAPDOORstatic final ItemItems.JUNGLE_WOODstatic final ItemItems.KELPstatic final ItemItems.KNOWLEDGE_BOOKstatic final ItemItems.LADDERstatic final ItemItems.LANTERNstatic final ItemItems.LAPIS_BLOCKstatic final ItemItems.LAPIS_LAZULIstatic final ItemItems.LAPIS_OREstatic final ItemItems.LARGE_AMETHYST_BUDstatic final ItemItems.LARGE_FERNstatic final ItemItems.LAVA_BUCKETstatic final ItemItems.LEADstatic final ItemItems.LEAF_LITTERstatic final ItemItems.LEATHERstatic final ItemItems.LEATHER_BOOTSstatic final ItemItems.LEATHER_CHESTPLATEstatic final ItemItems.LEATHER_HELMETstatic final ItemItems.LEATHER_HORSE_ARMORstatic final ItemItems.LEATHER_LEGGINGSstatic final ItemItems.LECTERNstatic final ItemItems.LEVERstatic final ItemItems.LIGHTstatic final ItemItems.LIGHT_BLUE_BANNERstatic final ItemItems.LIGHT_BLUE_BEDstatic final ItemItems.LIGHT_BLUE_BUNDLEstatic final ItemItems.LIGHT_BLUE_CANDLEstatic final ItemItems.LIGHT_BLUE_CARPETstatic final ItemItems.LIGHT_BLUE_CONCRETEstatic final Itemstatic final ItemItems.LIGHT_BLUE_DYEstatic final Itemstatic final ItemItems.LIGHT_BLUE_HARNESSstatic final ItemItems.LIGHT_BLUE_SHULKER_BOXstatic final ItemItems.LIGHT_BLUE_STAINED_GLASSstatic final Itemstatic final ItemItems.LIGHT_BLUE_TERRACOTTAstatic final ItemItems.LIGHT_BLUE_WOOLstatic final ItemItems.LIGHT_GRAY_BANNERstatic final ItemItems.LIGHT_GRAY_BEDstatic final ItemItems.LIGHT_GRAY_BUNDLEstatic final ItemItems.LIGHT_GRAY_CANDLEstatic final ItemItems.LIGHT_GRAY_CARPETstatic final ItemItems.LIGHT_GRAY_CONCRETEstatic final Itemstatic final ItemItems.LIGHT_GRAY_DYEstatic final Itemstatic final ItemItems.LIGHT_GRAY_HARNESSstatic final ItemItems.LIGHT_GRAY_SHULKER_BOXstatic final ItemItems.LIGHT_GRAY_STAINED_GLASSstatic final Itemstatic final ItemItems.LIGHT_GRAY_TERRACOTTAstatic final ItemItems.LIGHT_GRAY_WOOLstatic final Itemstatic final ItemItems.LIGHTNING_RODstatic final ItemItems.LILACstatic final ItemItems.LILY_OF_THE_VALLEYstatic final ItemItems.LILY_PADstatic final ItemItems.LIME_BANNERstatic final ItemItems.LIME_BEDstatic final ItemItems.LIME_BUNDLEstatic final ItemItems.LIME_CANDLEstatic final ItemItems.LIME_CARPETstatic final ItemItems.LIME_CONCRETEstatic final ItemItems.LIME_CONCRETE_POWDERstatic final ItemItems.LIME_DYEstatic final ItemItems.LIME_GLAZED_TERRACOTTAstatic final ItemItems.LIME_HARNESSstatic final ItemItems.LIME_SHULKER_BOXstatic final ItemItems.LIME_STAINED_GLASSstatic final ItemItems.LIME_STAINED_GLASS_PANEstatic final ItemItems.LIME_TERRACOTTAstatic final ItemItems.LIME_WOOLstatic final ItemItems.LINGERING_POTIONstatic final ItemItems.LLAMA_SPAWN_EGGstatic final ItemItems.LODESTONEstatic final ItemItems.LOOMstatic final ItemItems.MACEstatic final ItemItems.MAGENTA_BANNERstatic final ItemItems.MAGENTA_BEDstatic final ItemItems.MAGENTA_BUNDLEstatic final ItemItems.MAGENTA_CANDLEstatic final ItemItems.MAGENTA_CARPETstatic final ItemItems.MAGENTA_CONCRETEstatic final ItemItems.MAGENTA_CONCRETE_POWDERstatic final ItemItems.MAGENTA_DYEstatic final Itemstatic final ItemItems.MAGENTA_HARNESSstatic final ItemItems.MAGENTA_SHULKER_BOXstatic final ItemItems.MAGENTA_STAINED_GLASSstatic final Itemstatic final ItemItems.MAGENTA_TERRACOTTAstatic final ItemItems.MAGENTA_WOOLstatic final ItemItems.MAGMA_BLOCKstatic final ItemItems.MAGMA_CREAMstatic final ItemItems.MAGMA_CUBE_SPAWN_EGGstatic final ItemItems.MANGROVE_BOATstatic final ItemItems.MANGROVE_BUTTONstatic final ItemItems.MANGROVE_CHEST_BOATstatic final ItemItems.MANGROVE_DOORstatic final ItemItems.MANGROVE_FENCEstatic final ItemItems.MANGROVE_FENCE_GATEstatic final ItemItems.MANGROVE_HANGING_SIGNstatic final ItemItems.MANGROVE_LEAVESstatic final ItemItems.MANGROVE_LOGstatic final ItemItems.MANGROVE_PLANKSstatic final ItemItems.MANGROVE_PRESSURE_PLATEstatic final ItemItems.MANGROVE_PROPAGULEstatic final ItemItems.MANGROVE_ROOTSstatic final ItemItems.MANGROVE_SHELFstatic final ItemItems.MANGROVE_SIGNstatic final ItemItems.MANGROVE_SLABstatic final ItemItems.MANGROVE_STAIRSstatic final ItemItems.MANGROVE_TRAPDOORstatic final ItemItems.MANGROVE_WOODstatic final ItemItems.MAPstatic final ItemItems.MEDIUM_AMETHYST_BUDstatic final ItemItems.MELONstatic final ItemItems.MELON_SEEDSstatic final ItemItems.MELON_SLICEstatic final ItemItems.MILK_BUCKETstatic final ItemItems.MINECARTstatic final ItemItems.MINER_POTTERY_SHERDstatic final ItemItems.MOJANG_BANNER_PATTERNstatic final ItemItems.MOOSHROOM_SPAWN_EGGstatic final ItemItems.MOSS_BLOCKstatic final ItemItems.MOSS_CARPETstatic final ItemItems.MOSSY_COBBLESTONEstatic final ItemItems.MOSSY_COBBLESTONE_SLABstatic final ItemItems.MOSSY_COBBLESTONE_STAIRSstatic final ItemItems.MOSSY_COBBLESTONE_WALLstatic final ItemItems.MOSSY_STONE_BRICK_SLABstatic final ItemItems.MOSSY_STONE_BRICK_STAIRSstatic final ItemItems.MOSSY_STONE_BRICK_WALLstatic final ItemItems.MOSSY_STONE_BRICKSstatic final ItemItems.MOURNER_POTTERY_SHERDstatic final ItemItems.MUDstatic final ItemItems.MUD_BRICK_SLABstatic final ItemItems.MUD_BRICK_STAIRSstatic final ItemItems.MUD_BRICK_WALLstatic final ItemItems.MUD_BRICKSstatic final ItemItems.MUDDY_MANGROVE_ROOTSstatic final ItemItems.MULE_SPAWN_EGGstatic final ItemItems.MUSHROOM_STEMstatic final ItemItems.MUSHROOM_STEWstatic final ItemItems.MUSIC_DISC_11static final ItemItems.MUSIC_DISC_13static final ItemItems.MUSIC_DISC_5static final ItemItems.MUSIC_DISC_BLOCKSstatic final ItemItems.MUSIC_DISC_CATstatic final ItemItems.MUSIC_DISC_CHIRPstatic final ItemItems.MUSIC_DISC_CREATORstatic final Itemstatic final ItemItems.MUSIC_DISC_FARstatic final ItemItems.MUSIC_DISC_LAVA_CHICKENstatic final ItemItems.MUSIC_DISC_MALLstatic final ItemItems.MUSIC_DISC_MELLOHIstatic final ItemItems.MUSIC_DISC_OTHERSIDEstatic final ItemItems.MUSIC_DISC_PIGSTEPstatic final ItemItems.MUSIC_DISC_PRECIPICEstatic final ItemItems.MUSIC_DISC_RELICstatic final ItemItems.MUSIC_DISC_STALstatic final ItemItems.MUSIC_DISC_STRADstatic final ItemItems.MUSIC_DISC_TEARSstatic final ItemItems.MUSIC_DISC_WAITstatic final ItemItems.MUSIC_DISC_WARDstatic final ItemItems.MUTTONstatic final ItemItems.MYCELIUMstatic final ItemItems.NAME_TAGstatic final ItemItems.NAUTILUS_SHELLstatic final ItemItems.NAUTILUS_SPAWN_EGGstatic final ItemItems.NETHER_BRICKstatic final ItemItems.NETHER_BRICK_FENCEstatic final ItemItems.NETHER_BRICK_SLABstatic final ItemItems.NETHER_BRICK_STAIRSstatic final ItemItems.NETHER_BRICK_WALLstatic final ItemItems.NETHER_BRICKSstatic final ItemItems.NETHER_GOLD_OREstatic final ItemItems.NETHER_QUARTZ_OREstatic final ItemItems.NETHER_SPROUTSstatic final ItemItems.NETHER_STARstatic final ItemItems.NETHER_WARTstatic final ItemItems.NETHER_WART_BLOCKstatic final ItemItems.NETHERITE_AXEstatic final ItemItems.NETHERITE_BLOCKstatic final ItemItems.NETHERITE_BOOTSstatic final ItemItems.NETHERITE_CHESTPLATEstatic final ItemItems.NETHERITE_HELMETstatic final ItemItems.NETHERITE_HOEstatic final ItemItems.NETHERITE_HORSE_ARMORstatic final ItemItems.NETHERITE_INGOTstatic final ItemItems.NETHERITE_LEGGINGSstatic final ItemItems.NETHERITE_NAUTILUS_ARMORstatic final ItemItems.NETHERITE_PICKAXEstatic final ItemItems.NETHERITE_SCRAPstatic final ItemItems.NETHERITE_SHOVELstatic final ItemItems.NETHERITE_SPEARstatic final ItemItems.NETHERITE_SWORDstatic final Itemstatic final ItemItems.NETHERRACKstatic final ItemItems.NOTE_BLOCKstatic final ItemItems.OAK_BOATstatic final ItemItems.OAK_BUTTONstatic final ItemItems.OAK_CHEST_BOATstatic final ItemItems.OAK_DOORstatic final ItemItems.OAK_FENCEstatic final ItemItems.OAK_FENCE_GATEstatic final ItemItems.OAK_HANGING_SIGNstatic final ItemItems.OAK_LEAVESstatic final ItemItems.OAK_LOGstatic final ItemItems.OAK_PLANKSstatic final ItemItems.OAK_PRESSURE_PLATEstatic final ItemItems.OAK_SAPLINGstatic final ItemItems.OAK_SHELFstatic final ItemItems.OAK_SIGNstatic final ItemItems.OAK_SLABstatic final ItemItems.OAK_STAIRSstatic final ItemItems.OAK_TRAPDOORstatic final ItemItems.OAK_WOODstatic final ItemItems.OBSERVERstatic final ItemItems.OBSIDIANstatic final ItemItems.OCELOT_SPAWN_EGGstatic final ItemItems.OCHRE_FROGLIGHTstatic final ItemItems.OMINOUS_BOTTLEstatic final ItemItems.OMINOUS_TRIAL_KEYstatic final ItemItems.OPEN_EYEBLOSSOMstatic final ItemItems.ORANGE_BANNERstatic final ItemItems.ORANGE_BEDstatic final ItemItems.ORANGE_BUNDLEstatic final ItemItems.ORANGE_CANDLEstatic final ItemItems.ORANGE_CARPETstatic final ItemItems.ORANGE_CONCRETEstatic final ItemItems.ORANGE_CONCRETE_POWDERstatic final ItemItems.ORANGE_DYEstatic final ItemItems.ORANGE_GLAZED_TERRACOTTAstatic final ItemItems.ORANGE_HARNESSstatic final ItemItems.ORANGE_SHULKER_BOXstatic final ItemItems.ORANGE_STAINED_GLASSstatic final Itemstatic final ItemItems.ORANGE_TERRACOTTAstatic final ItemItems.ORANGE_TULIPstatic final ItemItems.ORANGE_WOOLstatic final ItemItems.OXEYE_DAISYprivate final ItemWeatheringCopperItems.oxidizedThe field for theoxidizedrecord component.static final ItemItems.OXIDIZED_CHISELED_COPPERstatic final ItemItems.OXIDIZED_COPPERstatic final ItemItems.OXIDIZED_COPPER_BULBstatic final ItemItems.OXIDIZED_COPPER_CHESTstatic final ItemItems.OXIDIZED_COPPER_DOORstatic final Itemstatic final ItemItems.OXIDIZED_COPPER_GRATEstatic final ItemItems.OXIDIZED_COPPER_TRAPDOORstatic final ItemItems.OXIDIZED_CUT_COPPERstatic final ItemItems.OXIDIZED_CUT_COPPER_SLABstatic final Itemstatic final ItemItems.OXIDIZED_LIGHTNING_RODstatic final ItemItems.PACKED_ICEstatic final ItemItems.PACKED_MUDstatic final ItemItems.PAINTINGstatic final ItemItems.PALE_HANGING_MOSSstatic final ItemItems.PALE_MOSS_BLOCKstatic final ItemItems.PALE_MOSS_CARPETstatic final ItemItems.PALE_OAK_BOATstatic final ItemItems.PALE_OAK_BUTTONstatic final ItemItems.PALE_OAK_CHEST_BOATstatic final ItemItems.PALE_OAK_DOORstatic final ItemItems.PALE_OAK_FENCEstatic final ItemItems.PALE_OAK_FENCE_GATEstatic final ItemItems.PALE_OAK_HANGING_SIGNstatic final ItemItems.PALE_OAK_LEAVESstatic final ItemItems.PALE_OAK_LOGstatic final ItemItems.PALE_OAK_PLANKSstatic final ItemItems.PALE_OAK_PRESSURE_PLATEstatic final ItemItems.PALE_OAK_SAPLINGstatic final ItemItems.PALE_OAK_SHELFstatic final ItemItems.PALE_OAK_SIGNstatic final ItemItems.PALE_OAK_SLABstatic final ItemItems.PALE_OAK_STAIRSstatic final ItemItems.PALE_OAK_TRAPDOORstatic final ItemItems.PALE_OAK_WOODstatic final ItemItems.PANDA_SPAWN_EGGstatic final ItemItems.PAPERstatic final ItemItems.PARCHED_SPAWN_EGGstatic final ItemItems.PARROT_SPAWN_EGGstatic final ItemItems.PEARLESCENT_FROGLIGHTstatic final ItemItems.PEONYstatic final ItemItems.PETRIFIED_OAK_SLABstatic final ItemItems.PHANTOM_MEMBRANEstatic final ItemItems.PHANTOM_SPAWN_EGGstatic final ItemItems.PIG_SPAWN_EGGstatic final ItemItems.PIGLIN_BANNER_PATTERNstatic final ItemItems.PIGLIN_BRUTE_SPAWN_EGGstatic final ItemItems.PIGLIN_HEADstatic final ItemItems.PIGLIN_SPAWN_EGGstatic final ItemItems.PILLAGER_SPAWN_EGGstatic final ItemItems.PINK_BANNERstatic final ItemItems.PINK_BEDstatic final ItemItems.PINK_BUNDLEstatic final ItemItems.PINK_CANDLEstatic final ItemItems.PINK_CARPETstatic final ItemItems.PINK_CONCRETEstatic final ItemItems.PINK_CONCRETE_POWDERstatic final ItemItems.PINK_DYEstatic final ItemItems.PINK_GLAZED_TERRACOTTAstatic final ItemItems.PINK_HARNESSstatic final ItemItems.PINK_PETALSstatic final ItemItems.PINK_SHULKER_BOXstatic final ItemItems.PINK_STAINED_GLASSstatic final ItemItems.PINK_STAINED_GLASS_PANEstatic final ItemItems.PINK_TERRACOTTAstatic final ItemItems.PINK_TULIPstatic final ItemItems.PINK_WOOLstatic final ItemItems.PISTONstatic final ItemItems.PITCHER_PLANTstatic final ItemItems.PITCHER_PODstatic final ItemItems.PLAYER_HEADstatic final ItemItems.PLENTY_POTTERY_SHERDstatic final ItemItems.PODZOLstatic final ItemItems.POINTED_DRIPSTONEstatic final ItemItems.POISONOUS_POTATOstatic final ItemItems.POLAR_BEAR_SPAWN_EGGstatic final ItemItems.POLISHED_ANDESITEstatic final ItemItems.POLISHED_ANDESITE_SLABstatic final ItemItems.POLISHED_ANDESITE_STAIRSstatic final ItemItems.POLISHED_BASALTstatic final ItemItems.POLISHED_BLACKSTONEstatic final Itemstatic final Itemstatic final Itemstatic final Itemstatic final Itemstatic final Itemstatic final ItemItems.POLISHED_BLACKSTONE_SLABstatic final Itemstatic final ItemItems.POLISHED_BLACKSTONE_WALLstatic final ItemItems.POLISHED_DEEPSLATEstatic final ItemItems.POLISHED_DEEPSLATE_SLABstatic final Itemstatic final ItemItems.POLISHED_DEEPSLATE_WALLstatic final ItemItems.POLISHED_DIORITEstatic final ItemItems.POLISHED_DIORITE_SLABstatic final ItemItems.POLISHED_DIORITE_STAIRSstatic final ItemItems.POLISHED_GRANITEstatic final ItemItems.POLISHED_GRANITE_SLABstatic final ItemItems.POLISHED_GRANITE_STAIRSstatic final ItemItems.POLISHED_TUFFstatic final ItemItems.POLISHED_TUFF_SLABstatic final ItemItems.POLISHED_TUFF_STAIRSstatic final ItemItems.POLISHED_TUFF_WALLstatic final ItemItems.POPPED_CHORUS_FRUITstatic final ItemItems.POPPYstatic final ItemItems.PORKCHOPstatic final ItemItems.POTATOstatic final ItemItems.POTIONstatic final ItemItems.POWDER_SNOW_BUCKETstatic final ItemItems.POWERED_RAILstatic final ItemItems.PRISMARINEstatic final ItemItems.PRISMARINE_BRICK_SLABstatic final ItemItems.PRISMARINE_BRICK_STAIRSstatic final ItemItems.PRISMARINE_BRICKSstatic final ItemItems.PRISMARINE_CRYSTALSstatic final ItemItems.PRISMARINE_SHARDstatic final ItemItems.PRISMARINE_SLABstatic final ItemItems.PRISMARINE_STAIRSstatic final ItemItems.PRISMARINE_WALLstatic final ItemItems.PRIZE_POTTERY_SHERDstatic final ItemItems.PUFFERFISHstatic final ItemItems.PUFFERFISH_BUCKETstatic final ItemItems.PUFFERFISH_SPAWN_EGGstatic final ItemItems.PUMPKINstatic final ItemItems.PUMPKIN_PIEstatic final ItemItems.PUMPKIN_SEEDSstatic final ItemItems.PURPLE_BANNERstatic final ItemItems.PURPLE_BEDstatic final ItemItems.PURPLE_BUNDLEstatic final ItemItems.PURPLE_CANDLEstatic final ItemItems.PURPLE_CARPETstatic final ItemItems.PURPLE_CONCRETEstatic final ItemItems.PURPLE_CONCRETE_POWDERstatic final ItemItems.PURPLE_DYEstatic final ItemItems.PURPLE_GLAZED_TERRACOTTAstatic final ItemItems.PURPLE_HARNESSstatic final ItemItems.PURPLE_SHULKER_BOXstatic final ItemItems.PURPLE_STAINED_GLASSstatic final Itemstatic final ItemItems.PURPLE_TERRACOTTAstatic final ItemItems.PURPLE_WOOLstatic final ItemItems.PURPUR_BLOCKstatic final ItemItems.PURPUR_PILLARstatic final ItemItems.PURPUR_SLABstatic final ItemItems.PURPUR_STAIRSstatic final ItemItems.QUARTZstatic final ItemItems.QUARTZ_BLOCKstatic final ItemItems.QUARTZ_BRICKSstatic final ItemItems.QUARTZ_PILLARstatic final ItemItems.QUARTZ_SLABstatic final ItemItems.QUARTZ_STAIRSstatic final ItemItems.RABBITstatic final ItemItems.RABBIT_FOOTstatic final ItemItems.RABBIT_HIDEstatic final ItemItems.RABBIT_SPAWN_EGGstatic final ItemItems.RABBIT_STEWstatic final ItemItems.RAILstatic final Itemstatic final ItemItems.RAVAGER_SPAWN_EGGstatic final ItemItems.RAW_COPPERstatic final ItemItems.RAW_COPPER_BLOCKstatic final ItemItems.RAW_GOLDstatic final ItemItems.RAW_GOLD_BLOCKstatic final ItemItems.RAW_IRONstatic final ItemItems.RAW_IRON_BLOCKstatic final ItemItems.RECOVERY_COMPASSstatic final ItemItems.RED_BANNERstatic final ItemItems.RED_BEDstatic final ItemItems.RED_BUNDLEstatic final ItemItems.RED_CANDLEstatic final ItemItems.RED_CARPETstatic final ItemItems.RED_CONCRETEstatic final ItemItems.RED_CONCRETE_POWDERstatic final ItemItems.RED_DYEstatic final ItemItems.RED_GLAZED_TERRACOTTAstatic final ItemItems.RED_HARNESSstatic final ItemItems.RED_MUSHROOMstatic final ItemItems.RED_MUSHROOM_BLOCKstatic final ItemItems.RED_NETHER_BRICK_SLABstatic final ItemItems.RED_NETHER_BRICK_STAIRSstatic final ItemItems.RED_NETHER_BRICK_WALLstatic final ItemItems.RED_NETHER_BRICKSstatic final ItemItems.RED_SANDstatic final ItemItems.RED_SANDSTONEstatic final ItemItems.RED_SANDSTONE_SLABstatic final ItemItems.RED_SANDSTONE_STAIRSstatic final ItemItems.RED_SANDSTONE_WALLstatic final ItemItems.RED_SHULKER_BOXstatic final ItemItems.RED_STAINED_GLASSstatic final ItemItems.RED_STAINED_GLASS_PANEstatic final ItemItems.RED_TERRACOTTAstatic final ItemItems.RED_TULIPstatic final ItemItems.RED_WOOLstatic final ItemItems.REDSTONEstatic final ItemItems.REDSTONE_BLOCKstatic final ItemItems.REDSTONE_LAMPstatic final ItemItems.REDSTONE_OREstatic final ItemItems.REDSTONE_TORCHstatic final ItemItems.REINFORCED_DEEPSLATEstatic final ItemItems.REPEATERstatic final ItemItems.REPEATING_COMMAND_BLOCKstatic final ItemItems.RESIN_BLOCKstatic final ItemItems.RESIN_BRICKstatic final ItemItems.RESIN_BRICK_SLABstatic final ItemItems.RESIN_BRICK_STAIRSstatic final ItemItems.RESIN_BRICK_WALLstatic final ItemItems.RESIN_BRICKSstatic final ItemItems.RESIN_CLUMPstatic final ItemItems.RESPAWN_ANCHORstatic final Itemstatic final ItemItems.ROOTED_DIRTstatic final ItemItems.ROSE_BUSHstatic final ItemItems.ROTTEN_FLESHstatic final ItemItems.SADDLEstatic final ItemItems.SALMONstatic final ItemItems.SALMON_BUCKETstatic final ItemItems.SALMON_SPAWN_EGGstatic final ItemItems.SANDstatic final ItemItems.SANDSTONEstatic final ItemItems.SANDSTONE_SLABstatic final ItemItems.SANDSTONE_STAIRSstatic final ItemItems.SANDSTONE_WALLstatic final ItemItems.SCAFFOLDINGstatic final ItemItems.SCRAPE_POTTERY_SHERDstatic final ItemItems.SCULKstatic final ItemItems.SCULK_CATALYSTstatic final ItemItems.SCULK_SENSORstatic final ItemItems.SCULK_SHRIEKERstatic final ItemItems.SCULK_VEINstatic final ItemItems.SEA_LANTERNstatic final ItemItems.SEA_PICKLEstatic final ItemItems.SEAGRASSstatic final Itemstatic final Itemstatic final ItemItems.SHEAF_POTTERY_SHERDstatic final ItemItems.SHEARSstatic final ItemItems.SHEEP_SPAWN_EGGstatic final ItemItems.SHELTER_POTTERY_SHERDstatic final ItemItems.SHIELDstatic final ItemItems.SHORT_GRASSstatic final ItemItems.SHROOMLIGHTstatic final ItemItems.SHULKER_BOXstatic final ItemItems.SHULKER_SHELLstatic final ItemItems.SHULKER_SPAWN_EGGstatic final Itemstatic final ItemItems.SILVERFISH_SPAWN_EGGstatic final ItemItems.SKELETON_HORSE_SPAWN_EGGstatic final ItemItems.SKELETON_SKULLstatic final ItemItems.SKELETON_SPAWN_EGGstatic final ItemItems.SKULL_BANNER_PATTERNstatic final ItemItems.SKULL_POTTERY_SHERDstatic final ItemItems.SLIME_BALLstatic final ItemItems.SLIME_BLOCKstatic final ItemItems.SLIME_SPAWN_EGGstatic final ItemItems.SMALL_AMETHYST_BUDstatic final ItemItems.SMALL_DRIPLEAFstatic final ItemItems.SMITHING_TABLEstatic final ItemItems.SMOKERstatic final ItemItems.SMOOTH_BASALTstatic final ItemItems.SMOOTH_QUARTZstatic final ItemItems.SMOOTH_QUARTZ_SLABstatic final ItemItems.SMOOTH_QUARTZ_STAIRSstatic final ItemItems.SMOOTH_RED_SANDSTONEstatic final Itemstatic final Itemstatic final ItemItems.SMOOTH_SANDSTONEstatic final ItemItems.SMOOTH_SANDSTONE_SLABstatic final ItemItems.SMOOTH_SANDSTONE_STAIRSstatic final ItemItems.SMOOTH_STONEstatic final ItemItems.SMOOTH_STONE_SLABstatic final ItemItems.SNIFFER_EGGstatic final ItemItems.SNIFFER_SPAWN_EGGstatic final ItemItems.SNORT_POTTERY_SHERDstatic final Itemstatic final ItemItems.SNOWstatic final ItemItems.SNOW_BLOCKstatic final ItemItems.SNOW_GOLEM_SPAWN_EGGstatic final ItemItems.SNOWBALLstatic final ItemItems.SOUL_CAMPFIREstatic final ItemItems.SOUL_LANTERNstatic final ItemItems.SOUL_SANDstatic final ItemItems.SOUL_SOILstatic final ItemItems.SOUL_TORCHstatic final ItemItems.SPAWNERstatic final ItemItems.SPECTRAL_ARROWstatic final ItemItems.SPIDER_EYEstatic final ItemItems.SPIDER_SPAWN_EGGstatic final Itemstatic final ItemItems.SPLASH_POTIONstatic final ItemItems.SPONGEstatic final ItemItems.SPORE_BLOSSOMstatic final ItemItems.SPRUCE_BOATstatic final ItemItems.SPRUCE_BUTTONstatic final ItemItems.SPRUCE_CHEST_BOATstatic final ItemItems.SPRUCE_DOORstatic final ItemItems.SPRUCE_FENCEstatic final ItemItems.SPRUCE_FENCE_GATEstatic final ItemItems.SPRUCE_HANGING_SIGNstatic final ItemItems.SPRUCE_LEAVESstatic final ItemItems.SPRUCE_LOGstatic final ItemItems.SPRUCE_PLANKSstatic final ItemItems.SPRUCE_PRESSURE_PLATEstatic final ItemItems.SPRUCE_SAPLINGstatic final ItemItems.SPRUCE_SHELFstatic final ItemItems.SPRUCE_SIGNstatic final ItemItems.SPRUCE_SLABstatic final ItemItems.SPRUCE_STAIRSstatic final ItemItems.SPRUCE_TRAPDOORstatic final ItemItems.SPRUCE_WOODstatic final ItemItems.SPYGLASSstatic final ItemItems.SQUID_SPAWN_EGGstatic final ItemItems.STICKstatic final ItemItems.STICKY_PISTONstatic final ItemItems.STONEstatic final ItemItems.STONE_AXEstatic final ItemItems.STONE_BRICK_SLABstatic final ItemItems.STONE_BRICK_STAIRSstatic final ItemItems.STONE_BRICK_WALLstatic final ItemItems.STONE_BRICKSstatic final ItemItems.STONE_BUTTONstatic final ItemItems.STONE_HOEstatic final ItemItems.STONE_PICKAXEstatic final ItemItems.STONE_PRESSURE_PLATEstatic final ItemItems.STONE_SHOVELstatic final ItemItems.STONE_SLABstatic final ItemItems.STONE_SPEARstatic final ItemItems.STONE_STAIRSstatic final ItemItems.STONE_SWORDstatic final ItemItems.STONECUTTERstatic final ItemItems.STRAY_SPAWN_EGGstatic final ItemItems.STRIDER_SPAWN_EGGstatic final ItemItems.STRINGstatic final ItemItems.STRIPPED_ACACIA_LOGstatic final ItemItems.STRIPPED_ACACIA_WOODstatic final ItemItems.STRIPPED_BAMBOO_BLOCKstatic final ItemItems.STRIPPED_BIRCH_LOGstatic final ItemItems.STRIPPED_BIRCH_WOODstatic final ItemItems.STRIPPED_CHERRY_LOGstatic final ItemItems.STRIPPED_CHERRY_WOODstatic final ItemItems.STRIPPED_CRIMSON_HYPHAEstatic final ItemItems.STRIPPED_CRIMSON_STEMstatic final ItemItems.STRIPPED_DARK_OAK_LOGstatic final ItemItems.STRIPPED_DARK_OAK_WOODstatic final ItemItems.STRIPPED_JUNGLE_LOGstatic final ItemItems.STRIPPED_JUNGLE_WOODstatic final ItemItems.STRIPPED_MANGROVE_LOGstatic final ItemItems.STRIPPED_MANGROVE_WOODstatic final ItemItems.STRIPPED_OAK_LOGstatic final ItemItems.STRIPPED_OAK_WOODstatic final ItemItems.STRIPPED_PALE_OAK_LOGstatic final ItemItems.STRIPPED_PALE_OAK_WOODstatic final ItemItems.STRIPPED_SPRUCE_LOGstatic final ItemItems.STRIPPED_SPRUCE_WOODstatic final ItemItems.STRIPPED_WARPED_HYPHAEstatic final ItemItems.STRIPPED_WARPED_STEMstatic final ItemItems.STRUCTURE_BLOCKstatic final ItemItems.STRUCTURE_VOIDstatic final ItemItems.SUGARstatic final ItemItems.SUGAR_CANEstatic final ItemItems.SUNFLOWERstatic final ItemItems.SUSPICIOUS_GRAVELstatic final ItemItems.SUSPICIOUS_SANDstatic final ItemItems.SUSPICIOUS_STEWstatic final ItemItems.SWEET_BERRIESstatic final ItemItems.TADPOLE_BUCKETstatic final ItemItems.TADPOLE_SPAWN_EGGstatic final ItemItems.TALL_GRASSstatic final ItemItems.TARGETstatic final ItemItems.TERRACOTTAstatic final ItemItems.TEST_BLOCKstatic final ItemItems.TEST_INSTANCE_BLOCKstatic final Itemstatic final ItemItems.TINTED_GLASSstatic final ItemItems.TIPPED_ARROWstatic final ItemItems.TNTstatic final ItemItems.TNT_MINECARTstatic final ItemItems.TORCHstatic final ItemItems.TORCHFLOWERstatic final ItemItems.TORCHFLOWER_SEEDSstatic final ItemItems.TOTEM_OF_UNDYINGstatic final ItemItems.TRADER_LLAMA_SPAWN_EGGstatic final ItemItems.TRAPPED_CHESTstatic final ItemItems.TRIAL_KEYstatic final ItemItems.TRIAL_SPAWNERstatic final ItemItems.TRIDENTstatic final ItemItems.TRIPWIRE_HOOKstatic final ItemItems.TROPICAL_FISHstatic final ItemItems.TROPICAL_FISH_BUCKETstatic final ItemItems.TROPICAL_FISH_SPAWN_EGGstatic final ItemItems.TUBE_CORALstatic final ItemItems.TUBE_CORAL_BLOCKstatic final ItemItems.TUBE_CORAL_FANstatic final ItemItems.TUFFstatic final ItemItems.TUFF_BRICK_SLABstatic final ItemItems.TUFF_BRICK_STAIRSstatic final ItemItems.TUFF_BRICK_WALLstatic final ItemItems.TUFF_BRICKSstatic final ItemItems.TUFF_SLABstatic final ItemItems.TUFF_STAIRSstatic final ItemItems.TUFF_WALLstatic final ItemItems.TURTLE_EGGstatic final ItemItems.TURTLE_HELMETstatic final ItemItems.TURTLE_SCUTEstatic final ItemItems.TURTLE_SPAWN_EGGstatic final ItemItems.TWISTING_VINESprivate final ItemWeatheringCopperItems.unaffectedThe field for theunaffectedrecord component.static final ItemItems.VAULTstatic final ItemItems.VERDANT_FROGLIGHTstatic final Itemstatic final ItemItems.VEX_SPAWN_EGGstatic final ItemItems.VILLAGER_SPAWN_EGGstatic final ItemItems.VINDICATOR_SPAWN_EGGstatic final ItemItems.VINEstatic final Itemstatic final Itemstatic final ItemItems.WARDEN_SPAWN_EGGstatic final ItemItems.WARPED_BUTTONstatic final ItemItems.WARPED_DOORstatic final ItemItems.WARPED_FENCEstatic final ItemItems.WARPED_FENCE_GATEstatic final ItemItems.WARPED_FUNGUSstatic final ItemItems.WARPED_FUNGUS_ON_A_STICKstatic final ItemItems.WARPED_HANGING_SIGNstatic final ItemItems.WARPED_HYPHAEstatic final ItemItems.WARPED_NYLIUMstatic final ItemItems.WARPED_PLANKSstatic final ItemItems.WARPED_PRESSURE_PLATEstatic final ItemItems.WARPED_ROOTSstatic final ItemItems.WARPED_SHELFstatic final ItemItems.WARPED_SIGNstatic final ItemItems.WARPED_SLABstatic final ItemItems.WARPED_STAIRSstatic final ItemItems.WARPED_STEMstatic final ItemItems.WARPED_TRAPDOORstatic final ItemItems.WARPED_WART_BLOCKstatic final ItemItems.WATER_BUCKETprivate final ItemWeatheringCopperItems.waxedThe field for thewaxedrecord component.static final ItemItems.WAXED_CHISELED_COPPERstatic final ItemItems.WAXED_COPPER_BLOCKstatic final ItemItems.WAXED_COPPER_BULBstatic final ItemItems.WAXED_COPPER_CHESTstatic final ItemItems.WAXED_COPPER_DOORstatic final Itemstatic final ItemItems.WAXED_COPPER_GRATEstatic final ItemItems.WAXED_COPPER_TRAPDOORstatic final ItemItems.WAXED_CUT_COPPERstatic final ItemItems.WAXED_CUT_COPPER_SLABstatic final ItemItems.WAXED_CUT_COPPER_STAIRSstatic final Itemstatic final ItemItems.WAXED_EXPOSED_COPPERstatic final Itemstatic final Itemstatic final Itemstatic final Itemstatic final Itemstatic final Itemstatic final ItemItems.WAXED_EXPOSED_CUT_COPPERstatic final Itemstatic final Itemstatic final Itemstatic final ItemItems.WAXED_LIGHTNING_RODstatic final Itemstatic final ItemItems.WAXED_OXIDIZED_COPPERstatic final Itemstatic final Itemstatic final Itemstatic final Itemstatic final Itemstatic final Itemstatic final Itemstatic final Itemstatic final Itemstatic final Itemstatic final Itemstatic final ItemItems.WAXED_WEATHERED_COPPERstatic final Itemstatic final Itemstatic final Itemstatic final Itemstatic final Itemstatic final Itemstatic final Itemstatic final Itemstatic final Itemstatic final Itemprivate final ItemWeatheringCopperItems.waxedExposedThe field for thewaxedExposedrecord component.private final ItemWeatheringCopperItems.waxedOxidizedThe field for thewaxedOxidizedrecord component.private final ItemWeatheringCopperItems.waxedWeatheredThe field for thewaxedWeatheredrecord component.static final Itemprivate final ItemWeatheringCopperItems.weatheredThe field for theweatheredrecord component.static final Itemstatic final ItemItems.WEATHERED_COPPERstatic final ItemItems.WEATHERED_COPPER_BULBstatic final ItemItems.WEATHERED_COPPER_CHESTstatic final ItemItems.WEATHERED_COPPER_DOORstatic final Itemstatic final ItemItems.WEATHERED_COPPER_GRATEstatic final Itemstatic final ItemItems.WEATHERED_CUT_COPPERstatic final Itemstatic final Itemstatic final ItemItems.WEATHERED_LIGHTNING_RODstatic final ItemItems.WEEPING_VINESstatic final ItemItems.WET_SPONGEstatic final ItemItems.WHEATstatic final ItemItems.WHEAT_SEEDSstatic final ItemItems.WHITE_BANNERstatic final ItemItems.WHITE_BEDstatic final ItemItems.WHITE_BUNDLEstatic final ItemItems.WHITE_CANDLEstatic final ItemItems.WHITE_CARPETstatic final ItemItems.WHITE_CONCRETEstatic final ItemItems.WHITE_CONCRETE_POWDERstatic final ItemItems.WHITE_DYEstatic final ItemItems.WHITE_GLAZED_TERRACOTTAstatic final ItemItems.WHITE_HARNESSstatic final ItemItems.WHITE_SHULKER_BOXstatic final ItemItems.WHITE_STAINED_GLASSstatic final ItemItems.WHITE_STAINED_GLASS_PANEstatic final ItemItems.WHITE_TERRACOTTAstatic final ItemItems.WHITE_TULIPstatic final ItemItems.WHITE_WOOLstatic final Itemstatic final ItemItems.WILDFLOWERSstatic final ItemItems.WIND_CHARGEstatic final ItemItems.WITCH_SPAWN_EGGstatic final ItemItems.WITHER_ROSEstatic final ItemItems.WITHER_SKELETON_SKULLstatic final Itemstatic final ItemItems.WITHER_SPAWN_EGGstatic final ItemItems.WOLF_ARMORstatic final ItemItems.WOLF_SPAWN_EGGstatic final ItemItems.WOODEN_AXEstatic final ItemItems.WOODEN_HOEstatic final ItemItems.WOODEN_PICKAXEstatic final ItemItems.WOODEN_SHOVELstatic final ItemItems.WOODEN_SPEARstatic final ItemItems.WOODEN_SWORDstatic final ItemItems.WRITABLE_BOOKstatic final ItemItems.WRITTEN_BOOKstatic final ItemItems.YELLOW_BANNERstatic final ItemItems.YELLOW_BEDstatic final ItemItems.YELLOW_BUNDLEstatic final ItemItems.YELLOW_CANDLEstatic final ItemItems.YELLOW_CARPETstatic final ItemItems.YELLOW_CONCRETEstatic final ItemItems.YELLOW_CONCRETE_POWDERstatic final ItemItems.YELLOW_DYEstatic final ItemItems.YELLOW_GLAZED_TERRACOTTAstatic final ItemItems.YELLOW_HARNESSstatic final ItemItems.YELLOW_SHULKER_BOXstatic final ItemItems.YELLOW_STAINED_GLASSstatic final Itemstatic final ItemItems.YELLOW_TERRACOTTAstatic final ItemItems.YELLOW_WOOLstatic final ItemItems.ZOGLIN_SPAWN_EGGstatic final ItemItems.ZOMBIE_HEADstatic final ItemItems.ZOMBIE_HORSE_SPAWN_EGGstatic final Itemstatic final ItemItems.ZOMBIE_SPAWN_EGGstatic final Itemstatic final ItemFields in net.minecraft.world.item with type parameters of type ItemModifier and TypeFieldDescriptionprivate static final DependantName<Item, String> Item.Properties.BLOCK_DESCRIPTION_IDprivate final Holder.Reference<Item> Item.BY_BLOCKItem.CODECItem.Properties.componentInitializerprivate DependantName<Item, String> Item.Properties.descriptionIdDyeColor.dyedTagDyeColor.dyesTagprivate @Nullable ResourceKey<Item> Item.Properties.idItemStack.itemDeprecated.ItemStackTemplate.itemThe field for theitemrecord component.private static final DependantName<Item, String> Item.Properties.ITEM_DESCRIPTION_IDprivate final DependantName<Item, Identifier> Item.Properties.modelToolMaterial.repairItemsThe field for therepairItemsrecord component.static final StreamCodec<RegistryFriendlyByteBuf, Holder<Item>> Item.STREAM_CODECMethods in net.minecraft.world.item that return ItemModifier and TypeMethodDescriptionItem.asItem()static ItemDeprecated.static ItemItem.byId(int id) WeatheringCopperItems.exposed()Returns the value of theexposedrecord component.ItemStack.getItem()WeatheringCopperItems.oxidized()Returns the value of theoxidizedrecord component.private static ItemItems.registerBlock(Block block) private static ItemItems.registerBlock(Block block, BiFunction<Block, Item.Properties, Item> itemFactory) private static ItemItems.registerBlock(Block block, BiFunction<Block, Item.Properties, Item> itemFactory, Item.Properties properties) private static ItemItems.registerBlock(Block block, UnaryOperator<Item.Properties> propertiesFunction) private static ItemItems.registerBlock(Block block, Item.Properties properties) private static ItemItems.registerBlock(Block block, Block... alternatives) private static ItemItems.registerItem(String name) private static ItemItems.registerItem(String name, Function<Item.Properties, Item> itemFactory) private static ItemItems.registerItem(String name, Function<Item.Properties, Item> itemFactory, Item.Properties properties) private static ItemItems.registerItem(String name, Item.Properties properties) private static ItemItems.registerItem(ResourceKey<Item> key, Function<Item.Properties, Item> itemFactory) private static ItemItems.registerItem(ResourceKey<Item> key, Function<Item.Properties, Item> itemFactory, Item.Properties properties) private static ItemItems.registerSpawnEgg(EntityType<?> type) WeatheringCopperItems.unaffected()Returns the value of theunaffectedrecord component.WeatheringCopperItems.waxed()Returns the value of thewaxedrecord component.WeatheringCopperItems.waxedExposed()Returns the value of thewaxedExposedrecord component.WeatheringCopperItems.waxedOxidized()Returns the value of thewaxedOxidizedrecord component.WeatheringCopperItems.waxedWeathered()Returns the value of thewaxedWeatheredrecord component.WeatheringCopperItems.weathered()Returns the value of theweatheredrecord component.Methods in net.minecraft.world.item that return types with arguments of type ItemModifier and TypeMethodDescriptionprivate static ResourceKey<Item> Items.blockIdToItemId(ResourceKey<Block> blockName) Item.builtInRegistryHolder()Deprecated.SpawnEggItem.byId(EntityType<?> type) private static Function<Item.Properties, Item> Items.createBlockItemWithCustomItemName(Block block) Item.Properties.finalizeInitializer(Component name, Identifier model) DyeColor.getDyedTag()Gets the tag key representing the set of items which are dyed with this color.DyeColor.getTag()Gets the tag key representing the set of items which provide this dye color.ItemStackTemplate.item()Returns the value of theitemrecord component.private ResourceKey<Item> Item.Properties.itemIdOrThrow()ToolMaterial.repairItems()Returns the value of therepairItemsrecord component.ItemStack.typeHolder()ItemStackTemplate.typeHolder()private static ResourceKey<Item> Items.vanillaItemId(String name) WeatheringCopperItems.waxedMapping()WeatheringCopperItems.waxedMapping()Methods in net.minecraft.world.item with parameters of type ItemModifier and TypeMethodDescriptionItem.Properties.craftRemainder(Item craftingRemainingItem) static ItemStackInstrumentItem.create(Item item, Holder<Instrument> instrument) private static voidCreativeModeTabs.generateInstrumentTypes(CreativeModeTab.Output output, HolderLookup<Instrument> instruments, Item instrumentItem, TagKey<Instrument> instrumentTagKey, CreativeModeTab.TabVisibility tabVisibility) private static voidCreativeModeTabs.generatePotionEffectTypes(CreativeModeTab.Output output, HolderLookup<Potion> potions, Item item, CreativeModeTab.TabVisibility tabVisibility, FeatureFlagSet enabledFeatures) static intvoidBlockItem.registerBlocks(Map<Block, Item> map, Item item) voidStandingAndWallBlockItem.registerBlocks(Map<Block, Item> map, Item item) Item.Properties.repairable(Item repairItem) Item.Properties.usingConvertsTo(Item item) Method parameters in net.minecraft.world.item with type arguments of type ItemModifier and TypeMethodDescriptionprivate voidItemStack.applyDamage(int newDamage, @Nullable ServerPlayer player, Consumer<Item> onBreak) private voidItemStack.applyDamage(int newDamage, @Nullable LivingEntity player, Consumer<Item> onBreak) Item.computeDefaultResource(Function<Item, ItemResource> resourceConstructor) Deprecated.static WeatheringCopperItemsWeatheringCopperItems.create(WeatheringCopperBlocks blocks, Function<Block, Item> itemFactory) voidvoidItemStack.hurtAndBreak(int amount, ServerLevel level, @Nullable ServerPlayer player, Consumer<Item> onBreak) voidItemStack.hurtAndBreak(int amount, ServerLevel level, @Nullable LivingEntity player, Consumer<Item> onBreak) booleanprivate static ItemItems.registerBlock(Block block, BiFunction<Block, Item.Properties, Item> itemFactory) private static ItemItems.registerBlock(Block block, BiFunction<Block, Item.Properties, Item> itemFactory, Item.Properties properties) voidBlockItem.registerBlocks(Map<Block, Item> map, Item item) voidStandingAndWallBlockItem.registerBlocks(Map<Block, Item> map, Item item) private static ItemItems.registerItem(String name, Function<Item.Properties, Item> itemFactory) private static ItemItems.registerItem(String name, Function<Item.Properties, Item> itemFactory, Item.Properties properties) private static ItemItems.registerItem(ResourceKey<Item> key, Function<Item.Properties, Item> itemFactory) private static ItemItems.registerItem(ResourceKey<Item> key, Function<Item.Properties, Item> itemFactory) private static ItemItems.registerItem(ResourceKey<Item> key, Function<Item.Properties, Item> itemFactory, Item.Properties properties) private static ItemItems.registerItem(ResourceKey<Item> key, Function<Item.Properties, Item> itemFactory, Item.Properties properties) Item.Properties.repairable(TagKey<Item> repairItems) Item.Properties.setId(ResourceKey<Item> id) Constructors in net.minecraft.world.item with parameters of type ItemModifierConstructorDescriptionItemStackTemplate(Item item) ItemStackTemplate(Item item, int count) ItemStackTemplate(Item item, int count, DataComponentPatch patch) ItemStackTemplate(Item item, DataComponentPatch patch) WeatheringCopperItems(Item unaffected, Item exposed, Item weathered, Item oxidized, Item waxed, Item waxedExposed, Item waxedWeathered, Item waxedOxidized) Creates an instance of aWeatheringCopperItemsrecord class.Constructor parameters in net.minecraft.world.item with type arguments of type ItemModifierConstructorDescriptionItemStack(Holder<Item> item, int count, DataComponentPatch components) privateItemStack(Holder<Item> item, int count, PatchedDataComponentMap components) ItemStackTemplate(Holder<Item> item) ItemStackTemplate(Holder<Item> item, int count) ItemStackTemplate(Holder<Item> item, int count, DataComponentPatch components) Creates an instance of aItemStackTemplaterecord class.ItemStackTemplate(Holder<Item> item, DataComponentPatch patch) -
Uses of Item in net.minecraft.world.item.alchemy
Fields in net.minecraft.world.item.alchemy with type parameters of type ItemModifier and TypeFieldDescriptionprivate final List<PotionBrewing.Mix<Item>> PotionBrewing.Builder.containerMixesprivate final List<PotionBrewing.Mix<Item>> PotionBrewing.containerMixesMethods in net.minecraft.world.item.alchemy with parameters of type ItemModifier and TypeMethodDescriptionvoidPotionBrewing.Builder.addContainer(Item item) voidPotionBrewing.Builder.addContainerRecipe(Item from, Item ingredient, Item to) voidvoidPotionBrewing.Builder.addStartMix(Item ingredient, Holder<Potion> potion) static ItemStackPotionContents.createItemStack(Item item, Holder<Potion> potion) private static voidPotionBrewing.Builder.expectPotion(Item from) -
Uses of Item in net.minecraft.world.item.component
Methods in net.minecraft.world.item.component with parameters of type Item -
Uses of Item in net.minecraft.world.item.crafting
Classes in net.minecraft.world.item.crafting that implement interfaces with type arguments of type ItemFields in net.minecraft.world.item.crafting with type parameters of type ItemModifier and TypeFieldDescriptionIngredient.customIngredientValuesRecipePropertySet.itemsIngredient.NON_AIR_HOLDER_SET_CODECIngredient.valuesMethods in net.minecraft.world.item.crafting that return ItemModifier and TypeMethodDescriptionprotected abstract ItemAbstractCookingRecipe.furnaceIcon()protected ItemBlastingRecipe.furnaceIcon()protected ItemCampfireCookingRecipe.furnaceIcon()protected ItemSmeltingRecipe.furnaceIcon()protected ItemSmokingRecipe.furnaceIcon()Methods in net.minecraft.world.item.crafting that return types with arguments of type ItemModifier and TypeMethodDescriptionIngredient.getValues()Retrieves the underlying values of this ingredient.Ingredient.getValuesForSync()Retrieves the holder set to use for syncing simple ingredientsIngredient.items()Deprecated.Ingredient.updateCustomIngredientValues()Method parameters in net.minecraft.world.item.crafting with type arguments of type ItemModifier and TypeMethodDescriptionbooleanIngredient.acceptsItem(Holder<Item> item) static SlotDisplayIngredient.displayForSingleItem(Holder<Item> item) static IngredientConstructor parameters in net.minecraft.world.item.crafting with type arguments of type ItemModifierConstructorDescriptionprivateIngredient(HolderSet<Item> values) privateRecipePropertySet(Set<Holder<Item>> items) -
Uses of Item in net.minecraft.world.item.crafting.display
Fields in net.minecraft.world.item.crafting.display with type parameters of type ItemModifier and TypeFieldDescriptionSlotDisplay.ItemSlotDisplay.itemThe field for theitemrecord component.SlotDisplay.TagSlotDisplay.tagThe field for thetagrecord component.Methods in net.minecraft.world.item.crafting.display that return types with arguments of type ItemModifier and TypeMethodDescriptionSlotDisplay.ItemSlotDisplay.item()Returns the value of theitemrecord component.SlotDisplay.TagSlotDisplay.tag()Returns the value of thetagrecord component.Methods in net.minecraft.world.item.crafting.display with parameters of type ItemMethod parameters in net.minecraft.world.item.crafting.display with type arguments of type ItemConstructors in net.minecraft.world.item.crafting.display with parameters of type ItemConstructor parameters in net.minecraft.world.item.crafting.display with type arguments of type ItemModifierConstructorDescriptionItemSlotDisplay(Holder<Item> item) Creates an instance of aItemSlotDisplayrecord class.TagSlotDisplay(TagKey<Item> tag) Creates an instance of aTagSlotDisplayrecord class. -
Uses of Item in net.minecraft.world.item.enchantment
Fields in net.minecraft.world.item.enchantment with type parameters of type ItemModifier and TypeFieldDescriptionRepairable.itemsThe field for theitemsrecord component.EnchantedItemInUse.onBreakThe field for theonBreakrecord component.Enchantment.EnchantmentDefinition.primaryItemsThe field for theprimaryItemsrecord component.Enchantment.EnchantmentDefinition.supportedItemsThe field for thesupportedItemsrecord component.Methods in net.minecraft.world.item.enchantment that return types with arguments of type ItemModifier and TypeMethodDescriptionEnchantment.getSupportedItems()Deprecated.Repairable.items()Returns the value of theitemsrecord component.EnchantedItemInUse.onBreak()Returns the value of theonBreakrecord component.Enchantment.EnchantmentDefinition.primaryItems()Returns the value of theprimaryItemsrecord component.Enchantment.EnchantmentDefinition.supportedItems()Returns the value of thesupportedItemsrecord component.Method parameters in net.minecraft.world.item.enchantment with type arguments of type ItemModifier and TypeMethodDescriptionEnchantment.definition(HolderSet<Item> supportedItems, int weight, int maxLevel, Enchantment.Cost minCost, Enchantment.Cost maxCost, int anvilCost, EquipmentSlotGroup... slots) Enchantment.definition(HolderSet<Item> supportedItems, HolderSet<Item> primaryItems, int weight, int maxLevel, Enchantment.Cost minCost, Enchantment.Cost maxCost, int anvilCost, EquipmentSlotGroup... slots) static voidEnchantmentHelper.doPostAttackEffectsWithItemSourceOnBreak(ServerLevel serverLevel, Entity victim, DamageSource damageSource, @Nullable ItemStack source, @Nullable Consumer<Item> attackerlessOnBreak) static voidEnchantmentHelper.onHitBlock(ServerLevel serverLevel, ItemStack weapon, @Nullable LivingEntity owner, Entity entity, @Nullable EquipmentSlot slot, Vec3 hitLocation, BlockState hitBlock, Consumer<Item> onBreak) static voidEnchantmentHelper.onProjectileSpawned(ServerLevel serverLevel, ItemStack weapon, Projectile projectileEntity, Consumer<Item> onBreak) Constructor parameters in net.minecraft.world.item.enchantment with type arguments of type ItemModifierConstructorDescriptionEnchantedItemInUse(ItemStack itemStack, @Nullable EquipmentSlot inSlot, @Nullable LivingEntity owner, Consumer<Item> onBreak) Creates an instance of aEnchantedItemInUserecord class.EnchantmentDefinition(HolderSet<Item> supportedItems, Optional<HolderSet<Item>> primaryItems, int weight, int maxLevel, Enchantment.Cost minCost, Enchantment.Cost maxCost, int anvilCost, List<EquipmentSlotGroup> slots) Creates an instance of aEnchantmentDefinitionrecord class.EnchantmentDefinition(HolderSet<Item> supportedItems, Optional<HolderSet<Item>> primaryItems, int weight, int maxLevel, Enchantment.Cost minCost, Enchantment.Cost maxCost, int anvilCost, List<EquipmentSlotGroup> slots) Creates an instance of aEnchantmentDefinitionrecord class.Repairable(HolderSet<Item> items) Creates an instance of aRepairablerecord class. -
Uses of Item in net.minecraft.world.item.equipment
Fields in net.minecraft.world.item.equipment with type parameters of type ItemModifier and TypeFieldDescriptionArmorMaterial.repairIngredientThe field for therepairIngredientrecord component.Methods in net.minecraft.world.item.equipment that return types with arguments of type ItemModifier and TypeMethodDescriptionArmorMaterial.repairIngredient()Returns the value of therepairIngredientrecord component.Constructor parameters in net.minecraft.world.item.equipment with type arguments of type ItemModifierConstructorDescriptionArmorMaterial(int durability, Map<ArmorType, Integer> defense, int enchantmentValue, Holder<SoundEvent> equipSound, float toughness, float knockbackResistance, TagKey<Item> repairIngredient, ResourceKey<EquipmentAsset> assetId) Creates an instance of aArmorMaterialrecord class. -
Uses of Item in net.minecraft.world.item.trading
Fields in net.minecraft.world.item.trading with type parameters of type ItemModifier and TypeFieldDescriptionItemCost.itemThe field for theitemrecord component.TradeCost.itemThe field for theitemrecord component.Methods in net.minecraft.world.item.trading that return types with arguments of type ItemModifier and TypeMethodDescriptionItemCost.item()Returns the value of theitemrecord component.TradeCost.item()Returns the value of theitemrecord component.Methods in net.minecraft.world.item.trading with parameters of type ItemModifier and TypeMethodDescriptionprivate static List<LootItemFunction> VillagerTrades.dyedItem(HolderGetter<Item> items, Item expectedItem) static List<LootItemFunction> VillagerTrades.enchantedItem(HolderGetter<Item> items, Optional<HolderSet<Enchantment>> options, Item expectedItem) static List<LootItemFunction> VillagerTrades.enchantedItem(HolderGetter<Item> items, Holder<Enchantment> enchantment, int level, Item expectedItem) Method parameters in net.minecraft.world.item.trading with type arguments of type ItemModifier and TypeMethodDescriptionprivate static ItemStackItemCost.createStack(Holder<Item> item, int count, DataComponentExactPredicate components) private static List<LootItemFunction> VillagerTrades.dyedItem(HolderGetter<Item> items, Item expectedItem) static List<LootItemFunction> VillagerTrades.enchantedBook(HolderGetter<Item> items, Optional<HolderSet<Enchantment>> options) static List<LootItemFunction> VillagerTrades.enchantedBook(HolderGetter<Item> items, Holder<Enchantment> enchantment, int level) static List<LootItemFunction> VillagerTrades.enchantedItem(HolderGetter<Item> items, Optional<HolderSet<Enchantment>> options, Item expectedItem) static List<LootItemFunction> VillagerTrades.enchantedItem(HolderGetter<Item> items, Holder<Enchantment> enchantment, int level, Item expectedItem) private static voidVillagerTrades.registerBasicExplorerMapTrades(BootstrapContext<VillagerTrade> context, HolderGetter<Item> items, HolderGetter<VillagerType> villagerVariants) Constructor parameters in net.minecraft.world.item.trading with type arguments of type ItemModifierConstructorDescriptionItemCost(Holder<Item> item, int count, DataComponentExactPredicate components) ItemCost(Holder<Item> item, int count, DataComponentExactPredicate components, ItemStack itemStack) Creates an instance of aItemCostrecord class.TradeCost(Holder<Item> item, NumberProvider count, DataComponentExactPredicate components) Creates an instance of aTradeCostrecord class. -
Uses of Item in net.minecraft.world.level
Methods in net.minecraft.world.level that return Item -
Uses of Item in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block declared as ItemFields in net.minecraft.world.level.block with type parameters of type ItemModifier and TypeFieldDescriptionstatic final Map<Item, DispenseItemBehavior> DispenserBlock.DISPENSER_REGISTRYprivate final ResourceKey<Item> AttachedStemBlock.seedprivate final ResourceKey<Item> StemBlock.seedMethods in net.minecraft.world.level.block that return ItemMethods in net.minecraft.world.level.block with parameters of type Item -
Uses of Item in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity declared as ItemFields in net.minecraft.world.level.block.entity with type parameters of type ItemModifier and TypeFieldDescriptionPotDecorations.backThe field for thebackrecord component.PotDecorations.frontThe field for thefrontrecord component.private static final Map<Item, ResourceKey<DecoratedPotPattern>> DecoratedPotPatterns.ITEM_TO_POT_TEXTUREprivate final HolderLookup<Item> FuelValues.Builder.itemsPotDecorations.leftThe field for theleftrecord component.PotDecorations.rightThe field for therightrecord component.private final it.unimi.dsi.fastutil.objects.Object2IntSortedMap<Item> FuelValues.Builder.valuesprivate final it.unimi.dsi.fastutil.objects.Object2IntSortedMap<Item> FuelValues.valuesMethods in net.minecraft.world.level.block.entity that return types with arguments of type ItemModifier and TypeMethodDescriptionPotDecorations.back()Returns the value of thebackrecord component.PotDecorations.front()Returns the value of thefrontrecord component.FuelValues.fuelItems()PotDecorations.left()Returns the value of theleftrecord component.PotDecorations.ordered()PotDecorations.right()Returns the value of therightrecord component.Methods in net.minecraft.world.level.block.entity with parameters of type ItemModifier and TypeMethodDescriptionstatic @Nullable ResourceKey<DecoratedPotPattern> DecoratedPotPatterns.getPatternFromItem(Item item) private voidFuelValues.Builder.putInternal(int time, Item item) Method parameters in net.minecraft.world.level.block.entity with type arguments of type ItemModifier and TypeMethodDescriptionprivate static voidPotDecorations.addSideDetailsToTooltip(Consumer<Component> consumer, Optional<Item> side) Constructors in net.minecraft.world.level.block.entity with parameters of type ItemConstructor parameters in net.minecraft.world.level.block.entity with type arguments of type ItemModifierConstructorDescriptionprivateFuelValues(it.unimi.dsi.fastutil.objects.Object2IntSortedMap<Item> values) privatePotDecorations(List<Item> items) PotDecorations(Optional<Item> back, Optional<Item> left, Optional<Item> right, Optional<Item> front) Creates an instance of aPotDecorationsrecord class. -
Uses of Item in net.minecraft.world.level.block.state
Methods in net.minecraft.world.level.block.state that return Item -
Uses of Item in net.minecraft.world.level.levelgen.flat
Fields in net.minecraft.world.level.levelgen.flat with type parameters of type ItemModifier and TypeFieldDescriptionFlatLevelGeneratorPreset.displayItemThe field for thedisplayItemrecord component.Methods in net.minecraft.world.level.levelgen.flat that return types with arguments of type ItemModifier and TypeMethodDescriptionFlatLevelGeneratorPreset.displayItem()Returns the value of thedisplayItemrecord component.Constructor parameters in net.minecraft.world.level.levelgen.flat with type arguments of type ItemModifierConstructorDescriptionFlatLevelGeneratorPreset(Holder<Item> displayItem, FlatLevelGeneratorSettings settings) Creates an instance of aFlatLevelGeneratorPresetrecord class. -
Uses of Item in net.minecraft.world.level.material
Methods in net.minecraft.world.level.material that return Item -
Uses of Item in net.minecraft.world.level.storage.loot.entries
Fields in net.minecraft.world.level.storage.loot.entries with type parameters of type ItemMethod parameters in net.minecraft.world.level.storage.loot.entries with type arguments of type ItemModifier and TypeMethodDescriptionstatic LootPoolSingletonContainer.Builder<?> static LootPoolSingletonContainer.Builder<?> TagEntry.tagContents(TagKey<Item> tag) Constructor parameters in net.minecraft.world.level.storage.loot.entries with type arguments of type ItemModifierConstructorDescriptionprivateLootItem(Holder<Item> item, int weight, int quality, List<LootItemCondition> conditions, List<LootItemFunction> functions) privateTagEntry(TagKey<Item> tag, boolean expand, int weight, int quality, List<LootItemCondition> conditions, List<LootItemFunction> functions) -
Uses of Item in net.minecraft.world.level.storage.loot.functions
Fields in net.minecraft.world.level.storage.loot.functions with type parameters of type ItemConstructor parameters in net.minecraft.world.level.storage.loot.functions with type arguments of type ItemModifierConstructorDescriptionSetItemFunction(List<LootItemCondition> predicates, Holder<Item> item) -
Uses of Item in net.minecraft.world.phys.shapes
Methods in net.minecraft.world.phys.shapes with parameters of type ItemModifier and TypeMethodDescriptionbooleanCollisionContext.isHoldingItem(Item item) booleanEntityCollisionContext.isHoldingItem(Item item) -
Uses of Item in net.neoforged.neoforge.capabilities
Fields in net.neoforged.neoforge.capabilities with type parameters of type ItemMethods in net.neoforged.neoforge.capabilities with parameters of type ItemModifier and TypeMethodDescriptionbooleanRegisterCapabilitiesEvent.isItemRegistered(ItemCapability<?, ?> capability, Item item) Returntrueif a provider is registered for the given item and capability. -
Uses of Item in net.neoforged.neoforge.client
Fields in net.neoforged.neoforge.client with type parameters of type ItemModifier and TypeFieldDescriptionprivate static Map<Item, ItemDecoratorHandler> ItemDecoratorHandler.DECORATOR_LOOKUP -
Uses of Item in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event with type parameters of type ItemModifier and TypeFieldDescriptionprivate final Map<Item, List<IItemDecorator>> RegisterItemDecorationsEvent.decoratorsConstructor parameters in net.neoforged.neoforge.client.event with type arguments of type ItemModifierConstructorDescriptionRegisterItemDecorationsEvent(Map<Item, List<IItemDecorator>> decorators) -
Uses of Item in net.neoforged.neoforge.client.extensions.common
Fields in net.neoforged.neoforge.client.extensions.common with type parameters of type ItemModifier and TypeFieldDescription(package private) static final Map<Item, IClientItemExtensions> ClientExtensionsManager.ITEM_EXTENSIONSMethods in net.neoforged.neoforge.client.extensions.common with parameters of type ItemModifier and TypeMethodDescriptionbooleanRegisterClientExtensionsEvent.isItemRegistered(Item item) Returns whether aIClientItemExtensionshas been registered for the givenItem.static IClientItemExtensionsvoidRegisterClientExtensionsEvent.registerItem(IClientItemExtensions extensions, Item... items) Register the givenIClientItemExtensionsfor the givenItems -
Uses of Item in net.neoforged.neoforge.common
Fields in net.neoforged.neoforge.common with type parameters of type ItemModifier and TypeFieldDescriptionTags.Items.ANIMAL_FOODSAll foods edible by animals excluding poisonous foods.Tags.Items.ARMORSA tag containing all conventional armor tags.Tags.Items.ARMORS_HORSEA tag containing armor that can fit on a Horse.Tags.Items.ARMORS_HUMANOIDArmor that can fit on a humanoid mob like the Player.Tags.Items.ARMORS_NAUTILUSA tag containing armor that can fit on a Nautilus.Tags.Items.ARMORS_WOLFA tag containing armor that can fit on a Wolf.Tags.Items.BARRELSTags.Items.BARRELS_WOODENTags.Items.BONESTags.Items.BOOKSHELVESTags.Items.BRICKSTags.Items.BRICKS_NETHERTags.Items.BRICKS_NORMALTags.Items.BRICKS_RESINTags.Items.BUCKETSTags.Items.BUCKETS_EMPTYTags.Items.BUCKETS_ENTITY_WATERTags.Items.BUCKETS_LAVAIf checking for the fluid this bucket holds in code, please useFluidBucketWrapper.getFluid()instead.Tags.Items.BUCKETS_MILKTags.Items.BUCKETS_POWDER_SNOWTags.Items.BUCKETS_WATERDoes not include entity water buckets.Tags.Items.BUDDING_BLOCKSFor blocks that are similar to amethyst where their budding block produces buds and cluster blocksTags.Items.BUDSFor blocks that are similar to amethyst where they have buddings forming from budding blocksTags.Items.CHAINSTags.Items.CHESTSTags.Items.CHESTS_ENDERTags.Items.CHESTS_TRAPPEDTags.Items.CHESTS_WOODENTags.Items.CLUMPSTags.Items.CLUMPS_RESINTags.Items.CLUSTERSFor blocks that are similar to amethyst where they have clusters forming from budding blocksTags.Items.COBBLESTONESTags.Items.COBBLESTONES_DEEPSLATETags.Items.COBBLESTONES_INFESTEDTags.Items.COBBLESTONES_MOSSYTags.Items.COBBLESTONES_NORMALTags.Items.CONCRETE_POWDERSBlock tag equivalent isBlockTags.CONCRETE_POWDERTags.Items.CONCRETESTags.Items.CROPSFor raw materials harvested from growable plants.Tags.Items.CROPS_BEETROOTTags.Items.CROPS_CACTUSTags.Items.CROPS_CARROTTags.Items.CROPS_COCOA_BEANTags.Items.CROPS_MELONTags.Items.CROPS_NETHER_WARTTags.Items.CROPS_POTATOTags.Items.CROPS_PUMPKINTags.Items.CROPS_SUGAR_CANETags.Items.CROPS_WHEATTags.Items.DRINK_CONTAINING_BOTTLEFor non-empty bottles that are drinkable.Tags.Items.DRINK_CONTAINING_BUCKETFor non-empty buckets that are drinkable.Tags.Items.DRINKSDrinks are defined as (1) consumable items that (2) use the drink item use animation, (3) can be consumed regardless of the player's current hunger.Tags.Items.DRINKS_HONEYTags.Items.DRINKS_JUICEPlant based fruit and vegetable juices belong in this tag, for example apple juice and carrot juice.Tags.Items.DRINKS_MAGICFor consumable drinks that are magic in nature and usually grant at least oneMobEffectwhen consumed.Tags.Items.DRINKS_MILKTags.Items.DRINKS_OMINOUSFor drinks that always grant the Bad Omen effect.Tags.Items.DRINKS_WATERFor consumable drinks that contain only water.Tags.Items.DRINKS_WATERYFor consumable drinks that are generally watery (such as potions).Tags.Items.DUSTSTags.Items.DUSTS_GLOWSTONETags.Items.DUSTS_REDSTONETags.Items.DYEDTag that holds all blocks and items that can be dyed a specific color.Tags.Items.DYED_BLACKTags.Items.DYED_BLUETags.Items.DYED_BROWNTags.Items.DYED_CYANTags.Items.DYED_GRAYTags.Items.DYED_GREENTags.Items.DYED_LIGHT_BLUETags.Items.DYED_LIGHT_GRAYTags.Items.DYED_LIMETags.Items.DYED_MAGENTATags.Items.DYED_ORANGETags.Items.DYED_PINKTags.Items.DYED_PURPLETags.Items.DYED_REDTags.Items.DYED_WHITETags.Items.DYED_YELLOWTags.Items.DYESTags.Items.DYES_BLACKTags.Items.DYES_BLUETags.Items.DYES_BROWNTags.Items.DYES_CYANTags.Items.DYES_GRAYTags.Items.DYES_GREENTags.Items.DYES_LIGHT_BLUETags.Items.DYES_LIGHT_GRAYTags.Items.DYES_LIMETags.Items.DYES_MAGENTATags.Items.DYES_ORANGETags.Items.DYES_PINKTags.Items.DYES_PURPLETags.Items.DYES_REDTags.Items.DYES_WHITETags.Items.DYES_YELLOWTags.Items.EGGSFor eggs to use for culinary purposes in recipes such as baking a cake.Tags.Items.ENCHANTABLESCollects the many enchantable tags into one parent collection for ease.Tags.Items.ENCHANTING_FUELSControls what items can be consumed for enchanting such as Enchanting Tables.Tags.Items.END_STONESTags.Items.ENDER_PEARLSTags.Items.FEATHERSTags.Items.FENCE_GATESTags.Items.FENCE_GATES_WOODENTags.Items.FENCESTags.Items.FENCES_NETHER_BRICKTags.Items.FENCES_WOODENTags.Items.FERTILIZERSFor bonemeal-like items that can grow plants.Tags.Items.FLOWERSContains any living plant block that contains flowers or is a flower itself.Tags.Items.FLOWERS_SMALLContains living ground-based flowers that are 1 block tall such as Dandelions or Poppy.Tags.Items.FLOWERS_TALLContains living ground-based flowers that are 2 block tall such as Rose Bush or Peony.Tags.Items.FOODSTags.Items.FOODS_BERRYStrawberries, raspberries, and other berry foods belong in this tag.Tags.Items.FOODS_BREADTags.Items.FOODS_CANDYSweets and candies like lollipops or chocolate belong in this tag.Tags.Items.FOODS_COOKED_FISHTags.Items.FOODS_COOKED_MEATTags.Items.FOODS_COOKIETags.Items.FOODS_DOUGHFor all doughs regardless of type, specific types of dough should fall under their respective sub-tag.
For example:
- Wheat dough (which generally results in bread) would go in "#c:foods/dough/wheat"
- Rye dough (which has rye as it's main ingredient) would go in "#c:foods/dough/rye"
- Sub-tags should also be added to this tag, for example: "#c:foods/dough/wheat" should be added to "#c:foods/dough"
There are some important assumptions that should be kept in mind.
- It is assumed that "1 dough = result", which in the case of wheat dough would be "1 dough = 1 bread"
- It is assumed that this dough can be baked into another item
- It is *not* assumed that all doughs result in bread, there can be doughs in this tag that result in things like pizza, etc.Tags.Items.FOODS_EDIBLE_WHEN_PLACEDFoods like cake that can be eaten when placed in the world belong in this tag.Tags.Items.FOODS_FOOD_POISONINGFor foods that inflict food poisoning-like effects.Tags.Items.FOODS_FRUITApples and other foods that are considered fruits in the culinary field belong in this tag.Tags.Items.FOODS_GOLDENAny gold-based foods would go in this tag.Tags.Items.FOODS_PIEPies and other pie-like foods belong in this tag.Tags.Items.FOODS_RAW_FISHTags.Items.FOODS_RAW_MEATTags.Items.FOODS_SOUPSoups, stews, and other liquid food in bowls belongs in this tag.Tags.Items.FOODS_VEGETABLETomatoes and other foods that are considered vegetables in the culinary field belong in this tag.Tags.Items.GEMSTags.Items.GEMS_AMETHYSTTags.Items.GEMS_DIAMONDTags.Items.GEMS_EMERALDTags.Items.GEMS_LAPISTags.Items.GEMS_PRISMARINETags.Items.GEMS_QUARTZTags.Items.GLASS_BLOCKSTags.Items.GLASS_BLOCKS_CHEAPGlass which is made from cheap resources like sand and only minor additional ingredients like dyesTags.Items.GLASS_BLOCKS_COLORLESSTags.Items.GLASS_BLOCKS_TINTEDTags.Items.GLASS_PANESTags.Items.GLASS_PANES_COLORLESSTags.Items.GLAZED_TERRACOTTASTags.Items.GRAVELSTags.Items.GUNPOWDERSTags.Items.HIDDEN_FROM_RECIPE_VIEWERSTag that holds all items that recipe viewers should not show to users.Tags.Items.INGOTSTags.Items.INGOTS_COPPERTags.Items.INGOTS_GOLDTags.Items.INGOTS_IRONTags.Items.INGOTS_NETHERITETags.Items.LEATHERSTags.Items.MELEE_WEAPON_TOOLSA tag containing melee-based weapons for recipes and loot tables.Tags.Items.MINING_TOOL_TOOLSA tag containing mining-based tools for recipes and loot tables.Tags.Items.MUSHROOMSSmall mushroom items.Tags.Items.MUSIC_DISCSFor music disc-like materials to be used in recipes.Tags.Items.NATURAL_LOGSFor logs, including Stems, found naturally that have not been stripped.Tags.Items.NATURAL_WOODSFor six-sided wood blocks, including Hyphae, found naturally that have not been stripped.Tags.Items.NETHER_NATURAL_LOGSFor logs, including Stems, found naturally in the Nether, does not include Stripped Logs.Tags.Items.NETHER_STARSTags.Items.NETHERRACKSTags.Items.NUGGETSTags.Items.NUGGETS_COPPERTags.Items.NUGGETS_GOLDTags.Items.NUGGETS_IRONTags.Items.OBSIDIANSTags.Items.OBSIDIANS_CRYINGTags.Items.OBSIDIANS_NORMALFor common obsidian that has no special quirks or behaviors.Tags.Items.ORE_BEARING_GROUND_DEEPSLATEBlocks which are often replaced by deepslate ores, i.e.Tags.Items.ORE_BEARING_GROUND_NETHERRACKBlocks which are often replaced by netherrack ores, i.e.Tags.Items.ORE_BEARING_GROUND_STONEBlocks which are often replaced by stone ores, i.e.Tags.Items.ORE_RATES_DENSEOres which on average result in more than one resource worth of materials ignoring fortune and other modifiers.Tags.Items.ORE_RATES_SINGULAROres which on average result in one resource worth of materials ignoring fortune and other modifiers.Tags.Items.ORE_RATES_SPARSEOres which on average result in less than one resource worth of materials ignoring fortune and other modifiers.Tags.Items.ORESTags.Items.ORES_COALTags.Items.ORES_COPPERTags.Items.ORES_DIAMONDTags.Items.ORES_EMERALDTags.Items.ORES_GOLDTags.Items.ORES_IN_GROUND_DEEPSLATEOres in deepslate (or in equivalent blocks in the tagTags.Items.ORE_BEARING_GROUND_DEEPSLATE) which could logically use deepslate as recipe input or output.Tags.Items.ORES_IN_GROUND_NETHERRACKOres in netherrack (or in equivalent blocks in the tagTags.Items.ORE_BEARING_GROUND_NETHERRACK) which could logically use netherrack as recipe input or output.Tags.Items.ORES_IN_GROUND_STONEOres in stone (or in equivalent blocks in the tagTags.Items.ORE_BEARING_GROUND_STONE) which could logically use stone as recipe input or output.Tags.Items.ORES_IRONTags.Items.ORES_LAPISTags.Items.ORES_NETHERITE_SCRAPTags.Items.ORES_QUARTZTags.Items.ORES_REDSTONETags.Items.OVERWORLD_NATURAL_LOGSFor logs found naturally in the Overworld, does not include Stripped Logs.Tags.Items.PIGLIN_USABLE_CROSSBOWSControls what items Piglins can use as default as a valid crossbow This tag defaults toItems.CROSSBOWwhen not present in any datapacks, including forge client on vanilla serverTags.Items.PILLAGER_USABLE_CROSSBOWSControls what items Pillagers can use as default as a valid crossbow This tag defaults toItems.CROSSBOWwhen not present in any datapacks, including forge client on vanilla serverTags.Items.PLAYER_WORKSTATIONS_CRAFTING_TABLESTags.Items.PLAYER_WORKSTATIONS_FURNACESTags.Items.POTIONSItems that can hold various potion effects by making use ofDataComponents.POTION_CONTENTS.Tags.Items.POTIONS_BOTTLEVariations of the potion bottle that can hold various effects by usingDataComponents.POTION_CONTENTS.Tags.Items.PUMPKINSTags.Items.PUMPKINS_CARVEDFor pumpkins that are already carved but not a light source.Tags.Items.PUMPKINS_JACK_O_LANTERNSFor pumpkins that are already carved and a light source.Tags.Items.PUMPKINS_NORMALFor pumpkins that are not carved.Tags.Items.RANGED_WEAPON_TOOLSA tag containing ranged-based weapons for recipes and loot tables.Tags.Items.RAW_MATERIALSTags.Items.RAW_MATERIALS_COPPERTags.Items.RAW_MATERIALS_GOLDTags.Items.RAW_MATERIALS_IRONTags.Items.RODSFor rod-like materials to be used in recipes.Tags.Items.RODS_BLAZETags.Items.RODS_BREEZETags.Items.RODS_WOODENFor stick-like materials to be used in recipes.Tags.Items.ROPESTags.Items.SANDSTags.Items.SANDS_COLORLESSTags.Items.SANDS_REDTags.Items.SANDSTONE_BLOCKSTags.Items.SANDSTONE_RED_BLOCKSTags.Items.SANDSTONE_RED_SLABSTags.Items.SANDSTONE_RED_STAIRSTags.Items.SANDSTONE_SLABSTags.Items.SANDSTONE_STAIRSTags.Items.SANDSTONE_UNCOLORED_BLOCKSTags.Items.SANDSTONE_UNCOLORED_SLABSTags.Items.SANDSTONE_UNCOLORED_STAIRSTags.Items.SEEDSFor items that are explicitly seeds for use cases such as refilling a bird feeder block or certain seed-based recipes.Tags.Items.SEEDS_BEETROOTTags.Items.SEEDS_MELONTags.Items.SEEDS_PITCHER_PLANTTags.Items.SEEDS_PUMPKINTags.Items.SEEDS_TORCHFLOWERTags.Items.SEEDS_WHEATTags.Items.SHULKER_BOXESBlock tag equivalent isBlockTags.SHULKER_BOXESTags.Items.SKELETON_USABLE_BOWSControls what items Skeletons can use as default as a valid bow This tag defaults toItems.BOWwhen not present in any datapacks, including forge client on vanilla serverTags.Items.SLIME_BALLSTags.Items.STONESNatural stone-like blocks that can be used as a base ingredient in recipes that takes stone.Tags.Items.STORAGE_BLOCKSA storage block is generally a block that has a recipe to craft a bulk of 1 kind of resource to a block and has a mirror recipe to reverse the crafting with no loss in resources.Tags.Items.STORAGE_BLOCKS_BONE_MEALTags.Items.STORAGE_BLOCKS_COALTags.Items.STORAGE_BLOCKS_COPPERTags.Items.STORAGE_BLOCKS_DIAMONDTags.Items.STORAGE_BLOCKS_DRIED_KELPTags.Items.STORAGE_BLOCKS_EMERALDTags.Items.STORAGE_BLOCKS_GOLDTags.Items.STORAGE_BLOCKS_IRONTags.Items.STORAGE_BLOCKS_LAPISTags.Items.STORAGE_BLOCKS_NETHERITETags.Items.STORAGE_BLOCKS_RAW_COPPERTags.Items.STORAGE_BLOCKS_RAW_GOLDTags.Items.STORAGE_BLOCKS_RAW_IRONTags.Items.STORAGE_BLOCKS_REDSTONETags.Items.STORAGE_BLOCKS_RESINTags.Items.STORAGE_BLOCKS_SLIMETags.Items.STORAGE_BLOCKS_WHEATTags.Items.STRINGSTags.Items.STRIPPED_LOGSFor logs, including Stems, found naturally that have been stripped.Tags.Items.STRIPPED_WOODSFor six-sided wood blocks, including Hyphae, found naturally that have been stripped.Tags.Items.TOOLSA tag containing all existing tools.Tags.Items.TOOLS_BOWA tag containing all existing bows.Tags.Items.TOOLS_BRUSHA tag containing all existing brushes.Tags.Items.TOOLS_CROSSBOWA tag containing all existing crossbows.Tags.Items.TOOLS_FISHING_RODA tag containing all existing fishing rods.Tags.Items.TOOLS_IGNITERA tag containing all existing fire starting tools such as Flint and Steel.Tags.Items.TOOLS_MACEA tag containing all existing maces.Tags.Items.TOOLS_SHEARA tag containing all existing shears.Tags.Items.TOOLS_SHIELDA tag containing all existing shields.Tags.Items.TOOLS_TRIDENTA tag containing all existing throwable stick-like weapons like tridents.Tags.Items.TOOLS_WRENCHA tag containing all existing wrenches.Tags.Items.VILLAGER_JOB_SITESMethods in net.neoforged.neoforge.common that return types with arguments of type Item -
Uses of Item in net.neoforged.neoforge.common.crafting
Fields in net.neoforged.neoforge.common.crafting with type parameters of type ItemMethods in net.neoforged.neoforge.common.crafting that return types with arguments of type ItemModifier and TypeMethodDescriptionBlockTagIngredient.dissolve()BlockTagIngredient.items()CompoundIngredient.items()CustomDisplayIngredient.items()DataComponentIngredient.items()DifferenceIngredient.items()ICustomIngredient.items()Returns the list of items that this ingredient accepts.IntersectionIngredient.items()DataComponentIngredient.itemSet()Method parameters in net.neoforged.neoforge.common.crafting with type arguments of type ItemModifier and TypeMethodDescriptionstatic IngredientDataComponentIngredient.of(boolean exhaustive, DataComponentMap map, HolderSet<Item> items) Creates a new ingredient matching any item from the list, containing the given componentsstatic IngredientDataComponentIngredient.of(boolean exhaustive, DataComponentPatch predicate, HolderSet<Item> items) Creates a new ingredient matching any item from the list, containing the given componentsConstructor parameters in net.neoforged.neoforge.common.crafting with type arguments of type ItemModifierConstructorDescriptionDataComponentIngredient(HolderSet<Item> items, DataComponentPatch components, boolean exhaustive) -
Uses of Item in net.neoforged.neoforge.common.data
Subclasses with type arguments of type Item in net.neoforged.neoforge.common.dataModifier and TypeClassDescriptionclassThis item tag provider waits for block tags to be available and allows to declaratively copy block tags over to item tags using theBlockTagCopyingItemTagProvider.copy(TagKey, TagKey)method.classFields in net.neoforged.neoforge.common.data with type parameters of type ItemMethods in net.neoforged.neoforge.common.data with parameters of type ItemMethod parameters in net.neoforged.neoforge.common.data with type arguments of type Item -
Uses of Item in net.neoforged.neoforge.common.data.internal
Subclasses of Item in net.neoforged.neoforge.common.data.internalFields in net.neoforged.neoforge.common.data.internal with type parameters of type ItemModifier and TypeFieldDescriptionprivate final DataMapProvider.Builder<FurnaceFuel, Item> NeoForgeDataMapsProvider.FuelValuesDataMapBuilder.builderprivate final HolderGetter<Item> NeoForgeRecipeProvider.InterceptingRecipeOutput.itemsNeoForgeRecipeProvider.InterceptingRecipeOutput.replacementsNeoForgeRecipeProvider.InterceptingRecipeOutput.replacementsprivate final Map<Item, Ingredient> NeoForgeRecipeProvider.InterceptingRecipeOutput.specialReplacementsMethods in net.neoforged.neoforge.common.data.internal that return types with arguments of type ItemMethods in net.neoforged.neoforge.common.data.internal with parameters of type ItemModifier and TypeMethodDescriptionprivate booleanNeoForgeLootTableProvider.checkMatchTool(MatchTool lootCondition, Item expected) Method parameters in net.neoforged.neoforge.common.data.internal with type arguments of type ItemModifier and TypeMethodDescriptionprivate voidNeoForgeItemTagsProvider.addColored(TagKey<Item> group, String pattern) private voidprivate voidprivate static booleanNeoForgeAdvancementProvider.predicateMatches(ItemPredicate predicate, TagKey<Item> tagKey) private voidConstructor parameters in net.neoforged.neoforge.common.data.internal with type arguments of type ItemModifierConstructorDescriptionFuelValuesDataMapBuilder(HolderLookup.Provider lookupProvider, DataMapProvider.Builder<FurnaceFuel, Item> builder) privateInterceptingRecipeOutput(HolderGetter<Item> items, RecipeOutput output) -
Uses of Item in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions that return ItemMethod parameters in net.neoforged.neoforge.common.extensions with type arguments of type ItemModifier and TypeMethodDescriptiondefault <T extends LivingEntity>
intIItemExtension.damageItem(ItemStack stack, int amount, @Nullable T entity, Consumer<Item> onBroken) Reduce the durability of this item by the amount given. -
Uses of Item in net.neoforged.neoforge.data.event
Methods in net.neoforged.neoforge.data.event that return types with arguments of type ItemModifier and TypeMethodDescriptionGatherDataEvent.ItemTagsProvider.create(PackOutput output, CompletableFuture<HolderLookup.Provider> lookupProvider, CompletableFuture<TagsProvider.TagLookup<Block>> contentsGetter) -
Uses of Item in net.neoforged.neoforge.event
Fields in net.neoforged.neoforge.event with type parameters of type ItemModifier and TypeFieldDescriptionprivate final Map<Item, Consumer<DataComponentMap.Builder>> ModifyDefaultComponentsEvent.modifiersByItemModifyDefaultComponentsEvent.modifiersByPredicateMethod parameters in net.neoforged.neoforge.event with type arguments of type ItemModifier and TypeMethodDescriptionvoidModifyDefaultComponentsEvent.modifyMatching(Predicate<? super Item> predicate, Consumer<DataComponentMap.Builder> patch) Patches the default components of all items matching the givenpredicate.Constructor parameters in net.neoforged.neoforge.event with type arguments of type ItemModifierConstructorDescriptionModifyDefaultComponentsEvent(Map<Item, Consumer<DataComponentMap.Builder>> modifiersByItem, List<Pair<Predicate<? super Item>, Consumer<DataComponentMap.Builder>>> modifiersByPredicate) ModifyDefaultComponentsEvent(Map<Item, Consumer<DataComponentMap.Builder>> modifiersByItem, List<Pair<Predicate<? super Item>, Consumer<DataComponentMap.Builder>>> modifiersByPredicate) -
Uses of Item in net.neoforged.neoforge.fluids
Fields in net.neoforged.neoforge.fluids with type parameters of type ItemMethods in net.neoforged.neoforge.fluids that return ItemMethod parameters in net.neoforged.neoforge.fluids with type arguments of type ItemModifier and TypeMethodDescription -
Uses of Item in net.neoforged.neoforge.internal
Fields in net.neoforged.neoforge.internal with type parameters of type ItemModifier and TypeFieldDescriptionstatic Map<Item, Consumer<DataComponentMap.Builder>> RegistrationEvents.componentModifiersByItemRegistrationEvents.componentModifiersByPredicate -
Uses of Item in net.neoforged.neoforge.registries
Classes in net.neoforged.neoforge.registries with type parameters of type ItemSubclasses with type arguments of type Item in net.neoforged.neoforge.registriesModifier and TypeClassDescriptionclassDeferredItem<T extends Item>static classSpecialized DeferredRegister forItemsthat uses the specializedDeferredItemas the return type forDeferredRegister.Items.register(String, Function).Classes in net.neoforged.neoforge.registries that implement interfaces with type arguments of type ItemModifier and TypeClassDescription(package private) static class(package private) static classFields in net.neoforged.neoforge.registries with type parameters of type ItemMethods in net.neoforged.neoforge.registries with type parameters of type ItemModifier and TypeMethodDescriptionprotected <I extends Item>
DeferredItem<I> DeferredRegister.Items.createHolder(ResourceKey<? extends Registry<Item>> registryKey, Identifier key) static <T extends Item>
DeferredItem<T> DeferredItem.createItem(Identifier key) Creates a newDeferredHoldertargeting theItemwith the specified name.static <T extends Item>
DeferredItem<T> DeferredItem.createItem(ResourceKey<Item> key) Creates a newDeferredHoldertargeting the specifiedItem.<I extends Item>
DeferredItem<I> DeferredRegister.Items.register(String name, Function<Identifier, ? extends I> func) Adds a new item to the list of entries to be registered and returns aDeferredItemthat will be populated with the created item automatically.<I extends Item>
DeferredItem<I> Adds a new item to the list of entries to be registered and returns aDeferredItemthat will be populated with the created item automatically.<I extends Item>
DeferredItem<I> DeferredRegister.Items.registerItem(String name, Function<Item.Properties, ? extends I> func) Adds a new item to the list of entries to be registered and returns aDeferredItemthat will be populated with the created item automatically.<I extends Item>
DeferredItem<I> DeferredRegister.Items.registerItem(String name, Function<Item.Properties, ? extends I> func, Supplier<Item.Properties> properties) Adds a new item to the list of entries to be registered and returns aDeferredItemthat will be populated with the created item automatically.<I extends Item>
DeferredItem<I> DeferredRegister.Items.registerItem(String name, Function<Item.Properties, ? extends I> func, UnaryOperator<Item.Properties> properties) Adds a new item to the list of entries to be registered and returns aDeferredItemthat will be populated with the created item automatically.<I extends Item>
DeferredItem<I> DeferredRegister.Items.registerItem(String name, Function<Item.Properties, ? extends I> func, Item.Properties props) Deprecated, for removal: This API element is subject to removal in a future version.Methods in net.neoforged.neoforge.registries that return ItemMethods in net.neoforged.neoforge.registries that return types with arguments of type ItemModifier and TypeMethodDescriptionGameData.getBlockItemMap()DeferredRegister.Items.registerSimpleItem(String name) Adds a new simpleItemwith the defaultpropertiesto the list of entries to be registered and returns aDeferredItemthat will be populated with the created item automatically.DeferredRegister.Items.registerSimpleItem(String name, Supplier<Item.Properties> properties) Adds a new simpleItemwith the givenpropertiesto the list of entries to be registered and returns aDeferredItemthat will be populated with the created item automatically.DeferredRegister.Items.registerSimpleItem(String name, UnaryOperator<Item.Properties> properties) Adds a new simpleItemwith the givenpropertiesto the list of entries to be registered and returns aDeferredItemthat will be populated with the created item automatically.DeferredRegister.Items.registerSimpleItem(String name, Item.Properties props) Deprecated, for removal: This API element is subject to removal in a future version.Methods in net.neoforged.neoforge.registries with parameters of type ItemModifier and TypeMethodDescriptionvoidNeoForgeRegistryCallbacks.ItemCallbacks.onAdd(Registry<Item> registry, int id, ResourceKey<Item> key, Item item) Method parameters in net.neoforged.neoforge.registries with type arguments of type ItemModifier and TypeMethodDescriptionprotected <I extends Item>
DeferredItem<I> DeferredRegister.Items.createHolder(ResourceKey<? extends Registry<Item>> registryKey, Identifier key) static <T extends Item>
DeferredItem<T> DeferredItem.createItem(ResourceKey<Item> key) Creates a newDeferredHoldertargeting the specifiedItem.voidNeoForgeRegistryCallbacks.ItemCallbacks.onAdd(Registry<Item> registry, int id, ResourceKey<Item> key, Item item) voidNeoForgeRegistryCallbacks.ItemCallbacks.onAdd(Registry<Item> registry, int id, ResourceKey<Item> key, Item item) voidConstructor parameters in net.neoforged.neoforge.registries with type arguments of type Item -
Uses of Item in net.neoforged.neoforge.registries.datamaps.builtin
Fields in net.neoforged.neoforge.registries.datamaps.builtin with type parameters of type ItemModifier and TypeFieldDescriptionstatic final DataMapType<Item, Compostable> NeoForgeDataMaps.COMPOSTABLESThe Item data map that replacesComposterBlock.COMPOSTABLES.static final DataMapType<Item, FurnaceFuel> NeoForgeDataMaps.FURNACE_FUELSThe Item data map that replaces.invalid reference
AbstractFurnaceBlockEntity#getFuel() -
Uses of Item in net.neoforged.neoforge.transfer.access
Fields in net.neoforged.neoforge.transfer.access declared as Item -
Uses of Item in net.neoforged.neoforge.transfer.energy
Fields in net.neoforged.neoforge.transfer.energy declared as Item -
Uses of Item in net.neoforged.neoforge.transfer.fluid
Fields in net.neoforged.neoforge.transfer.fluid declared as Item -
Uses of Item in net.neoforged.neoforge.transfer.item
Classes in net.neoforged.neoforge.transfer.item that implement interfaces with type arguments of type ItemModifier and TypeClassDescriptionfinal classImmutable combination of anItemand data components.Fields in net.neoforged.neoforge.transfer.item declared as ItemModifier and TypeFieldDescriptionprotected final ItemBundleItemHandler.validItemprotected final ItemItemAccessItemHandler.validItemMethods in net.neoforged.neoforge.transfer.item that return ItemMethods in net.neoforged.neoforge.transfer.item that return types with arguments of type ItemMethod parameters in net.neoforged.neoforge.transfer.item with type arguments of type ItemModifier and TypeMethodDescriptionstatic ItemResourceNote: This cannot be called before your item is registeredstatic ItemResourceItemResource.of(Holder<Item> holder, DataComponentPatch patch) Note: This cannot be called before your item is registered
ItemResource.of(ItemStack)instead.