Uses of Class
net.minecraft.world.item.Item
Package
Description
-
Uses of Item in net.minecraft.advancements.critereon
Modifier and TypeFieldDescriptionItemPredicate.Builder.items
ItemPredicate.items
ItemPredicate.Builder.tag
ItemPredicate.tag
Modifier and TypeMethodDescriptionLocationTrigger.TriggerInstance.walkOnBlockWithEquipment
(Block p_154323_, Item p_154324_) Modifier and TypeMethodDescriptionModifierConstructorDescriptionItemPredicate
(TagKey<Item> p_204137_, Set<Item> p_204138_, MinMaxBounds.Ints p_204139_, MinMaxBounds.Ints p_204140_, EnchantmentPredicate[] p_204141_, EnchantmentPredicate[] p_204142_, Potion p_204143_, NbtPredicate p_204144_) ItemPredicate
(TagKey<Item> p_204137_, Set<Item> p_204138_, MinMaxBounds.Ints p_204139_, MinMaxBounds.Ints p_204140_, EnchantmentPredicate[] p_204141_, EnchantmentPredicate[] p_204142_, Potion p_204143_, NbtPredicate p_204144_) -
Uses of Item in net.minecraft.client.color.item
Modifier and TypeFieldDescriptionprivate final Map<IRegistryDelegate<Item>,
ItemColor> ItemColors.itemColors
-
Uses of Item in net.minecraft.client.gui.screens
Modifier and TypeMethodDescriptionprivate void
PresetFlatWorldScreen.PresetsList.Entry.blitSlot
(PoseStack p_96500_, int p_96501_, int p_96502_, Item p_96503_) ModifierConstructorDescriptionPresetInfo
(Item p_96458_, Component p_96459_, Function<RegistryAccess, FlatLevelGeneratorSettings> p_96460_) -
Uses of Item in net.minecraft.client.gui.screens.achievement
-
Uses of Item in net.minecraft.client.gui.screens.inventory
-
Uses of Item in net.minecraft.client.gui.screens.recipebook
Modifier and TypeMethodDescriptionAbstractFurnaceRecipeBookComponent.getFuelItems()
BlastingRecipeBookComponent.getFuelItems()
SmeltingRecipeBookComponent.getFuelItems()
SmokingRecipeBookComponent.getFuelItems()
-
Uses of Item in net.minecraft.client.multiplayer
-
Uses of Item in net.minecraft.client.renderer
Modifier and TypeMethodDescriptionprivate static int
ItemModelShaper.getItemModel
(Item p_109395_) void
ItemModelShaper.register
(Item p_109397_, ModelResourceLocation p_109398_) -
Uses of Item in net.minecraft.client.renderer.entity
-
Uses of Item in net.minecraft.client.renderer.item
Modifier and TypeFieldDescriptionprivate static final Map<Item,
Map<ResourceLocation, ItemPropertyFunction>> ItemProperties.PROPERTIES
Modifier and TypeMethodDescriptionstatic ItemPropertyFunction
ItemProperties.getProperty
(Item p_117830_, ResourceLocation p_117831_) static void
ItemProperties.register
(Item p_174571_, ResourceLocation p_174572_, ItemPropertyFunction p_174573_) -
Uses of Item in net.minecraft.client.tutorial
Modifier and TypeMethodDescriptionstatic boolean
CraftPlanksTutorialStep.hasCraftedPlanksPreviously
(LocalPlayer p_205663_, TagKey<Item> p_205664_) -
Uses of Item in net.minecraft.commands.arguments.item
Modifier and TypeFieldDescriptionprivate final Item
ItemInput.item
private Item
ItemParser.item
private final Item
ItemPredicateArgument.ItemPredicate.item
Modifier and TypeFieldDescriptionprivate static final BiFunction<com.mojang.brigadier.suggestion.SuggestionsBuilder,
Registry<Item>, CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>> ItemParser.SUGGEST_NOTHING
private BiFunction<com.mojang.brigadier.suggestion.SuggestionsBuilder,
Registry<Item>, CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>> ItemParser.suggestions
ItemParser.tag
ItemPredicateArgument.TagPredicate.tag
Modifier and TypeMethodDescriptionCompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
ItemParser.fillSuggestions
(com.mojang.brigadier.suggestion.SuggestionsBuilder p_205666_, Registry<Item> p_205667_) private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
ItemParser.suggestItemIdOrTag
(com.mojang.brigadier.suggestion.SuggestionsBuilder p_205676_, Registry<Item> p_205677_) private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
ItemParser.suggestOpenNbt
(com.mojang.brigadier.suggestion.SuggestionsBuilder p_205669_, Registry<Item> p_205670_) private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
ItemParser.suggestTag
(com.mojang.brigadier.suggestion.SuggestionsBuilder p_205673_, Registry<Item> p_205674_) ModifierConstructorDescriptionItemInput
(Item p_120977_, CompoundTag p_120978_) ItemPredicate
(Item p_121061_, CompoundTag p_121062_) -
Uses of Item in net.minecraft.core
Modifier and TypeFieldDescriptionstatic final DefaultedRegistry<Item>
Registry.ITEM
Deprecated.static final ResourceKey<Registry<Item>>
Registry.ITEM_REGISTRY
-
Uses of Item in net.minecraft.core.cauldron
Modifier and TypeFieldDescriptionstatic final Map<Item,
CauldronInteraction> CauldronInteraction.EMPTY
static final Map<Item,
CauldronInteraction> CauldronInteraction.LAVA
static final Map<Item,
CauldronInteraction> CauldronInteraction.POWDER_SNOW
static final Map<Item,
CauldronInteraction> CauldronInteraction.WATER
Modifier and TypeMethodDescriptionstatic it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap<Item,
CauldronInteraction> CauldronInteraction.newInteractionMap()
Modifier and TypeMethodDescriptionstatic void
CauldronInteraction.addDefaultInteractions
(Map<Item, CauldronInteraction> p_175648_) -
Uses of Item in net.minecraft.data.advancements
Modifier and TypeFieldDescriptionprivate static final Item[]
HusbandryAdvancements.EDIBLE_ITEMS
private static final Item[]
HusbandryAdvancements.FISH
private static final Item[]
HusbandryAdvancements.FISH_BUCKETS
private static final Item[]
HusbandryAdvancements.WAX_SCRAPING_TOOLS
Modifier and TypeMethodDescriptionprivate static UsingItemTrigger.TriggerInstance
AdventureAdvancements.lookAtThroughItem
(EntityType<?> p_176027_, Item p_176028_) -
Uses of Item in net.minecraft.data.loot
Modifier and TypeMethodDescriptionprotected static LootTable.Builder
BlockLoot.createAttachedStemDrops
(Block p_124275_, Item p_124276_) protected static LootTable.Builder
BlockLoot.createCropDrops
(Block p_124143_, Item p_124144_, Item p_124145_, LootItemCondition.Builder p_124146_) protected static LootTable.Builder
BlockLoot.createOreDrop
(Block p_124140_, Item p_124141_) protected static LootTable.Builder
BlockLoot.createStemDrops
(Block p_124255_, Item p_124256_) -
Uses of Item in net.minecraft.data.models
Modifier and TypeMethodDescriptionprivate void
BlockModelGenerators.createAirLikeBlock
(Block p_124531_, Item p_124532_) (package private) void
BlockModelGenerators.createSimpleFlatItemModel
(Item p_124518_) private void
BlockModelGenerators.delegateItemModel
(Item p_124520_, ResourceLocation p_124521_) private void
ItemModelGenerators.generateFlatItem
(Item p_125092_, String p_125093_, ModelTemplate p_125094_) private void
ItemModelGenerators.generateFlatItem
(Item p_125089_, ModelTemplate p_125090_) private void
ItemModelGenerators.generateFlatItem
(Item p_125085_, Item p_125086_, ModelTemplate p_125087_) -
Uses of Item in net.minecraft.data.models.model
Modifier and TypeMethodDescriptionstatic ResourceLocation
TextureMapping.getItemTexture
(Item p_125779_) static ResourceLocation
TextureMapping.getItemTexture
(Item p_125746_, String p_125747_) static ResourceLocation
ModelLocationUtils.getModelLocation
(Item p_125572_) static ResourceLocation
ModelLocationUtils.getModelLocation
(Item p_125574_, String p_125575_) static TextureMapping
static TextureMapping
TextureMapping.particleFromItem
(Item p_125744_) -
Uses of Item in net.minecraft.data.recipes
Modifier and TypeFieldDescriptionprivate final Item
ShapedRecipeBuilder.result
private final Item
ShapedRecipeBuilder.Result.result
private final Item
ShapelessRecipeBuilder.result
private final Item
ShapelessRecipeBuilder.Result.result
private final Item
SimpleCookingRecipeBuilder.result
private final Item
SimpleCookingRecipeBuilder.Result.result
private final Item
SingleItemRecipeBuilder.result
private final Item
SingleItemRecipeBuilder.Result.result
private final Item
UpgradeRecipeBuilder.result
private final Item
UpgradeRecipeBuilder.Result.result
Modifier and TypeMethodDescriptionRecipeBuilder.getResult()
ShapedRecipeBuilder.getResult()
ShapelessRecipeBuilder.getResult()
SimpleCookingRecipeBuilder.getResult()
SingleItemRecipeBuilder.getResult()
Modifier and TypeMethodDescriptionprotected static void
RecipeProvider.netheriteSmithing
(Consumer<FinishedRecipe> p_125995_, Item p_125996_, Item p_125997_) static UpgradeRecipeBuilder
UpgradeRecipeBuilder.smithing
(Ingredient p_126386_, Ingredient p_126387_, Item p_126388_) Modifier and TypeMethodDescriptionprotected static InventoryChangeTrigger.TriggerInstance
protected static void
RecipeProvider.planksFromLog
(Consumer<FinishedRecipe> p_206409_, ItemLike p_206410_, TagKey<Item> p_206411_) protected static void
RecipeProvider.planksFromLogs
(Consumer<FinishedRecipe> p_206413_, ItemLike p_206414_, TagKey<Item> p_206415_) ModifierConstructorDescriptionResult
(ResourceLocation p_176754_, Item p_176755_, int p_176756_, String p_176757_, List<String> p_176758_, Map<Character, Ingredient> p_176759_, Advancement.Builder p_176760_, ResourceLocation p_176761_) Result
(ResourceLocation p_126222_, Item p_126223_, int p_126224_, String p_126225_, List<Ingredient> p_126226_, Advancement.Builder p_126227_, ResourceLocation p_126228_) Result
(ResourceLocation p_126287_, String p_126288_, Ingredient p_126289_, Item p_126290_, float p_126291_, int p_126292_, Advancement.Builder p_126293_, ResourceLocation p_126294_, RecipeSerializer<? extends AbstractCookingRecipe> p_126295_) Result
(ResourceLocation p_126340_, RecipeSerializer<?> p_126341_, String p_126342_, Ingredient p_126343_, Item p_126344_, int p_126345_, Advancement.Builder p_126346_, ResourceLocation p_126347_) Result
(ResourceLocation p_126408_, RecipeSerializer<?> p_126409_, Ingredient p_126410_, Ingredient p_126411_, Item p_126412_, Advancement.Builder p_126413_, ResourceLocation p_126414_) UpgradeRecipeBuilder
(RecipeSerializer<?> p_126381_, Ingredient p_126382_, Ingredient p_126383_, Item p_126384_) -
Uses of Item in net.minecraft.gametest.framework
Modifier and TypeMethodDescriptionvoid
GameTestHelper.assertAtTickTimeContainerContains
(long p_177124_, BlockPos p_177125_, Item p_177126_) void
GameTestHelper.assertContainerContains
(BlockPos p_177243_, Item p_177244_) void
GameTestHelper.assertItemEntityCountIs
(Item p_177199_, BlockPos p_177200_, double p_177201_, int p_177202_) void
GameTestHelper.assertItemEntityPresent
(Item p_177195_, BlockPos p_177196_, double p_177197_) -
Uses of Item in net.minecraft.network.chat
ModifierConstructorDescription(package private)
ItemStackInfo
(Item p_130893_, int p_130894_, CompoundTag p_130895_) -
Uses of Item in net.minecraft.network.protocol.game
-
Uses of Item in net.minecraft.stats
Modifier and TypeFieldDescriptionStats.ITEM_BROKEN
Stats.ITEM_CRAFTED
Stats.ITEM_DROPPED
Stats.ITEM_PICKED_UP
Stats.ITEM_USED
-
Uses of Item in net.minecraft.tags
Modifier and TypeFieldDescriptionItemTags.ACACIA_LOGS
ItemTags.ANVIL
ItemTags.ARROWS
ItemTags.AXOLOTL_TEMPT_ITEMS
ItemTags.BANNERS
ItemTags.BEACON_PAYMENT_ITEMS
ItemTags.BEDS
ItemTags.BIRCH_LOGS
ItemTags.BOATS
ItemTags.BUTTONS
ItemTags.CANDLES
ItemTags.CARPETS
ItemTags.CLUSTER_MAX_HARVESTABLES
ItemTags.COAL_ORES
ItemTags.COALS
ItemTags.COPPER_ORES
ItemTags.CREEPER_DROP_MUSIC_DISCS
ItemTags.CRIMSON_STEMS
ItemTags.DARK_OAK_LOGS
ItemTags.DIAMOND_ORES
ItemTags.DIRT
ItemTags.DOORS
ItemTags.EMERALD_ORES
ItemTags.FENCES
ItemTags.FISHES
ItemTags.FLOWERS
ItemTags.FOX_FOOD
ItemTags.FREEZE_IMMUNE_WEARABLES
ItemTags.GOLD_ORES
ItemTags.IGNORED_BY_PIGLIN_BABIES
ItemTags.IRON_ORES
ItemTags.JUNGLE_LOGS
ItemTags.LAPIS_ORES
ItemTags.LEAVES
ItemTags.LECTERN_BOOKS
ItemTags.LOGS
ItemTags.LOGS_THAT_BURN
ItemTags.MUSIC_DISCS
ItemTags.NON_FLAMMABLE_WOOD
ItemTags.OAK_LOGS
ItemTags.OCCLUDES_VIBRATION_SIGNALS
ItemTags.PIGLIN_FOOD
ItemTags.PIGLIN_LOVED
ItemTags.PIGLIN_REPELLENTS
ItemTags.PLANKS
ItemTags.RAILS
ItemTags.REDSTONE_ORES
ItemTags.SAND
ItemTags.SAPLINGS
ItemTags.SIGNS
ItemTags.SLABS
ItemTags.SMALL_FLOWERS
ItemTags.SOUL_FIRE_BASE_BLOCKS
ItemTags.SPRUCE_LOGS
ItemTags.STAIRS
ItemTags.STONE_BRICKS
ItemTags.STONE_CRAFTING_MATERIALS
ItemTags.STONE_TOOL_MATERIALS
ItemTags.TALL_FLOWERS
ItemTags.TERRACOTTA
ItemTags.TRAPDOORS
ItemTags.WALLS
ItemTags.WARPED_STEMS
ItemTags.WOODEN_BUTTONS
ItemTags.WOODEN_DOORS
ItemTags.WOODEN_FENCES
ItemTags.WOODEN_PRESSURE_PLATES
ItemTags.WOODEN_SLABS
ItemTags.WOODEN_STAIRS
ItemTags.WOODEN_TRAPDOORS
ItemTags.WOOL
-
Uses of Item in net.minecraft.util
Modifier and TypeMethodDescriptionstatic Item
GsonHelper.convertToItem
(com.google.gson.JsonElement p_13875_, String p_13876_) static Item
static Item
-
Uses of Item in net.minecraft.world
Modifier and TypeMethodDescriptiondefault int
SimpleContainer.removeItemType
(Item p_19171_, int p_19172_) -
Uses of Item in net.minecraft.world.entity
Modifier and TypeMethodDescriptionstatic Item
Mob.getEquipmentForSlot
(EquipmentSlot p_21413_, int p_21414_) -
Uses of Item in net.minecraft.world.entity.ai.behavior
Modifier and TypeMethodDescriptionTradeWithVillager.figureOutWhatIAmWillingToTrade
(Villager p_24423_, Villager p_24424_) Modifier and TypeMethodDescriptionprivate static void
TradeWithVillager.throwHalfStack
(Villager p_24426_, Set<Item> p_24427_, LivingEntity p_24428_) -
Uses of Item in net.minecraft.world.entity.animal
-
Uses of Item in net.minecraft.world.entity.monster.piglin
-
Uses of Item in net.minecraft.world.entity.npc
Modifier and TypeFieldDescriptionprivate final Item
VillagerTrades.TippedArrowForItemsAndEmeralds.fromItem
private final Item
VillagerTrades.DyedArmorForEmeralds.item
private final Item
VillagerTrades.EmeraldForItems.item
Modifier and TypeFieldDescriptionVillager.FOOD_POINTS
private final com.google.common.collect.ImmutableSet<Item>
VillagerProfession.requestedItems
private final Map<VillagerType,
Item> VillagerTrades.EmeraldsForVillagerTypeItem.trades
Villager.WANTED_ITEMS
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<Item>
VillagerProfession.getRequestedItems()
Modifier and TypeMethodDescription(package private) static VillagerProfession
VillagerProfession.register
(String p_35617_, PoiType p_35618_, com.google.common.collect.ImmutableSet<Item> p_35619_, com.google.common.collect.ImmutableSet<Block> p_35620_, SoundEvent p_35621_) ModifierConstructorDescriptionDyedArmorForEmeralds
(Item p_35639_, int p_35640_) DyedArmorForEmeralds
(Item p_35642_, int p_35643_, int p_35644_, int p_35645_) EnchantedItemForEmeralds
(Item p_35693_, int p_35694_, int p_35695_, int p_35696_) EnchantedItemForEmeralds
(Item p_35698_, int p_35699_, int p_35700_, int p_35701_, float p_35702_) ItemsAndEmeraldsToItems
(ItemLike p_35717_, int p_35718_, int p_35719_, Item p_35720_, int p_35721_, int p_35722_, int p_35723_) ItemsAndEmeraldsToItems
(ItemLike p_35725_, int p_35726_, Item p_35727_, int p_35728_, int p_35729_, int p_35730_) ItemsForEmeralds
(Item p_35741_, int p_35742_, int p_35743_, int p_35744_) ItemsForEmeralds
(Item p_35746_, int p_35747_, int p_35748_, int p_35749_, int p_35750_) TippedArrowForItemsAndEmeralds
(Item p_35793_, int p_35794_, Item p_35795_, int p_35796_, int p_35797_, int p_35798_, int p_35799_) ModifierConstructorDescriptionEmeraldsForVillagerTypeItem
(int p_35669_, int p_35670_, int p_35671_, Map<VillagerType, Item> p_35672_) VillagerProfession
(String p_35607_, PoiType p_35608_, com.google.common.collect.ImmutableSet<Item> p_35609_, com.google.common.collect.ImmutableSet<Block> p_35610_, SoundEvent p_35611_) -
Uses of Item in net.minecraft.world.entity.player
-
Uses of Item in net.minecraft.world.entity.projectile
Modifier and TypeMethodDescriptionprotected Item
Snowball.getDefaultItem()
protected abstract Item
ThrowableItemProjectile.getDefaultItem()
protected Item
ThrownEgg.getDefaultItem()
protected Item
ThrownEnderpearl.getDefaultItem()
protected Item
ThrownExperienceBottle.getDefaultItem()
protected Item
ThrownPotion.getDefaultItem()
Modifier and TypeMethodDescriptionstatic InteractionHand
ProjectileUtil.getWeaponHoldingHand
(LivingEntity p_37298_, Item p_37299_) Deprecated.Modifier and TypeMethodDescriptionstatic InteractionHand
ProjectileUtil.getWeaponHoldingHand
(LivingEntity livingEntity, Predicate<Item> itemPredicate) -
Uses of Item in net.minecraft.world.entity.vehicle
-
Uses of Item in net.minecraft.world.food
-
Uses of Item in net.minecraft.world.item
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
FoodOnAStickItem<T extends Entity & ItemSteerable>
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Modifier and TypeFieldDescriptionstatic final Item
Items.ACACIA_BOAT
static final Item
Items.ACACIA_BUTTON
static final Item
Items.ACACIA_DOOR
static final Item
Items.ACACIA_FENCE
static final Item
Items.ACACIA_FENCE_GATE
static final Item
Items.ACACIA_LEAVES
static final Item
Items.ACACIA_LOG
static final Item
Items.ACACIA_PLANKS
static final Item
Items.ACACIA_PRESSURE_PLATE
static final Item
Items.ACACIA_SAPLING
static final Item
Items.ACACIA_SIGN
static final Item
Items.ACACIA_SLAB
static final Item
Items.ACACIA_STAIRS
static final Item
Items.ACACIA_TRAPDOOR
static final Item
Items.ACACIA_WOOD
static final Item
Items.ACTIVATOR_RAIL
static final Item
Items.AIR
static final Item
Items.ALLIUM
static final Item
Items.AMETHYST_BLOCK
static final Item
Items.AMETHYST_CLUSTER
static final Item
Items.AMETHYST_SHARD
static final Item
Items.ANCIENT_DEBRIS
static final Item
Items.ANDESITE
static final Item
Items.ANDESITE_SLAB
static final Item
Items.ANDESITE_STAIRS
static final Item
Items.ANDESITE_WALL
static final Item
Items.ANVIL
static final Item
Items.APPLE
static final Item
Items.ARMOR_STAND
static final Item
Items.ARROW
static final Item
Items.AXOLOTL_BUCKET
static final Item
Items.AXOLOTL_SPAWN_EGG
static final Item
Items.AZALEA
static final Item
Items.AZALEA_LEAVES
static final Item
Items.AZURE_BLUET
static final Item
Items.BAKED_POTATO
static final Item
Items.BAMBOO
static final Item
Items.BARREL
static final Item
Items.BARRIER
static final Item
Items.BASALT
static final Item
Items.BAT_SPAWN_EGG
static final Item
Items.BEACON
static final Item
Items.BEDROCK
static final Item
Items.BEE_NEST
static final Item
Items.BEE_SPAWN_EGG
static final Item
Items.BEEF
static final Item
Items.BEEHIVE
static final Item
Items.BEETROOT
static final Item
Items.BEETROOT_SEEDS
static final Item
Items.BEETROOT_SOUP
static final Item
Items.BELL
static final Item
Items.BIG_DRIPLEAF
static final Item
Items.BIRCH_BOAT
static final Item
Items.BIRCH_BUTTON
static final Item
Items.BIRCH_DOOR
static final Item
Items.BIRCH_FENCE
static final Item
Items.BIRCH_FENCE_GATE
static final Item
Items.BIRCH_LEAVES
static final Item
Items.BIRCH_LOG
static final Item
Items.BIRCH_PLANKS
static final Item
Items.BIRCH_PRESSURE_PLATE
static final Item
Items.BIRCH_SAPLING
static final Item
Items.BIRCH_SIGN
static final Item
Items.BIRCH_SLAB
static final Item
Items.BIRCH_STAIRS
static final Item
Items.BIRCH_TRAPDOOR
static final Item
Items.BIRCH_WOOD
static final Item
Items.BLACK_BANNER
static final Item
Items.BLACK_BED
static final Item
Items.BLACK_CANDLE
static final Item
Items.BLACK_CARPET
static final Item
Items.BLACK_CONCRETE
static final Item
Items.BLACK_CONCRETE_POWDER
static final Item
Items.BLACK_DYE
static final Item
Items.BLACK_GLAZED_TERRACOTTA
static final Item
Items.BLACK_SHULKER_BOX
static final Item
Items.BLACK_STAINED_GLASS
static final Item
Items.BLACK_STAINED_GLASS_PANE
static final Item
Items.BLACK_TERRACOTTA
static final Item
Items.BLACK_WOOL
static final Item
Items.BLACKSTONE
static final Item
Items.BLACKSTONE_SLAB
static final Item
Items.BLACKSTONE_STAIRS
static final Item
Items.BLACKSTONE_WALL
static final Item
Items.BLAST_FURNACE
static final Item
Items.BLAZE_POWDER
static final Item
Items.BLAZE_ROD
static final Item
Items.BLAZE_SPAWN_EGG
static final Item
Items.BLUE_BANNER
static final Item
Items.BLUE_BED
static final Item
Items.BLUE_CANDLE
static final Item
Items.BLUE_CARPET
static final Item
Items.BLUE_CONCRETE
static final Item
Items.BLUE_CONCRETE_POWDER
static final Item
Items.BLUE_DYE
static final Item
Items.BLUE_GLAZED_TERRACOTTA
static final Item
Items.BLUE_ICE
static final Item
Items.BLUE_ORCHID
static final Item
Items.BLUE_SHULKER_BOX
static final Item
Items.BLUE_STAINED_GLASS
static final Item
Items.BLUE_STAINED_GLASS_PANE
static final Item
Items.BLUE_TERRACOTTA
static final Item
Items.BLUE_WOOL
static final Item
Items.BONE
static final Item
Items.BONE_BLOCK
static final Item
Items.BONE_MEAL
static final Item
Items.BOOK
static final Item
Items.BOOKSHELF
static final Item
Items.BOW
static final Item
Items.BOWL
static final Item
Items.BRAIN_CORAL
static final Item
Items.BRAIN_CORAL_BLOCK
static final Item
Items.BRAIN_CORAL_FAN
static final Item
Items.BREAD
static final Item
Items.BREWING_STAND
static final Item
Items.BRICK
static final Item
Items.BRICK_SLAB
static final Item
Items.BRICK_STAIRS
static final Item
Items.BRICK_WALL
static final Item
Items.BRICKS
static final Item
Items.BROWN_BANNER
static final Item
Items.BROWN_BED
static final Item
Items.BROWN_CANDLE
static final Item
Items.BROWN_CARPET
static final Item
Items.BROWN_CONCRETE
static final Item
Items.BROWN_CONCRETE_POWDER
static final Item
Items.BROWN_DYE
static final Item
Items.BROWN_GLAZED_TERRACOTTA
static final Item
Items.BROWN_MUSHROOM
static final Item
Items.BROWN_MUSHROOM_BLOCK
static final Item
Items.BROWN_SHULKER_BOX
static final Item
Items.BROWN_STAINED_GLASS
static final Item
Items.BROWN_STAINED_GLASS_PANE
static final Item
Items.BROWN_TERRACOTTA
static final Item
Items.BROWN_WOOL
static final Item
Items.BUBBLE_CORAL
static final Item
Items.BUBBLE_CORAL_BLOCK
static final Item
Items.BUBBLE_CORAL_FAN
static final Item
Items.BUCKET
static final Item
Items.BUDDING_AMETHYST
static final Item
Items.BUNDLE
static final Item
Items.CACTUS
static final Item
Items.CAKE
static final Item
Items.CALCITE
static final Item
Items.CAMPFIRE
static final Item
Items.CANDLE
static final Item
Items.CARROT
static final Item
Items.CARROT_ON_A_STICK
static final Item
Items.CARTOGRAPHY_TABLE
static final Item
Items.CARVED_PUMPKIN
static final Item
Items.CAT_SPAWN_EGG
static final Item
Items.CAULDRON
static final Item
Items.CAVE_SPIDER_SPAWN_EGG
static final Item
Items.CHAIN
static final Item
Items.CHAIN_COMMAND_BLOCK
static final Item
Items.CHAINMAIL_BOOTS
static final Item
Items.CHAINMAIL_CHESTPLATE
static final Item
Items.CHAINMAIL_HELMET
static final Item
Items.CHAINMAIL_LEGGINGS
static final Item
Items.CHARCOAL
static final Item
Items.CHEST
static final Item
Items.CHEST_MINECART
static final Item
Items.CHICKEN
static final Item
Items.CHICKEN_SPAWN_EGG
static final Item
Items.CHIPPED_ANVIL
static final Item
Items.CHISELED_DEEPSLATE
static final Item
Items.CHISELED_NETHER_BRICKS
static final Item
static final Item
Items.CHISELED_QUARTZ_BLOCK
static final Item
Items.CHISELED_RED_SANDSTONE
static final Item
Items.CHISELED_SANDSTONE
static final Item
Items.CHISELED_STONE_BRICKS
static final Item
Items.CHORUS_FLOWER
static final Item
Items.CHORUS_FRUIT
static final Item
Items.CHORUS_PLANT
static final Item
Items.CLAY
static final Item
Items.CLAY_BALL
static final Item
Items.CLOCK
static final Item
Items.COAL
static final Item
Items.COAL_BLOCK
static final Item
Items.COAL_ORE
static final Item
Items.COARSE_DIRT
static final Item
Items.COBBLED_DEEPSLATE
static final Item
Items.COBBLED_DEEPSLATE_SLAB
static final Item
Items.COBBLED_DEEPSLATE_STAIRS
static final Item
Items.COBBLED_DEEPSLATE_WALL
static final Item
Items.COBBLESTONE
static final Item
Items.COBBLESTONE_SLAB
static final Item
Items.COBBLESTONE_STAIRS
static final Item
Items.COBBLESTONE_WALL
static final Item
Items.COBWEB
static final Item
Items.COCOA_BEANS
static final Item
Items.COD
static final Item
Items.COD_BUCKET
static final Item
Items.COD_SPAWN_EGG
static final Item
Items.COMMAND_BLOCK
static final Item
Items.COMMAND_BLOCK_MINECART
static final Item
Items.COMPARATOR
static final Item
Items.COMPASS
static final Item
Items.COMPOSTER
static final Item
Items.CONDUIT
static final Item
Items.COOKED_BEEF
static final Item
Items.COOKED_CHICKEN
static final Item
Items.COOKED_COD
static final Item
Items.COOKED_MUTTON
static final Item
Items.COOKED_PORKCHOP
static final Item
Items.COOKED_RABBIT
static final Item
Items.COOKED_SALMON
static final Item
Items.COOKIE
static final Item
Items.COPPER_BLOCK
static final Item
Items.COPPER_INGOT
static final Item
Items.COPPER_ORE
static final Item
Items.CORNFLOWER
static final Item
Items.COW_SPAWN_EGG
static final Item
Items.CRACKED_DEEPSLATE_BRICKS
static final Item
Items.CRACKED_DEEPSLATE_TILES
static final Item
Items.CRACKED_NETHER_BRICKS
static final Item
static final Item
Items.CRACKED_STONE_BRICKS
static final Item
Items.CRAFTING_TABLE
private final Item
(package private) Item
Item.Properties.craftingRemainingItem
static final Item
Items.CREEPER_BANNER_PATTERN
static final Item
Items.CREEPER_HEAD
static final Item
Items.CREEPER_SPAWN_EGG
static final Item
Items.CRIMSON_BUTTON
static final Item
Items.CRIMSON_DOOR
static final Item
Items.CRIMSON_FENCE
static final Item
Items.CRIMSON_FENCE_GATE
static final Item
Items.CRIMSON_FUNGUS
static final Item
Items.CRIMSON_HYPHAE
static final Item
Items.CRIMSON_NYLIUM
static final Item
Items.CRIMSON_PLANKS
static final Item
Items.CRIMSON_PRESSURE_PLATE
static final Item
Items.CRIMSON_ROOTS
static final Item
Items.CRIMSON_SIGN
static final Item
Items.CRIMSON_SLAB
static final Item
Items.CRIMSON_STAIRS
static final Item
Items.CRIMSON_STEM
static final Item
Items.CRIMSON_TRAPDOOR
static final Item
Items.CROSSBOW
static final Item
Items.CRYING_OBSIDIAN
static final Item
Items.CUT_COPPER
static final Item
Items.CUT_COPPER_SLAB
static final Item
Items.CUT_COPPER_STAIRS
static final Item
Items.CUT_RED_SANDSTONE
static final Item
Items.CUT_RED_SANDSTONE_SLAB
static final Item
Items.CUT_SANDSTONE
static final Item
Items.CUT_STANDSTONE_SLAB
static final Item
Items.CYAN_BANNER
static final Item
Items.CYAN_BED
static final Item
Items.CYAN_CANDLE
static final Item
Items.CYAN_CARPET
static final Item
Items.CYAN_CONCRETE
static final Item
Items.CYAN_CONCRETE_POWDER
static final Item
Items.CYAN_DYE
static final Item
Items.CYAN_GLAZED_TERRACOTTA
static final Item
Items.CYAN_SHULKER_BOX
static final Item
Items.CYAN_STAINED_GLASS
static final Item
Items.CYAN_STAINED_GLASS_PANE
static final Item
Items.CYAN_TERRACOTTA
static final Item
Items.CYAN_WOOL
static final Item
Items.DAMAGED_ANVIL
static final Item
Items.DANDELION
static final Item
Items.DARK_OAK_BOAT
static final Item
Items.DARK_OAK_BUTTON
static final Item
Items.DARK_OAK_DOOR
static final Item
Items.DARK_OAK_FENCE
static final Item
Items.DARK_OAK_FENCE_GATE
static final Item
Items.DARK_OAK_LEAVES
static final Item
Items.DARK_OAK_LOG
static final Item
Items.DARK_OAK_PLANKS
static final Item
Items.DARK_OAK_PRESSURE_PLATE
static final Item
Items.DARK_OAK_SAPLING
static final Item
Items.DARK_OAK_SIGN
static final Item
Items.DARK_OAK_SLAB
static final Item
Items.DARK_OAK_STAIRS
static final Item
Items.DARK_OAK_TRAPDOOR
static final Item
Items.DARK_OAK_WOOD
static final Item
Items.DARK_PRISMARINE
static final Item
Items.DARK_PRISMARINE_SLAB
static final Item
Items.DARK_PRISMARINE_STAIRS
static final Item
Items.DAYLIGHT_DETECTOR
static final Item
Items.DEAD_BRAIN_CORAL
static final Item
Items.DEAD_BRAIN_CORAL_BLOCK
static final Item
Items.DEAD_BRAIN_CORAL_FAN
static final Item
Items.DEAD_BUBBLE_CORAL
static final Item
Items.DEAD_BUBBLE_CORAL_BLOCK
static final Item
Items.DEAD_BUBBLE_CORAL_FAN
static final Item
Items.DEAD_BUSH
static final Item
Items.DEAD_FIRE_CORAL
static final Item
Items.DEAD_FIRE_CORAL_BLOCK
static final Item
Items.DEAD_FIRE_CORAL_FAN
static final Item
Items.DEAD_HORN_CORAL
static final Item
Items.DEAD_HORN_CORAL_BLOCK
static final Item
Items.DEAD_HORN_CORAL_FAN
static final Item
Items.DEAD_TUBE_CORAL
static final Item
Items.DEAD_TUBE_CORAL_BLOCK
static final Item
Items.DEAD_TUBE_CORAL_FAN
static final Item
Items.DEBUG_STICK
static final Item
Items.DEEPSLATE
static final Item
Items.DEEPSLATE_BRICK_SLAB
static final Item
Items.DEEPSLATE_BRICK_STAIRS
static final Item
Items.DEEPSLATE_BRICK_WALL
static final Item
Items.DEEPSLATE_BRICKS
static final Item
Items.DEEPSLATE_COAL_ORE
static final Item
Items.DEEPSLATE_COPPER_ORE
static final Item
Items.DEEPSLATE_DIAMOND_ORE
static final Item
Items.DEEPSLATE_EMERALD_ORE
static final Item
Items.DEEPSLATE_GOLD_ORE
static final Item
Items.DEEPSLATE_IRON_ORE
static final Item
Items.DEEPSLATE_LAPIS_ORE
static final Item
Items.DEEPSLATE_REDSTONE_ORE
static final Item
Items.DEEPSLATE_TILE_SLAB
static final Item
Items.DEEPSLATE_TILE_STAIRS
static final Item
Items.DEEPSLATE_TILE_WALL
static final Item
Items.DEEPSLATE_TILES
static final Item
Items.DETECTOR_RAIL
static final Item
Items.DIAMOND
static final Item
Items.DIAMOND_AXE
static final Item
Items.DIAMOND_BLOCK
static final Item
Items.DIAMOND_BOOTS
static final Item
Items.DIAMOND_CHESTPLATE
static final Item
Items.DIAMOND_HELMET
static final Item
Items.DIAMOND_HOE
static final Item
Items.DIAMOND_HORSE_ARMOR
static final Item
Items.DIAMOND_LEGGINGS
static final Item
Items.DIAMOND_ORE
static final Item
Items.DIAMOND_PICKAXE
static final Item
Items.DIAMOND_SHOVEL
static final Item
Items.DIAMOND_SWORD
static final Item
Items.DIORITE
static final Item
Items.DIORITE_SLAB
static final Item
Items.DIORITE_STAIRS
static final Item
Items.DIORITE_WALL
static final Item
Items.DIRT
static final Item
Items.DIRT_PATH
static final Item
Items.DISPENSER
static final Item
Items.DOLPHIN_SPAWN_EGG
static final Item
Items.DONKEY_SPAWN_EGG
static final Item
Items.DRAGON_BREATH
static final Item
Items.DRAGON_EGG
static final Item
Items.DRAGON_HEAD
static final Item
Items.DRIED_KELP
static final Item
Items.DRIED_KELP_BLOCK
static final Item
Items.DRIPSTONE_BLOCK
static final Item
Items.DROPPER
static final Item
Items.DROWNED_SPAWN_EGG
static final Item
Items.EGG
static final Item
Items.ELDER_GUARDIAN_SPAWN_EGG
static final Item
Items.ELYTRA
static final Item
Items.EMERALD
static final Item
Items.EMERALD_BLOCK
static final Item
Items.EMERALD_ORE
static final Item
Items.ENCHANTED_BOOK
static final Item
Items.ENCHANTED_GOLDEN_APPLE
static final Item
Items.ENCHANTING_TABLE
static final Item
Items.END_CRYSTAL
static final Item
Items.END_PORTAL_FRAME
static final Item
Items.END_ROD
static final Item
Items.END_STONE
static final Item
Items.END_STONE_BRICK_SLAB
static final Item
Items.END_STONE_BRICK_STAIRS
static final Item
Items.END_STONE_BRICK_WALL
static final Item
Items.END_STONE_BRICKS
static final Item
Items.ENDER_CHEST
static final Item
Items.ENDER_EYE
static final Item
Items.ENDER_PEARL
static final Item
Items.ENDERMAN_SPAWN_EGG
static final Item
Items.ENDERMITE_SPAWN_EGG
static final Item
Items.EVOKER_SPAWN_EGG
static final Item
Items.EXPERIENCE_BOTTLE
static final Item
Items.EXPOSED_COPPER
static final Item
Items.EXPOSED_CUT_COPPER
static final Item
Items.EXPOSED_CUT_COPPER_SLAB
static final Item
static final Item
Items.FARMLAND
static final Item
Items.FEATHER
static final Item
Items.FERMENTED_SPIDER_EYE
static final Item
Items.FERN
static final Item
Items.FILLED_MAP
static final Item
Items.FIRE_CHARGE
static final Item
Items.FIRE_CORAL
static final Item
Items.FIRE_CORAL_BLOCK
static final Item
Items.FIRE_CORAL_FAN
static final Item
Items.FIREWORK_ROCKET
static final Item
Items.FIREWORK_STAR
static final Item
Items.FISHING_ROD
static final Item
Items.FLETCHING_TABLE
static final Item
Items.FLINT
static final Item
Items.FLINT_AND_STEEL
static final Item
Items.FLOWER_BANNER_PATTERN
static final Item
Items.FLOWER_POT
static final Item
Items.FLOWERING_AZALEA
static final Item
Items.FLOWERING_AZALEA_LEAVES
static final Item
Items.FOX_SPAWN_EGG
static final Item
Items.FURNACE
static final Item
Items.FURNACE_MINECART
static final Item
Items.GHAST_SPAWN_EGG
static final Item
Items.GHAST_TEAR
static final Item
Items.GILDED_BLACKSTONE
static final Item
Items.GLASS
static final Item
Items.GLASS_BOTTLE
static final Item
Items.GLASS_PANE
static final Item
Items.GLISTERING_MELON_SLICE
static final Item
Items.GLOBE_BANNER_PATTERN
static final Item
Items.GLOW_BERRIES
static final Item
Items.GLOW_INK_SAC
static final Item
Items.GLOW_ITEM_FRAME
static final Item
Items.GLOW_LICHEN
static final Item
Items.GLOW_SQUID_SPAWN_EGG
static final Item
Items.GLOWSTONE
static final Item
Items.GLOWSTONE_DUST
static final Item
Items.GOAT_SPAWN_EGG
static final Item
Items.GOLD_BLOCK
static final Item
Items.GOLD_INGOT
static final Item
Items.GOLD_NUGGET
static final Item
Items.GOLD_ORE
static final Item
Items.GOLDEN_APPLE
static final Item
Items.GOLDEN_AXE
static final Item
Items.GOLDEN_BOOTS
static final Item
Items.GOLDEN_CARROT
static final Item
Items.GOLDEN_CHESTPLATE
static final Item
Items.GOLDEN_HELMET
static final Item
Items.GOLDEN_HOE
static final Item
Items.GOLDEN_HORSE_ARMOR
static final Item
Items.GOLDEN_LEGGINGS
static final Item
Items.GOLDEN_PICKAXE
static final Item
Items.GOLDEN_SHOVEL
static final Item
Items.GOLDEN_SWORD
static final Item
Items.GRANITE
static final Item
Items.GRANITE_SLAB
static final Item
Items.GRANITE_STAIRS
static final Item
Items.GRANITE_WALL
static final Item
Items.GRASS
static final Item
Items.GRASS_BLOCK
static final Item
Items.GRAVEL
static final Item
Items.GRAY_BANNER
static final Item
Items.GRAY_BED
static final Item
Items.GRAY_CANDLE
static final Item
Items.GRAY_CARPET
static final Item
Items.GRAY_CONCRETE
static final Item
Items.GRAY_CONCRETE_POWDER
static final Item
Items.GRAY_DYE
static final Item
Items.GRAY_GLAZED_TERRACOTTA
static final Item
Items.GRAY_SHULKER_BOX
static final Item
Items.GRAY_STAINED_GLASS
static final Item
Items.GRAY_STAINED_GLASS_PANE
static final Item
Items.GRAY_TERRACOTTA
static final Item
Items.GRAY_WOOL
static final Item
Items.GREEN_BANNER
static final Item
Items.GREEN_BED
static final Item
Items.GREEN_CANDLE
static final Item
Items.GREEN_CARPET
static final Item
Items.GREEN_CONCRETE
static final Item
Items.GREEN_CONCRETE_POWDER
static final Item
Items.GREEN_DYE
static final Item
Items.GREEN_GLAZED_TERRACOTTA
static final Item
Items.GREEN_SHULKER_BOX
static final Item
Items.GREEN_STAINED_GLASS
static final Item
Items.GREEN_STAINED_GLASS_PANE
static final Item
Items.GREEN_TERRACOTTA
static final Item
Items.GREEN_WOOL
static final Item
Items.GRINDSTONE
static final Item
Items.GUARDIAN_SPAWN_EGG
static final Item
Items.GUNPOWDER
static final Item
Items.HANGING_ROOTS
static final Item
Items.HAY_BLOCK
static final Item
Items.HEART_OF_THE_SEA
static final Item
static final Item
Items.HOGLIN_SPAWN_EGG
static final Item
Items.HONEY_BLOCK
static final Item
Items.HONEY_BOTTLE
static final Item
Items.HONEYCOMB
static final Item
Items.HONEYCOMB_BLOCK
static final Item
Items.HOPPER
static final Item
Items.HOPPER_MINECART
static final Item
Items.HORN_CORAL
static final Item
Items.HORN_CORAL_BLOCK
static final Item
Items.HORN_CORAL_FAN
static final Item
Items.HORSE_SPAWN_EGG
static final Item
Items.HUSK_SPAWN_EGG
static final Item
Items.ICE
static final Item
static final Item
Items.INFESTED_COBBLESTONE
static final Item
static final Item
Items.INFESTED_DEEPSLATE
static final Item
static final Item
Items.INFESTED_STONE
static final Item
Items.INFESTED_STONE_BRICKS
static final Item
Items.INK_SAC
static final Item
Items.IRON_AXE
static final Item
Items.IRON_BARS
static final Item
Items.IRON_BLOCK
static final Item
Items.IRON_BOOTS
static final Item
Items.IRON_CHESTPLATE
static final Item
Items.IRON_DOOR
static final Item
Items.IRON_HELMET
static final Item
Items.IRON_HOE
static final Item
Items.IRON_HORSE_ARMOR
static final Item
Items.IRON_INGOT
static final Item
Items.IRON_LEGGINGS
static final Item
Items.IRON_NUGGET
static final Item
Items.IRON_ORE
static final Item
Items.IRON_PICKAXE
static final Item
Items.IRON_SHOVEL
static final Item
Items.IRON_SWORD
static final Item
Items.IRON_TRAPDOOR
private final Item
ItemStack.item
Deprecated.static final Item
Items.ITEM_FRAME
static final Item
Items.JACK_O_LANTERN
static final Item
Items.JIGSAW
static final Item
Items.JUKEBOX
static final Item
Items.JUNGLE_BOAT
static final Item
Items.JUNGLE_BUTTON
static final Item
Items.JUNGLE_DOOR
static final Item
Items.JUNGLE_FENCE
static final Item
Items.JUNGLE_FENCE_GATE
static final Item
Items.JUNGLE_LEAVES
static final Item
Items.JUNGLE_LOG
static final Item
Items.JUNGLE_PLANKS
static final Item
Items.JUNGLE_PRESSURE_PLATE
static final Item
Items.JUNGLE_SAPLING
static final Item
Items.JUNGLE_SIGN
static final Item
Items.JUNGLE_SLAB
static final Item
Items.JUNGLE_STAIRS
static final Item
Items.JUNGLE_TRAPDOOR
static final Item
Items.JUNGLE_WOOD
static final Item
Items.KELP
static final Item
Items.KNOWLEDGE_BOOK
static final Item
Items.LADDER
static final Item
Items.LANTERN
static final Item
Items.LAPIS_BLOCK
static final Item
Items.LAPIS_LAZULI
static final Item
Items.LAPIS_ORE
static final Item
Items.LARGE_AMETHYST_BUD
static final Item
Items.LARGE_FERN
static final Item
Items.LAVA_BUCKET
static final Item
Items.LEAD
static final Item
Items.LEATHER
static final Item
Items.LEATHER_BOOTS
static final Item
Items.LEATHER_CHESTPLATE
static final Item
Items.LEATHER_HELMET
static final Item
Items.LEATHER_HORSE_ARMOR
static final Item
Items.LEATHER_LEGGINGS
static final Item
Items.LECTERN
static final Item
Items.LEVER
static final Item
Items.LIGHT
static final Item
Items.LIGHT_BLUE_BANNER
static final Item
Items.LIGHT_BLUE_BED
static final Item
Items.LIGHT_BLUE_CANDLE
static final Item
Items.LIGHT_BLUE_CARPET
static final Item
Items.LIGHT_BLUE_CONCRETE
static final Item
static final Item
Items.LIGHT_BLUE_DYE
static final Item
static final Item
Items.LIGHT_BLUE_SHULKER_BOX
static final Item
Items.LIGHT_BLUE_STAINED_GLASS
static final Item
static final Item
Items.LIGHT_BLUE_TERRACOTTA
static final Item
Items.LIGHT_BLUE_WOOL
static final Item
Items.LIGHT_GRAY_BANNER
static final Item
Items.LIGHT_GRAY_BED
static final Item
Items.LIGHT_GRAY_CANDLE
static final Item
Items.LIGHT_GRAY_CARPET
static final Item
Items.LIGHT_GRAY_CONCRETE
static final Item
static final Item
Items.LIGHT_GRAY_DYE
static final Item
static final Item
Items.LIGHT_GRAY_SHULKER_BOX
static final Item
Items.LIGHT_GRAY_STAINED_GLASS
static final Item
static final Item
Items.LIGHT_GRAY_TERRACOTTA
static final Item
Items.LIGHT_GRAY_WOOL
static final Item
static final Item
Items.LIGHTNING_ROD
static final Item
Items.LILAC
static final Item
Items.LILY_OF_THE_VALLEY
static final Item
Items.LILY_PAD
static final Item
Items.LIME_BANNER
static final Item
Items.LIME_BED
static final Item
Items.LIME_CANDLE
static final Item
Items.LIME_CARPET
static final Item
Items.LIME_CONCRETE
static final Item
Items.LIME_CONCRETE_POWDER
static final Item
Items.LIME_DYE
static final Item
Items.LIME_GLAZED_TERRACOTTA
static final Item
Items.LIME_SHULKER_BOX
static final Item
Items.LIME_STAINED_GLASS
static final Item
Items.LIME_STAINED_GLASS_PANE
static final Item
Items.LIME_TERRACOTTA
static final Item
Items.LIME_WOOL
static final Item
Items.LINGERING_POTION
static final Item
Items.LLAMA_SPAWN_EGG
static final Item
Items.LODESTONE
static final Item
Items.LOOM
static final Item
Items.MAGENTA_BANNER
static final Item
Items.MAGENTA_BED
static final Item
Items.MAGENTA_CANDLE
static final Item
Items.MAGENTA_CARPET
static final Item
Items.MAGENTA_CONCRETE
static final Item
Items.MAGENTA_CONCRETE_POWDER
static final Item
Items.MAGENTA_DYE
static final Item
static final Item
Items.MAGENTA_SHULKER_BOX
static final Item
Items.MAGENTA_STAINED_GLASS
static final Item
static final Item
Items.MAGENTA_TERRACOTTA
static final Item
Items.MAGENTA_WOOL
static final Item
Items.MAGMA_BLOCK
static final Item
Items.MAGMA_CREAM
static final Item
Items.MAGMA_CUBE_SPAWN_EGG
static final Item
Items.MAP
static final Item
Items.MEDIUM_AMETHYST_BUD
static final Item
Items.MELON
static final Item
Items.MELON_SEEDS
static final Item
Items.MELON_SLICE
static final Item
Items.MILK_BUCKET
static final Item
Items.MINECART
static final Item
Items.MOJANG_BANNER_PATTERN
static final Item
Items.MOOSHROOM_SPAWN_EGG
static final Item
Items.MOSS_BLOCK
static final Item
Items.MOSS_CARPET
static final Item
Items.MOSSY_COBBLESTONE
static final Item
Items.MOSSY_COBBLESTONE_SLAB
static final Item
Items.MOSSY_COBBLESTONE_STAIRS
static final Item
Items.MOSSY_COBBLESTONE_WALL
static final Item
Items.MOSSY_STONE_BRICK_SLAB
static final Item
Items.MOSSY_STONE_BRICK_STAIRS
static final Item
Items.MOSSY_STONE_BRICK_WALL
static final Item
Items.MOSSY_STONE_BRICKS
static final Item
Items.MULE_SPAWN_EGG
static final Item
Items.MUSHROOM_STEM
static final Item
Items.MUSHROOM_STEW
static final Item
Items.MUSIC_DISC_11
static final Item
Items.MUSIC_DISC_13
static final Item
Items.MUSIC_DISC_BLOCKS
static final Item
Items.MUSIC_DISC_CAT
static final Item
Items.MUSIC_DISC_CHIRP
static final Item
Items.MUSIC_DISC_FAR
static final Item
Items.MUSIC_DISC_MALL
static final Item
Items.MUSIC_DISC_MELLOHI
static final Item
Items.MUSIC_DISC_OTHERSIDE
static final Item
Items.MUSIC_DISC_PIGSTEP
static final Item
Items.MUSIC_DISC_STAL
static final Item
Items.MUSIC_DISC_STRAD
static final Item
Items.MUSIC_DISC_WAIT
static final Item
Items.MUSIC_DISC_WARD
static final Item
Items.MUTTON
static final Item
Items.MYCELIUM
static final Item
Items.NAME_TAG
static final Item
Items.NAUTILUS_SHELL
static final Item
Items.NETHER_BRICK
static final Item
Items.NETHER_BRICK_FENCE
static final Item
Items.NETHER_BRICK_SLAB
static final Item
Items.NETHER_BRICK_STAIRS
static final Item
Items.NETHER_BRICK_WALL
static final Item
Items.NETHER_BRICKS
static final Item
Items.NETHER_GOLD_ORE
static final Item
Items.NETHER_QUARTZ_ORE
static final Item
Items.NETHER_SPROUTS
static final Item
Items.NETHER_STAR
static final Item
Items.NETHER_WART
static final Item
Items.NETHER_WART_BLOCK
static final Item
Items.NETHERITE_AXE
static final Item
Items.NETHERITE_BLOCK
static final Item
Items.NETHERITE_BOOTS
static final Item
Items.NETHERITE_CHESTPLATE
static final Item
Items.NETHERITE_HELMET
static final Item
Items.NETHERITE_HOE
static final Item
Items.NETHERITE_INGOT
static final Item
Items.NETHERITE_LEGGINGS
static final Item
Items.NETHERITE_PICKAXE
static final Item
Items.NETHERITE_SCRAP
static final Item
Items.NETHERITE_SHOVEL
static final Item
Items.NETHERITE_SWORD
static final Item
Items.NETHERRACK
static final Item
Items.NOTE_BLOCK
static final Item
Items.OAK_BOAT
static final Item
Items.OAK_BUTTON
static final Item
Items.OAK_DOOR
static final Item
Items.OAK_FENCE
static final Item
Items.OAK_FENCE_GATE
static final Item
Items.OAK_LEAVES
static final Item
Items.OAK_LOG
static final Item
Items.OAK_PLANKS
static final Item
Items.OAK_PRESSURE_PLATE
static final Item
Items.OAK_SAPLING
static final Item
Items.OAK_SIGN
static final Item
Items.OAK_SLAB
static final Item
Items.OAK_STAIRS
static final Item
Items.OAK_TRAPDOOR
static final Item
Items.OAK_WOOD
static final Item
Items.OBSERVER
static final Item
Items.OBSIDIAN
static final Item
Items.OCELOT_SPAWN_EGG
static final Item
Items.ORANGE_BANNER
static final Item
Items.ORANGE_BED
static final Item
Items.ORANGE_CANDLE
static final Item
Items.ORANGE_CARPET
static final Item
Items.ORANGE_CONCRETE
static final Item
Items.ORANGE_CONCRETE_POWDER
static final Item
Items.ORANGE_DYE
static final Item
Items.ORANGE_GLAZED_TERRACOTTA
static final Item
Items.ORANGE_SHULKER_BOX
static final Item
Items.ORANGE_STAINED_GLASS
static final Item
static final Item
Items.ORANGE_TERRACOTTA
static final Item
Items.ORANGE_TULIP
static final Item
Items.ORANGE_WOOL
static final Item
Items.OXEYE_DAISY
static final Item
Items.OXIDIZED_COPPER
static final Item
Items.OXIDIZED_CUT_COPPER
static final Item
Items.OXIDIZED_CUT_COPPER_SLAB
static final Item
static final Item
Items.PACKED_ICE
static final Item
Items.PAINTING
static final Item
Items.PANDA_SPAWN_EGG
static final Item
Items.PAPER
static final Item
Items.PARROT_SPAWN_EGG
static final Item
Items.PEONY
static final Item
Items.PETRIFIED_OAK_SLAB
static final Item
Items.PHANTOM_MEMBRANE
static final Item
Items.PHANTOM_SPAWN_EGG
static final Item
Items.PIG_SPAWN_EGG
static final Item
Items.PIGLIN_BANNER_PATTERN
static final Item
Items.PIGLIN_BRUTE_SPAWN_EGG
static final Item
Items.PIGLIN_SPAWN_EGG
static final Item
Items.PILLAGER_SPAWN_EGG
static final Item
Items.PINK_BANNER
static final Item
Items.PINK_BED
static final Item
Items.PINK_CANDLE
static final Item
Items.PINK_CARPET
static final Item
Items.PINK_CONCRETE
static final Item
Items.PINK_CONCRETE_POWDER
static final Item
Items.PINK_DYE
static final Item
Items.PINK_GLAZED_TERRACOTTA
static final Item
Items.PINK_SHULKER_BOX
static final Item
Items.PINK_STAINED_GLASS
static final Item
Items.PINK_STAINED_GLASS_PANE
static final Item
Items.PINK_TERRACOTTA
static final Item
Items.PINK_TULIP
static final Item
Items.PINK_WOOL
static final Item
Items.PISTON
static final Item
Items.PLAYER_HEAD
static final Item
Items.PODZOL
static final Item
Items.POINTED_DRIPSTONE
static final Item
Items.POISONOUS_POTATO
static final Item
Items.POLAR_BEAR_SPAWN_EGG
static final Item
Items.POLISHED_ANDESITE
static final Item
Items.POLISHED_ANDESITE_SLAB
static final Item
Items.POLISHED_ANDESITE_STAIRS
static final Item
Items.POLISHED_BASALT
static final Item
Items.POLISHED_BLACKSTONE
static final Item
static final Item
static final Item
static final Item
static final Item
static final Item
static final Item
Items.POLISHED_BLACKSTONE_SLAB
static final Item
static final Item
Items.POLISHED_BLACKSTONE_WALL
static final Item
Items.POLISHED_DEEPSLATE
static final Item
Items.POLISHED_DEEPSLATE_SLAB
static final Item
static final Item
Items.POLISHED_DEEPSLATE_WALL
static final Item
Items.POLISHED_DIORITE
static final Item
Items.POLISHED_DIORITE_SLAB
static final Item
Items.POLISHED_DIORITE_STAIRS
static final Item
Items.POLISHED_GRANITE
static final Item
Items.POLISHED_GRANITE_SLAB
static final Item
Items.POLISHED_GRANITE_STAIRS
static final Item
Items.POPPED_CHORUS_FRUIT
static final Item
Items.POPPY
static final Item
Items.PORKCHOP
static final Item
Items.POTATO
static final Item
Items.POTION
static final Item
Items.POWDER_SNOW_BUCKET
static final Item
Items.POWERED_RAIL
static final Item
Items.PRISMARINE
static final Item
Items.PRISMARINE_BRICK_SLAB
static final Item
Items.PRISMARINE_BRICK_STAIRS
static final Item
Items.PRISMARINE_BRICKS
static final Item
Items.PRISMARINE_CRYSTALS
static final Item
Items.PRISMARINE_SHARD
static final Item
Items.PRISMARINE_SLAB
static final Item
Items.PRISMARINE_STAIRS
static final Item
Items.PRISMARINE_WALL
static final Item
Items.PUFFERFISH
static final Item
Items.PUFFERFISH_BUCKET
static final Item
Items.PUFFERFISH_SPAWN_EGG
static final Item
Items.PUMPKIN
static final Item
Items.PUMPKIN_PIE
static final Item
Items.PUMPKIN_SEEDS
static final Item
Items.PURPLE_BANNER
static final Item
Items.PURPLE_BED
static final Item
Items.PURPLE_CANDLE
static final Item
Items.PURPLE_CARPET
static final Item
Items.PURPLE_CONCRETE
static final Item
Items.PURPLE_CONCRETE_POWDER
static final Item
Items.PURPLE_DYE
static final Item
Items.PURPLE_GLAZED_TERRACOTTA
static final Item
Items.PURPLE_SHULKER_BOX
static final Item
Items.PURPLE_STAINED_GLASS
static final Item
static final Item
Items.PURPLE_TERRACOTTA
static final Item
Items.PURPLE_WOOL
static final Item
Items.PURPUR_BLOCK
static final Item
Items.PURPUR_PILLAR
static final Item
Items.PURPUR_SLAB
static final Item
Items.PURPUR_STAIRS
static final Item
Items.QUARTZ
static final Item
Items.QUARTZ_BLOCK
static final Item
Items.QUARTZ_BRICKS
static final Item
Items.QUARTZ_PILLAR
static final Item
Items.QUARTZ_SLAB
static final Item
Items.QUARTZ_STAIRS
static final Item
Items.RABBIT
static final Item
Items.RABBIT_FOOT
static final Item
Items.RABBIT_HIDE
static final Item
Items.RABBIT_SPAWN_EGG
static final Item
Items.RABBIT_STEW
static final Item
Items.RAIL
static final Item
Items.RAVAGER_SPAWN_EGG
static final Item
Items.RAW_COPPER
static final Item
Items.RAW_COPPER_BLOCK
static final Item
Items.RAW_GOLD
static final Item
Items.RAW_GOLD_BLOCK
static final Item
Items.RAW_IRON
static final Item
Items.RAW_IRON_BLOCK
static final Item
Items.RED_BANNER
static final Item
Items.RED_BED
static final Item
Items.RED_CANDLE
static final Item
Items.RED_CARPET
static final Item
Items.RED_CONCRETE
static final Item
Items.RED_CONCRETE_POWDER
static final Item
Items.RED_DYE
static final Item
Items.RED_GLAZED_TERRACOTTA
static final Item
Items.RED_MUSHROOM
static final Item
Items.RED_MUSHROOM_BLOCK
static final Item
Items.RED_NETHER_BRICK_SLAB
static final Item
Items.RED_NETHER_BRICK_STAIRS
static final Item
Items.RED_NETHER_BRICK_WALL
static final Item
Items.RED_NETHER_BRICKS
static final Item
Items.RED_SAND
static final Item
Items.RED_SANDSTONE
static final Item
Items.RED_SANDSTONE_SLAB
static final Item
Items.RED_SANDSTONE_STAIRS
static final Item
Items.RED_SANDSTONE_WALL
static final Item
Items.RED_SHULKER_BOX
static final Item
Items.RED_STAINED_GLASS
static final Item
Items.RED_STAINED_GLASS_PANE
static final Item
Items.RED_TERRACOTTA
static final Item
Items.RED_TULIP
static final Item
Items.RED_WOOL
static final Item
Items.REDSTONE
static final Item
Items.REDSTONE_BLOCK
static final Item
Items.REDSTONE_LAMP
static final Item
Items.REDSTONE_ORE
static final Item
Items.REDSTONE_TORCH
static final Item
Items.REPEATER
static final Item
Items.REPEATING_COMMAND_BLOCK
static final Item
Items.RESPAWN_ANCHOR
static final Item
Items.ROOTED_DIRT
static final Item
Items.ROSE_BUSH
static final Item
Items.ROTTEN_FLESH
static final Item
Items.SADDLE
static final Item
Items.SALMON
static final Item
Items.SALMON_BUCKET
static final Item
Items.SALMON_SPAWN_EGG
static final Item
Items.SAND
static final Item
Items.SANDSTONE
static final Item
Items.SANDSTONE_SLAB
static final Item
Items.SANDSTONE_STAIRS
static final Item
Items.SANDSTONE_WALL
static final Item
Items.SCAFFOLDING
static final Item
Items.SCULK_SENSOR
static final Item
Items.SCUTE
static final Item
Items.SEA_LANTERN
static final Item
Items.SEA_PICKLE
static final Item
Items.SEAGRASS
static final Item
Items.SHEARS
static final Item
Items.SHEEP_SPAWN_EGG
static final Item
Items.SHIELD
static final Item
Items.SHROOMLIGHT
static final Item
Items.SHULKER_BOX
static final Item
Items.SHULKER_SHELL
static final Item
Items.SHULKER_SPAWN_EGG
static final Item
Items.SILVERFISH_SPAWN_EGG
static final Item
Items.SKELETON_HORSE_SPAWN_EGG
static final Item
Items.SKELETON_SKULL
static final Item
Items.SKELETON_SPAWN_EGG
static final Item
Items.SKULL_BANNER_PATTERN
static final Item
Items.SLIME_BALL
static final Item
Items.SLIME_BLOCK
static final Item
Items.SLIME_SPAWN_EGG
static final Item
Items.SMALL_AMETHYST_BUD
static final Item
Items.SMALL_DRIPLEAF
static final Item
Items.SMITHING_TABLE
static final Item
Items.SMOKER
static final Item
Items.SMOOTH_BASALT
static final Item
Items.SMOOTH_QUARTZ
static final Item
Items.SMOOTH_QUARTZ_SLAB
static final Item
Items.SMOOTH_QUARTZ_STAIRS
static final Item
Items.SMOOTH_RED_SANDSTONE
static final Item
static final Item
static final Item
Items.SMOOTH_SANDSTONE
static final Item
Items.SMOOTH_SANDSTONE_SLAB
static final Item
Items.SMOOTH_SANDSTONE_STAIRS
static final Item
Items.SMOOTH_STONE
static final Item
Items.SMOOTH_STONE_SLAB
static final Item
Items.SNOW
static final Item
Items.SNOW_BLOCK
static final Item
Items.SNOWBALL
static final Item
Items.SOUL_CAMPFIRE
static final Item
Items.SOUL_LANTERN
static final Item
Items.SOUL_SAND
static final Item
Items.SOUL_SOIL
static final Item
Items.SOUL_TORCH
static final Item
Items.SPAWNER
static final Item
Items.SPECTRAL_ARROW
static final Item
Items.SPIDER_EYE
static final Item
Items.SPIDER_SPAWN_EGG
static final Item
Items.SPLASH_POTION
static final Item
Items.SPONGE
static final Item
Items.SPORE_BLOSSOM
static final Item
Items.SPRUCE_BOAT
static final Item
Items.SPRUCE_BUTTON
static final Item
Items.SPRUCE_DOOR
static final Item
Items.SPRUCE_FENCE
static final Item
Items.SPRUCE_FENCE_GATE
static final Item
Items.SPRUCE_LEAVES
static final Item
Items.SPRUCE_LOG
static final Item
Items.SPRUCE_PLANKS
static final Item
Items.SPRUCE_PRESSURE_PLATE
static final Item
Items.SPRUCE_SAPLING
static final Item
Items.SPRUCE_SIGN
static final Item
Items.SPRUCE_SLAB
static final Item
Items.SPRUCE_STAIRS
static final Item
Items.SPRUCE_TRAPDOOR
static final Item
Items.SPRUCE_WOOD
static final Item
Items.SPYGLASS
static final Item
Items.SQUID_SPAWN_EGG
static final Item
Items.STICK
static final Item
Items.STICKY_PISTON
static final Item
Items.STONE
static final Item
Items.STONE_AXE
static final Item
Items.STONE_BRICK_SLAB
static final Item
Items.STONE_BRICK_STAIRS
static final Item
Items.STONE_BRICK_WALL
static final Item
Items.STONE_BRICKS
static final Item
Items.STONE_BUTTON
static final Item
Items.STONE_HOE
static final Item
Items.STONE_PICKAXE
static final Item
Items.STONE_PRESSURE_PLATE
static final Item
Items.STONE_SHOVEL
static final Item
Items.STONE_SLAB
static final Item
Items.STONE_STAIRS
static final Item
Items.STONE_SWORD
static final Item
Items.STONECUTTER
static final Item
Items.STRAY_SPAWN_EGG
static final Item
Items.STRIDER_SPAWN_EGG
static final Item
Items.STRING
static final Item
Items.STRIPPED_ACACIA_LOG
static final Item
Items.STRIPPED_ACACIA_WOOD
static final Item
Items.STRIPPED_BIRCH_LOG
static final Item
Items.STRIPPED_BIRCH_WOOD
static final Item
Items.STRIPPED_CRIMSON_HYPHAE
static final Item
Items.STRIPPED_CRIMSON_STEM
static final Item
Items.STRIPPED_DARK_OAK_LOG
static final Item
Items.STRIPPED_DARK_OAK_WOOD
static final Item
Items.STRIPPED_JUNGLE_LOG
static final Item
Items.STRIPPED_JUNGLE_WOOD
static final Item
Items.STRIPPED_OAK_LOG
static final Item
Items.STRIPPED_OAK_WOOD
static final Item
Items.STRIPPED_SPRUCE_LOG
static final Item
Items.STRIPPED_SPRUCE_WOOD
static final Item
Items.STRIPPED_WARPED_HYPHAE
static final Item
Items.STRIPPED_WARPED_STEM
static final Item
Items.STRUCTURE_BLOCK
static final Item
Items.STRUCTURE_VOID
static final Item
Items.SUGAR
static final Item
Items.SUGAR_CANE
static final Item
Items.SUNFLOWER
static final Item
Items.SUSPICIOUS_STEW
static final Item
Items.SWEET_BERRIES
static final Item
Items.TALL_GRASS
static final Item
Items.TARGET
static final Item
Items.TERRACOTTA
static final Item
Items.TINTED_GLASS
static final Item
Items.TIPPED_ARROW
static final Item
Items.TNT
static final Item
Items.TNT_MINECART
static final Item
Items.TORCH
static final Item
Items.TOTEM_OF_UNDYING
static final Item
Items.TRADER_LLAMA_SPAWN_EGG
static final Item
Items.TRAPPED_CHEST
static final Item
Items.TRIDENT
static final Item
Items.TRIPWIRE_HOOK
static final Item
Items.TROPICAL_FISH
static final Item
Items.TROPICAL_FISH_BUCKET
static final Item
Items.TROPICAL_FISH_SPAWN_EGG
static final Item
Items.TUBE_CORAL
static final Item
Items.TUBE_CORAL_BLOCK
static final Item
Items.TUBE_CORAL_FAN
static final Item
Items.TUFF
static final Item
Items.TURTLE_EGG
static final Item
Items.TURTLE_HELMET
static final Item
Items.TURTLE_SPAWN_EGG
static final Item
Items.TWISTING_VINES
static final Item
Items.VEX_SPAWN_EGG
static final Item
Items.VILLAGER_SPAWN_EGG
static final Item
Items.VINDICATOR_SPAWN_EGG
static final Item
Items.VINE
static final Item
static final Item
Items.WARPED_BUTTON
static final Item
Items.WARPED_DOOR
static final Item
Items.WARPED_FENCE
static final Item
Items.WARPED_FENCE_GATE
static final Item
Items.WARPED_FUNGUS
static final Item
Items.WARPED_FUNGUS_ON_A_STICK
static final Item
Items.WARPED_HYPHAE
static final Item
Items.WARPED_NYLIUM
static final Item
Items.WARPED_PLANKS
static final Item
Items.WARPED_PRESSURE_PLATE
static final Item
Items.WARPED_ROOTS
static final Item
Items.WARPED_SIGN
static final Item
Items.WARPED_SLAB
static final Item
Items.WARPED_STAIRS
static final Item
Items.WARPED_STEM
static final Item
Items.WARPED_TRAPDOOR
static final Item
Items.WARPED_WART_BLOCK
static final Item
Items.WATER_BUCKET
static final Item
Items.WAXED_COPPER_BLOCK
static final Item
Items.WAXED_CUT_COPPER
static final Item
Items.WAXED_CUT_COPPER_SLAB
static final Item
Items.WAXED_CUT_COPPER_STAIRS
static final Item
Items.WAXED_EXPOSED_COPPER
static final Item
Items.WAXED_EXPOSED_CUT_COPPER
static final Item
static final Item
static final Item
Items.WAXED_OXIDIZED_COPPER
static final Item
static final Item
static final Item
static final Item
Items.WAXED_WEATHERED_COPPER
static final Item
static final Item
static final Item
static final Item
Items.WEATHERED_COPPER
static final Item
Items.WEATHERED_CUT_COPPER
static final Item
static final Item
static final Item
Items.WEEPING_VINES
static final Item
Items.WET_SPONGE
static final Item
Items.WHEAT
static final Item
Items.WHEAT_SEEDS
static final Item
Items.WHITE_BANNER
static final Item
Items.WHITE_BED
static final Item
Items.WHITE_CANDLE
static final Item
Items.WHITE_CARPET
static final Item
Items.WHITE_CONCRETE
static final Item
Items.WHITE_CONCRETE_POWDER
static final Item
Items.WHITE_DYE
static final Item
Items.WHITE_GLAZED_TERRACOTTA
static final Item
Items.WHITE_SHULKER_BOX
static final Item
Items.WHITE_STAINED_GLASS
static final Item
Items.WHITE_STAINED_GLASS_PANE
static final Item
Items.WHITE_TERRACOTTA
static final Item
Items.WHITE_TULIP
static final Item
Items.WHITE_WOOL
static final Item
Items.WITCH_SPAWN_EGG
static final Item
Items.WITHER_ROSE
static final Item
Items.WITHER_SKELETON_SKULL
static final Item
static final Item
Items.WOLF_SPAWN_EGG
static final Item
Items.WOODEN_AXE
static final Item
Items.WOODEN_HOE
static final Item
Items.WOODEN_PICKAXE
static final Item
Items.WOODEN_SHOVEL
static final Item
Items.WOODEN_SWORD
static final Item
Items.WRITABLE_BOOK
static final Item
Items.WRITTEN_BOOK
static final Item
Items.YELLOW_BANNER
static final Item
Items.YELLOW_BED
static final Item
Items.YELLOW_CANDLE
static final Item
Items.YELLOW_CARPET
static final Item
Items.YELLOW_CONCRETE
static final Item
Items.YELLOW_CONCRETE_POWDER
static final Item
Items.YELLOW_DYE
static final Item
Items.YELLOW_GLAZED_TERRACOTTA
static final Item
Items.YELLOW_SHULKER_BOX
static final Item
Items.YELLOW_STAINED_GLASS
static final Item
static final Item
Items.YELLOW_TERRACOTTA
static final Item
Items.YELLOW_WOOL
static final Item
Items.ZOGLIN_SPAWN_EGG
static final Item
Items.ZOMBIE_HEAD
static final Item
Items.ZOMBIE_HORSE_SPAWN_EGG
static final Item
Items.ZOMBIE_SPAWN_EGG
static final Item
static final Item
Modifier and TypeFieldDescriptionprivate final Holder.Reference<Item>
Item.BY_BLOCK
private final Map<Item,
ItemCooldowns.CooldownInstance> ItemCooldowns.cooldowns
private final IRegistryDelegate<Item>
ItemStack.delegate
DyeColor.tag
Modifier and TypeMethodDescriptionItem.asItem()
static Item
Deprecated.static Item
Item.byId
(int p_41446_) final Item
Item.getCraftingRemainingItem()
Deprecated.ItemStack.getItem()
private static Item
Items.registerBlock
(BlockItem p_42804_) private static Item
Items.registerBlock
(Block p_42806_) private static Item
Items.registerBlock
(Block p_151094_, Optional<CreativeModeTab> p_151095_) private static Item
Items.registerBlock
(Block p_42808_, CreativeModeTab p_42809_) private static Item
Items.registerBlock
(Block p_151090_, CreativeModeTab p_151091_, Block... p_151092_) protected static Item
Items.registerBlock
(Block p_42811_, Item p_42812_) private static Item
Items.registerItem
(String p_42814_, Item p_42815_) private static Item
Items.registerItem
(ResourceLocation p_42817_, Item p_42818_) Modifier and TypeMethodDescriptionItem.builtInRegistryHolder()
Deprecated.DyeColor.getTag()
ItemStack.getTags()
Modifier and TypeMethodDescriptionvoid
ItemCooldowns.addCooldown
(Item p_41525_, int p_41526_) static boolean
CrossbowItem.containsChargedProjectile
(ItemStack p_40872_, Item p_40873_) Item.Properties.craftRemainder
(Item p_41496_) float
ItemCooldowns.getCooldownPercent
(Item p_41522_, float p_41523_) static int
boolean
boolean
ItemCooldowns.isOnCooldown
(Item p_41520_) protected void
ItemCooldowns.onCooldownEnded
(Item p_41531_) protected void
ServerItemCooldowns.onCooldownEnded
(Item p_43072_) protected void
ItemCooldowns.onCooldownStarted
(Item p_41529_, int p_41530_) protected void
ServerItemCooldowns.onCooldownStarted
(Item p_43069_, int p_43070_) protected static Item
Items.registerBlock
(Block p_42811_, Item p_42812_) void
BlockItem.registerBlocks
(Map<Block, Item> p_40607_, Item p_40608_) void
StandingAndWallBlockItem.registerBlocks
(Map<Block, Item> p_43252_, Item p_43253_) private static Item
Items.registerItem
(String p_42814_, Item p_42815_) private static Item
Items.registerItem
(ResourceLocation p_42817_, Item p_42818_) void
ItemCooldowns.removeCooldown
(Item p_41528_) void
BlockItem.removeFromBlockToItemMap
(Map<Block, Item> blockToItemMap, Item itemIn) void
StandingAndWallBlockItem.removeFromBlockToItemMap
(Map<Block, Item> blockToItemMap, Item itemIn) Modifier and TypeMethodDescriptionboolean
void
BlockItem.registerBlocks
(Map<Block, Item> p_40607_, Item p_40608_) void
StandingAndWallBlockItem.registerBlocks
(Map<Block, Item> p_43252_, Item p_43253_) void
BlockItem.removeFromBlockToItemMap
(Map<Block, Item> blockToItemMap, Item itemIn) void
StandingAndWallBlockItem.removeFromBlockToItemMap
(Map<Block, Item> blockToItemMap, Item itemIn) -
Uses of Item in net.minecraft.world.item.alchemy
Modifier and TypeFieldDescriptionprivate static final List<PotionBrewing.Mix<Item>>
PotionBrewing.CONTAINER_MIXES
Modifier and TypeMethodDescriptionprivate static void
PotionBrewing.addContainer
(Item p_43501_) private static void
PotionBrewing.addContainerRecipe
(Item p_43503_, Item p_43504_, Item p_43505_) private static void
-
Uses of Item in net.minecraft.world.item.crafting
Modifier and TypeFieldDescriptionprivate static final Map<Item,
FireworkRocketItem.Shape> FireworkStarRecipe.SHAPE_BY_ITEM
Ingredient.TagValue.tag
Modifier and TypeMethodDescriptionstatic Item
ShapedRecipe.itemFromJson
(com.google.gson.JsonObject p_151279_) -
Uses of Item in net.minecraft.world.item.enchantment
-
Uses of Item in net.minecraft.world.level
-
Uses of Item in net.minecraft.world.level.block
Modifier and TypeFieldDescriptionprivate static final Map<Item,
DispenseItemBehavior> DispenserBlock.DISPENSER_REGISTRY
private final Map<Item,
CauldronInteraction> AbstractCauldronBlock.interactions
AttachedStemBlock.seedSupplier
StemBlock.seedSupplier
Modifier and TypeMethodDescriptionstatic Block
static DyeColor
ShulkerBoxBlock.getColorFromItem
(Item p_56253_) ModifierConstructorDescriptionAbstractCauldronBlock
(BlockBehaviour.Properties p_151946_, Map<Item, CauldronInteraction> p_151947_) AttachedStemBlock
(StemGrownBlock p_152060_, Supplier<Item> p_152061_, BlockBehaviour.Properties p_152062_) LayeredCauldronBlock
(BlockBehaviour.Properties p_153522_, Predicate<Biome.Precipitation> p_153523_, Map<Item, CauldronInteraction> p_153524_) PowderSnowCauldronBlock
(BlockBehaviour.Properties p_154290_, Predicate<Biome.Precipitation> p_154291_, Map<Item, CauldronInteraction> p_154292_) StemBlock
(StemGrownBlock p_154728_, Supplier<Item> p_154729_, BlockBehaviour.Properties p_154730_) -
Uses of Item in net.minecraft.world.level.block.entity
Modifier and TypeMethodDescriptionAbstractFurnaceBlockEntity.getFuel()
Deprecated.Forge: get burn times by calling ForgeHooks#getBurnTime(ItemStack)Modifier and TypeMethodDescriptionprivate static boolean
AbstractFurnaceBlockEntity.isNeverAFurnaceFuel
(Item p_58398_) Modifier and TypeMethodDescriptionprivate static void
private static void
private static void
-
Uses of Item in net.minecraft.world.level.block.state
-
Uses of Item in net.minecraft.world.level.material
-
Uses of Item in net.minecraft.world.level.storage.loot.entries
Modifier and TypeMethodDescriptionstatic LootPoolSingletonContainer.Builder<?>
static LootPoolSingletonContainer.Builder<?>
TagEntry.tagContents
(TagKey<Item> p_205085_) ModifierConstructorDescription(package private)
LootItem
(Item p_79566_, int p_79567_, int p_79568_, LootItemCondition[] p_79569_, LootItemFunction[] p_79570_) ModifierConstructorDescription(package private)
TagEntry
(TagKey<Item> p_205078_, boolean p_205079_, int p_205080_, int p_205081_, LootItemCondition[] p_205082_, LootItemFunction[] p_205083_) -
Uses of Item in net.minecraft.world.phys.shapes
Modifier and TypeMethodDescriptionboolean
CollisionContext.isHoldingItem
(Item p_82752_) boolean
EntityCollisionContext.isHoldingItem
(Item p_82879_) -
Uses of Item in net.minecraftforge.client
Modifier and TypeFieldDescription(package private) final Map<IRegistryDelegate<Item>,
ModelResourceLocation> ItemModelMesherForge.locations
(package private) final Map<IRegistryDelegate<Item>,
BakedModel> ItemModelMesherForge.models
Modifier and TypeMethodDescriptionstatic IItemRenderProperties
ItemModelMesherForge.getItemModel
(Item item) void
ItemModelMesherForge.register
(Item item, ModelResourceLocation location) -
Uses of Item in net.minecraftforge.client.model.generators
-
Uses of Item in net.minecraftforge.common
Modifier and TypeFieldDescriptionTags.Items.BARRELS
Tags.Items.BARRELS_WOODEN
Tags.Items.BONES
Tags.Items.BOOKSHELVES
Tags.Items.CHESTS
Tags.Items.CHESTS_ENDER
Tags.Items.CHESTS_TRAPPED
Tags.Items.CHESTS_WOODEN
Tags.Items.COBBLESTONE
Tags.Items.COBBLESTONE_DEEPSLATE
Tags.Items.COBBLESTONE_INFESTED
Tags.Items.COBBLESTONE_MOSSY
Tags.Items.COBBLESTONE_NORMAL
Tags.Items.CROPS
Tags.Items.CROPS_BEETROOT
Tags.Items.CROPS_CARROT
Tags.Items.CROPS_NETHER_WART
Tags.Items.CROPS_POTATO
Tags.Items.CROPS_WHEAT
Tags.Items.DUSTS
Tags.Items.DUSTS_GLOWSTONE
Tags.Items.DUSTS_PRISMARINE
Tags.Items.DUSTS_REDSTONE
Tags.Items.DYES
Tags.Items.DYES_BLACK
Tags.Items.DYES_BLUE
Tags.Items.DYES_BROWN
Tags.Items.DYES_CYAN
Tags.Items.DYES_GRAY
Tags.Items.DYES_GREEN
Tags.Items.DYES_LIGHT_BLUE
Tags.Items.DYES_LIGHT_GRAY
Tags.Items.DYES_LIME
Tags.Items.DYES_MAGENTA
Tags.Items.DYES_ORANGE
Tags.Items.DYES_PINK
Tags.Items.DYES_PURPLE
Tags.Items.DYES_RED
Tags.Items.DYES_WHITE
Tags.Items.DYES_YELLOW
Tags.Items.EGGS
Tags.Items.ENCHANTING_FUELS
This tag defaults toItems.LAPIS_LAZULI
when not present in any datapacks, including forge client on vanilla serverTags.Items.END_STONES
Tags.Items.ENDER_PEARLS
Tags.Items.FEATHERS
Tags.Items.FENCE_GATES
Tags.Items.FENCE_GATES_WOODEN
Tags.Items.FENCES
Tags.Items.FENCES_NETHER_BRICK
Tags.Items.FENCES_WOODEN
Tags.Items.GEMS
Tags.Items.GEMS_AMETHYST
Tags.Items.GEMS_DIAMOND
Tags.Items.GEMS_EMERALD
Tags.Items.GEMS_LAPIS
Tags.Items.GEMS_PRISMARINE
Tags.Items.GEMS_QUARTZ
Tags.Items.GLASS
Tags.Items.GLASS_BLACK
Tags.Items.GLASS_BLUE
Tags.Items.GLASS_BROWN
Tags.Items.GLASS_COLORLESS
Tags.Items.GLASS_CYAN
Tags.Items.GLASS_GRAY
Tags.Items.GLASS_GREEN
Tags.Items.GLASS_LIGHT_BLUE
Tags.Items.GLASS_LIGHT_GRAY
Tags.Items.GLASS_LIME
Tags.Items.GLASS_MAGENTA
Tags.Items.GLASS_ORANGE
Tags.Items.GLASS_PANES
Tags.Items.GLASS_PANES_BLACK
Tags.Items.GLASS_PANES_BLUE
Tags.Items.GLASS_PANES_BROWN
Tags.Items.GLASS_PANES_COLORLESS
Tags.Items.GLASS_PANES_CYAN
Tags.Items.GLASS_PANES_GRAY
Tags.Items.GLASS_PANES_GREEN
Tags.Items.GLASS_PANES_LIGHT_BLUE
Tags.Items.GLASS_PANES_LIGHT_GRAY
Tags.Items.GLASS_PANES_LIME
Tags.Items.GLASS_PANES_MAGENTA
Tags.Items.GLASS_PANES_ORANGE
Tags.Items.GLASS_PANES_PINK
Tags.Items.GLASS_PANES_PURPLE
Tags.Items.GLASS_PANES_RED
Tags.Items.GLASS_PANES_WHITE
Tags.Items.GLASS_PANES_YELLOW
Tags.Items.GLASS_PINK
Tags.Items.GLASS_PURPLE
Tags.Items.GLASS_RED
Tags.Items.GLASS_SILICA
Glass which is made from sand and only minor additional ingredients like dyesTags.Items.GLASS_TINTED
Tags.Items.GLASS_WHITE
Tags.Items.GLASS_YELLOW
Tags.Items.GRAVEL
Tags.Items.GUNPOWDER
Tags.Items.HEADS
Tags.Items.INGOTS
Tags.Items.INGOTS_BRICK
Tags.Items.INGOTS_COPPER
Tags.Items.INGOTS_GOLD
Tags.Items.INGOTS_IRON
Tags.Items.INGOTS_NETHER_BRICK
Tags.Items.INGOTS_NETHERITE
Tags.Items.LEATHER
Tags.Items.MUSHROOMS
Tags.Items.NETHER_STARS
Tags.Items.NETHERRACK
Tags.Items.NUGGETS
Tags.Items.NUGGETS_GOLD
Tags.Items.NUGGETS_IRON
Tags.Items.OBSIDIAN
Tags.Items.ORE_BEARING_GROUND_DEEPSLATE
Blocks which are often replaced by deepslate ores, i.e.Tags.Items.ORE_BEARING_GROUND_NETHERRACK
Blocks which are often replaced by netherrack ores, i.e.Tags.Items.ORE_BEARING_GROUND_STONE
Blocks which are often replaced by stone ores, i.e.Tags.Items.ORE_RATES_DENSE
Ores which on average result in more than one resource worth of materialsTags.Items.ORE_RATES_SINGULAR
Ores which on average result in one resource worth of materialsTags.Items.ORE_RATES_SPARSE
Ores which on average result in less than one resource worth of materialsTags.Items.ORES
Tags.Items.ORES_COAL
Tags.Items.ORES_COPPER
Tags.Items.ORES_DIAMOND
Tags.Items.ORES_EMERALD
Tags.Items.ORES_GOLD
Tags.Items.ORES_IN_GROUND_DEEPSLATE
Ores in deepslate (or in equivalent blocks in the tagTags.Items.ORE_BEARING_GROUND_DEEPSLATE
) which could logically use deepslate as recipe input or outputTags.Items.ORES_IN_GROUND_NETHERRACK
Ores in netherrack (or in equivalent blocks in the tagTags.Items.ORE_BEARING_GROUND_NETHERRACK
) which could logically use netherrack as recipe input or outputTags.Items.ORES_IN_GROUND_STONE
Ores in stone (or in equivalent blocks in the tagTags.Items.ORE_BEARING_GROUND_STONE
) which could logically use stone as recipe input or outputTags.Items.ORES_IRON
Tags.Items.ORES_LAPIS
Tags.Items.ORES_NETHERITE_SCRAP
Tags.Items.ORES_QUARTZ
Tags.Items.ORES_REDSTONE
Tags.Items.RAW_MATERIALS
Tags.Items.RAW_MATERIALS_COPPER
Tags.Items.RAW_MATERIALS_GOLD
Tags.Items.RAW_MATERIALS_IRON
Tags.Items.RODS
Tags.Items.RODS_BLAZE
Tags.Items.RODS_WOODEN
Tags.Items.SAND
Tags.Items.SAND_COLORLESS
Tags.Items.SAND_RED
Tags.Items.SANDSTONE
Tags.Items.SEEDS
Tags.Items.SEEDS_BEETROOT
Tags.Items.SEEDS_MELON
Tags.Items.SEEDS_PUMPKIN
Tags.Items.SEEDS_WHEAT
Tags.Items.SHEARS
Tags.Items.SLIMEBALLS
Tags.Items.STAINED_GLASS
Tags.Items.STAINED_GLASS_PANES
Tags.Items.STONE
Tags.Items.STORAGE_BLOCKS
Tags.Items.STORAGE_BLOCKS_AMETHYST
Tags.Items.STORAGE_BLOCKS_COAL
Tags.Items.STORAGE_BLOCKS_COPPER
Tags.Items.STORAGE_BLOCKS_DIAMOND
Tags.Items.STORAGE_BLOCKS_EMERALD
Tags.Items.STORAGE_BLOCKS_GOLD
Tags.Items.STORAGE_BLOCKS_IRON
Tags.Items.STORAGE_BLOCKS_LAPIS
Tags.Items.STORAGE_BLOCKS_NETHERITE
Tags.Items.STORAGE_BLOCKS_QUARTZ
Tags.Items.STORAGE_BLOCKS_RAW_COPPER
Tags.Items.STORAGE_BLOCKS_RAW_GOLD
Tags.Items.STORAGE_BLOCKS_RAW_IRON
Tags.Items.STORAGE_BLOCKS_REDSTONE
Tags.Items.STRING
private static final Map<IRegistryDelegate<Item>,
Integer> ForgeHooks.VANILLA_BURNS
-
Uses of Item in net.minecraftforge.common.crafting
Modifier and TypeMethodDescriptionstatic Ingredient
Deprecated.useIngredient.of(TagKey)
(Stream)} -
Uses of Item in net.minecraftforge.common.crafting.conditions
-
Uses of Item in net.minecraftforge.common.data
Modifier and TypeFieldDescriptionForgeRecipeProvider.replacements
ForgeRecipeProvider.replacements
Modifier and TypeMethodDescriptionvoid
private boolean
ForgeLootTableProvider.checkMatchTool
(MatchTool lootCondition, Item expected) private boolean
ForgeLootTableProvider.findAndReplaceInAlternative
(AlternativeLootItemCondition alternative, Item from, ToolAction toolAction) private boolean
ForgeLootTableProvider.findAndReplaceInLootEntry
(LootPoolEntryContainer entry, Item from, ToolAction toolAction) private boolean
ForgeLootTableProvider.findAndReplaceInLootPool
(LootPool lootPool, Item from, ToolAction toolAction) private boolean
ForgeLootTableProvider.findAndReplaceInLootTableBuilder
(LootTable.Builder builder, Item from, ToolAction toolAction) private boolean
ForgeLootTableProvider.findAndReplaceInParentedLootEntry
(CompositeEntryBase entry, Item from, ToolAction toolAction) -
Uses of Item in net.minecraftforge.common.extensions
-
Uses of Item in net.minecraftforge.debug
Modifier and TypeFieldDescriptionprivate static final RegistryObject<Item>
DeferredRegistryTest.ITEM
private static final DeferredRegister<Item>
CustomSoundTypeTest.ITEMS
private static final DeferredRegister<Item>
DeferredRegistryTest.ITEMS
private static final RegistryObject<Item>
CustomSoundTypeTest.TEST_STEP_BLOCK_ITEM
-
Uses of Item in net.minecraftforge.debug.block
Modifier and TypeFieldDescriptionprivate static final RegistryObject<Item>
CustomHeadTest.BLAZE_HEAD_ITEM
private static final RegistryObject<Item>
FullPotsAccessorDemo.DIORITE_POT_ITEM
private static final RegistryObject<Item>
HideNeighborFaceTest.GLASS_SLAB_ITEM
private static final DeferredRegister<Item>
BlockEntityOnLoadTest.ITEMS
private static final DeferredRegister<Item>
BlockStateChangeTest.ITEMS
private static final DeferredRegister<Item>
CustomHeadTest.ITEMS
private static final DeferredRegister<Item>
CustomRespawnTest.ITEMS
private static final DeferredRegister<Item>
CustomSignsTest.ITEMS
private static final DeferredRegister<Item>
DynamicMapColorTest.ITEMS
private static final DeferredRegister<Item>
FlowerPotTest.ITEMS
private static final DeferredRegister<Item>
FullPotsAccessorDemo.ITEMS
private static final DeferredRegister<Item>
HideNeighborFaceTest.ITEMS
private static DeferredRegister<Item>
PistonEventTest.ITEMS
private static final DeferredRegister<Item>
RedstoneSidedConnectivityTest.ITEMS
private static final DeferredRegister<Item>
ValidRailShapeTest.ITEMS
private static final RegistryObject<Item>
ValidRailShapeTest.RAIL_SLOPE_ITEM
private static final RegistryObject<Item>
BlockEntityOnLoadTest.TEST_BLOCK_ITEM
private static final RegistryObject<Item>
BlockStateChangeTest.TEST_BLOCK_ITEM
private static final RegistryObject<Item>
DynamicMapColorTest.TEST_BLOCK_ITEM
private static final RegistryObject<Item>
RedstoneSidedConnectivityTest.TEST_REDSTONE_BLOCKITEM
static final RegistryObject<Item>
CustomRespawnTest.TEST_RESPAWN_BLOCK_ITEM
Modifier and TypeMethodDescriptionstatic void
FlowerPotTest.onItemRegister
(RegistryEvent.Register<Item> event) static void
CustomPlantTypeTest.registerItems
(RegistryEvent.Register<Item> event) static void
SlipperinessTest.registerItems
(RegistryEvent.Register<Item> e) static void
StickyBlockTest.registerItems
(RegistryEvent.Register<Item> event) -
Uses of Item in net.minecraftforge.debug.client
Modifier and TypeClassDescriptionprivate static class
private static class
(package private) static class
Modifier and TypeFieldDescription(package private) static final RegistryObject<Item>
CustomTooltipTest.CUSTOM_ITEM
private static final RegistryObject<Item>
CustomArmorModelTest.ENDERMAN_BOOTS
private static final RegistryObject<Item>
CustomArmorModelTest.ENDERMAN_CHESTPLATE
private static final DeferredRegister<Item>
CustomArmorModelTest.ITEMS
private static final DeferredRegister<Item>
CustomTASTest.ITEMS
private static final DeferredRegister<Item>
CustomTooltipTest.ITEMS
private static final RegistryObject<Item>
CustomArmorModelTest.RED_LEGGINGS
private static final RegistryObject<Item>
CustomTASTest.TEST_ITEM
-
Uses of Item in net.minecraftforge.debug.client.model
Modifier and TypeFieldDescriptionstatic RegistryObject<Item>
CompositeModelTest.composite_item
static RegistryObject<Item>
NewModelLoaderTest.custom_loader
static RegistryObject<Item>
NewModelLoaderTest.custom_transforms
static RegistryObject<Item>
NewModelLoaderTest.custom_vanilla_loader
static final RegistryObject<Item>
DynBucketModelTest.DRIP_BUCKET
static final RegistryObject<Item>
CustomTransformTypeTest.ITEM_HANGER_ITEM
static RegistryObject<Item>
NewModelLoaderTest.item_layers
static final DeferredRegister<Item>
CompositeModelTest.ITEMS
static final DeferredRegister<Item>
CustomTransformTypeTest.ITEMS
static final DeferredRegister<Item>
DynBucketModelTest.ITEMS
static final DeferredRegister<Item>
NewModelLoaderTest.ITEMS
private static final DeferredRegister<Item>
TRSRTransformerTest.ITEMS
static final RegistryObject<Item>
DynBucketModelTest.LAVA_OBSIDIAN
static RegistryObject<Item>
NewModelLoaderTest.obj_item
static RegistryObject<Item>
NewModelLoaderTest.separate_perspective
private static final RegistryObject<Item>
TRSRTransformerTest.TEST_ITEM
Modifier and TypeMethodDescriptionstatic void
MultiLayerModelTest.Registration.registerItems
(RegistryEvent.Register<Item> event) -
Uses of Item in net.minecraftforge.debug.entity
Modifier and TypeMethodDescriptionvoid
GravityAttributeTest.registerItems
(RegistryEvent.Register<Item> event) -
Uses of Item in net.minecraftforge.debug.entity.player
Modifier and TypeClassDescription(package private) static class
Modifier and TypeFieldDescription(package private) static final DeferredRegister<Item>
PlayerAttackKnockbackTest.ITEMS
(package private) static RegistryObject<Item>
PlayerAttackKnockbackTest.KNOCKBACK_SWORD
-
Uses of Item in net.minecraftforge.debug.fluid
Modifier and TypeFieldDescriptionstatic RegistryObject<Item>
NewFluidTest.fluidloggable_blockitem
static final DeferredRegister<Item>
NewFluidTest.ITEMS
static RegistryObject<Item>
NewFluidTest.test_fluid_bucket
-
Uses of Item in net.minecraftforge.debug.gameplay.loot
Modifier and TypeFieldDescriptionprivate final Item
GlobalLootModifiersTest.WheatSeedsConverterModifier.itemReward
private final Item
GlobalLootModifiersTest.WheatSeedsConverterModifier.itemToCheck
ModifierConstructorDescriptionWheatSeedsConverterModifier
(LootItemCondition[] conditionsIn, int numSeeds, Item itemCheck, Item reward) -
Uses of Item in net.minecraftforge.debug.item
Modifier and TypeClassDescriptionstatic class
private static class
(package private) static class
Modifier and TypeFieldDescriptionstatic final RegistryObject<Item>
CustomMobBucketTest.COW_BUCKET
static RegistryObject<Item>
EnderMaskTest.ender_mask
private static final DeferredRegister<Item>
CustomElytraTest.ITEMS
static final DeferredRegister<Item>
CustomMobBucketTest.ITEMS
private static final DeferredRegister<Item>
CustomShieldTest.ITEMS
static final DeferredRegister<Item>
EnderMaskTest.ITEMS
private static final DeferredRegister<Item>
ForgeSpawnEggItemTest.ITEMS
private static final DeferredRegister<Item>
HiddenTooltipPartsTest.ITEMS
private static final DeferredRegister<Item>
MusicDiscTest.ITEMS
private static final DeferredRegister<Item>
RangedMobsUseModdedWeaponsTest.ITEMS
static final DeferredRegister<Item>
SnowBootsTest.ITEMS
private static final DeferredRegister<Item>
TagBasedToolTypesTest.ITEMS
private static final RegistryObject<Item>
RangedMobsUseModdedWeaponsTest.MODDED_BOW
private static final RegistryObject<Item>
RangedMobsUseModdedWeaponsTest.MODDED_CROSSBOW
private static final RegistryObject<Item>
TagBasedToolTypesTest.ORE_ITEM
static RegistryObject<Item>
SnowBootsTest.snow_boots
private static final RegistryObject<Item>
CustomElytraTest.TEST_ELYTRA
private static final RegistryObject<Item>
HiddenTooltipPartsTest.TEST_ITEM
private static final RegistryObject<Item>
MusicDiscTest.TEST_MUSIC_DISC
private static final RegistryObject<Item>
TagBasedToolTypesTest.TOOL
-
Uses of Item in net.minecraftforge.debug.misc
Modifier and TypeFieldDescriptionRegistryCodecTest.CODEC
This Codec can serialize and deserialize aPair<Item, Block>
.private static final RegistryObject<Item>
CustomRarityTest.CUSTOM_ITEM
private static final RegistryObject<Item>
GameTestTest.ENERGY_BLOCK_ITEM
private static final DeferredRegister<Item>
CustomRarityTest.ITEMS
private static final DeferredRegister<Item>
GameTestTest.ITEMS
-
Uses of Item in net.minecraftforge.debug.world
Modifier and TypeFieldDescriptionprivate static final RegistryObject<Item>
ForgeChunkManagerTest.CHUNK_LOADER_ITEM
private static final DeferredRegister<Item>
ForgeChunkManagerTest.ITEMS
-
Uses of Item in net.minecraftforge.fluids
Modifier and TypeMethodDescription -
Uses of Item in net.minecraftforge.fluids.capability
Modifier and TypeClassDescriptionclass
A simple fluid container, to replace the functionality of the old FluidContainerRegistry and IFluidContainerItem. -
Uses of Item in net.minecraftforge.registries
Modifier and TypeFieldDescriptionstatic final IForgeRegistry<Item>
ForgeRegistries.ITEMS
static final ResourceKey<Registry<Item>>
ForgeRegistries.Keys.ITEMS
Modifier and TypeMethodDescriptionvoid
GameData.ItemCallbacks.onAdd
(IForgeRegistryInternal<Item> owner, RegistryManager stage, int id, Item item, Item oldItem) Modifier and TypeMethodDescriptionvoid
GameData.ItemCallbacks.onAdd
(IForgeRegistryInternal<Item> owner, RegistryManager stage, int id, Item item, Item oldItem) void
GameData.ItemCallbacks.onClear
(IForgeRegistryInternal<Item> owner, RegistryManager stage) void
GameData.ItemCallbacks.onCreate
(IForgeRegistryInternal<Item> owner, RegistryManager stage)