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(Tag<Item> p_151429_, Set<Item> p_151430_, MinMaxBounds.Ints p_151431_, MinMaxBounds.Ints p_151432_, EnchantmentPredicate[] p_151433_, EnchantmentPredicate[] p_151434_, Potion p_151435_, NbtPredicate p_151436_)
ItemPredicate(Tag<Item> p_151429_, Set<Item> p_151430_, MinMaxBounds.Ints p_151431_, MinMaxBounds.Ints p_151432_, EnchantmentPredicate[] p_151433_, EnchantmentPredicate[] p_151434_, Potion p_151435_, NbtPredicate p_151436_)
-
Uses of Item in net.minecraft.client.color.item
Modifier and TypeFieldDescriptionprivate 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<Registry<Biome>,FlatLevelGeneratorSettings> p_96460_)
-
Uses of Item in net.minecraft.client.gui.screens.achievement
-
Uses of Item in net.minecraft.client.gui.screens.inventory
Modifier and TypeFieldDescriptionprivate Map<ResourceLocation,Tag<Item>>
CreativeModeInventoryScreen.visibleTags
-
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.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 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_120472_, Tag<Item> p_120473_)
-
Uses of Item in net.minecraft.commands.arguments.item
Modifier and TypeFieldDescriptionprivate Item
ItemInput.item
private Item
ItemParser.item
private Item
ItemPredicateArgument.ItemPredicate.item
Modifier and TypeFieldDescriptionprivate static BiFunction<com.mojang.brigadier.suggestion.SuggestionsBuilder,TagCollection<Item>,CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>>
ItemParser.SUGGEST_NOTHING
private BiFunction<com.mojang.brigadier.suggestion.SuggestionsBuilder,TagCollection<Item>,CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>>
ItemParser.suggestions
ItemPredicateArgument.TagPredicate.tag
Modifier and TypeMethodDescriptionCompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
ItemParser.fillSuggestions(com.mojang.brigadier.suggestion.SuggestionsBuilder p_121010_, TagCollection<Item> p_121011_)
private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
ItemParser.suggestItemIdOrTag(com.mojang.brigadier.suggestion.SuggestionsBuilder p_121024_, TagCollection<Item> p_121025_)
private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
ItemParser.suggestOpenNbt(com.mojang.brigadier.suggestion.SuggestionsBuilder p_121016_, TagCollection<Item> p_121017_)
private CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
ItemParser.suggestTag(com.mojang.brigadier.suggestion.SuggestionsBuilder p_121020_, TagCollection<Item> p_121021_)
ModifierConstructorDescriptionItemInput(Item p_120977_, CompoundTag p_120978_)
ItemPredicate(Item p_121061_, CompoundTag p_121062_)
-
Uses of Item in net.minecraft.core
Modifier and TypeFieldDescriptionstatic DefaultedRegistry<Item>
Registry.ITEM
Deprecated.static ResourceKey<Registry<Item>>
Registry.ITEM_REGISTRY
-
Uses of Item in net.minecraft.core.cauldron
Modifier and TypeFieldDescriptionstatic Map<Item,CauldronInteraction>
CauldronInteraction.EMPTY
static Map<Item,CauldronInteraction>
CauldronInteraction.LAVA
static Map<Item,CauldronInteraction>
CauldronInteraction.POWDER_SNOW
static 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 Item[]
HusbandryAdvancements.EDIBLE_ITEMS
private static Item[]
HusbandryAdvancements.FISH
private static Item[]
HusbandryAdvancements.FISH_BUCKETS
private static 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 Item
ShapedRecipeBuilder.result
private Item
ShapedRecipeBuilder.Result.result
private Item
ShapelessRecipeBuilder.result
private Item
ShapelessRecipeBuilder.Result.result
private Item
SimpleCookingRecipeBuilder.result
private Item
SimpleCookingRecipeBuilder.Result.result
private Item
SingleItemRecipeBuilder.result
private Item
SingleItemRecipeBuilder.Result.result
private Item
UpgradeRecipeBuilder.result
private Item
UpgradeRecipeBuilder.Result.result
Modifier and TypeMethodDescriptionRecipeBuilder.getResult()
ShapedRecipeBuilder.getResult()
ShapelessRecipeBuilder.getResult()
SimpleCookingRecipeBuilder.getResult()
SingleItemRecipeBuilder.getResult()
Modifier and TypeMethodDescriptionprivate 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
private static void
RecipeProvider.planksFromLog(Consumer<FinishedRecipe> p_125999_, ItemLike p_126000_, Tag<Item> p_126001_)
private static void
RecipeProvider.planksFromLogs(Consumer<FinishedRecipe> p_126018_, ItemLike p_126019_, Tag<Item> p_126020_)
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.DOORS
ItemTags.EMERALD_ORES
ItemTags.FENCES
ItemTags.FISHES
ItemTags.FLOWERS
ItemTags.FOX_FOOD
ItemTags.FREEZE_IMMUNE_WEARABLES
ItemTags.GOLD_ORES
protected static StaticTagHelper<Item>
ItemTags.HELPER
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.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
Modifier and TypeMethodDescriptionstatic Tags.IOptionalNamedTag<Item>
ItemTags.createOptional(ResourceLocation name)
static Tags.IOptionalNamedTag<Item>
ItemTags.createOptional(ResourceLocation name, Set<Supplier<Item>> defaults)
static TagCollection<Item>
ItemTags.getAllTags()
Modifier and TypeMethodDescriptionstatic Tags.IOptionalNamedTag<Item>
ItemTags.createOptional(ResourceLocation name, Set<Supplier<Item>> defaults)
-
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 Item
VillagerTrades.TippedArrowForItemsAndEmeralds.fromItem
private Item
VillagerTrades.DyedArmorForEmeralds.item
private Item
VillagerTrades.EmeraldForItems.item
Modifier and TypeFieldDescriptionVillager.FOOD_POINTS
private com.google.common.collect.ImmutableSet<Item>
VillagerProfession.requestedItems
private 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 Item
Items.ACACIA_BOAT
static Item
Items.ACACIA_BUTTON
static Item
Items.ACACIA_DOOR
static Item
Items.ACACIA_FENCE
static Item
Items.ACACIA_FENCE_GATE
static Item
Items.ACACIA_LEAVES
static Item
Items.ACACIA_LOG
static Item
Items.ACACIA_PLANKS
static Item
Items.ACACIA_PRESSURE_PLATE
static Item
Items.ACACIA_SAPLING
static Item
Items.ACACIA_SIGN
static Item
Items.ACACIA_SLAB
static Item
Items.ACACIA_STAIRS
static Item
Items.ACACIA_TRAPDOOR
static Item
Items.ACACIA_WOOD
static Item
Items.ACTIVATOR_RAIL
static Item
Items.AIR
static Item
Items.ALLIUM
static Item
Items.AMETHYST_BLOCK
static Item
Items.AMETHYST_CLUSTER
static Item
Items.AMETHYST_SHARD
static Item
Items.ANCIENT_DEBRIS
static Item
Items.ANDESITE
static Item
Items.ANDESITE_SLAB
static Item
Items.ANDESITE_STAIRS
static Item
Items.ANDESITE_WALL
static Item
Items.ANVIL
static Item
Items.APPLE
static Item
Items.ARMOR_STAND
static Item
Items.ARROW
static Item
Items.AXOLOTL_BUCKET
static Item
Items.AXOLOTL_SPAWN_EGG
static Item
Items.AZALEA
static Item
Items.AZALEA_LEAVES
static Item
Items.AZALEA_LEAVES_FLOWERS
static Item
Items.AZURE_BLUET
static Item
Items.BAKED_POTATO
static Item
Items.BAMBOO
static Item
Items.BARREL
static Item
Items.BARRIER
static Item
Items.BASALT
static Item
Items.BAT_SPAWN_EGG
static Item
Items.BEACON
static Item
Items.BEDROCK
static Item
Items.BEE_NEST
static Item
Items.BEE_SPAWN_EGG
static Item
Items.BEEF
static Item
Items.BEEHIVE
static Item
Items.BEETROOT
static Item
Items.BEETROOT_SEEDS
static Item
Items.BEETROOT_SOUP
static Item
Items.BELL
static Item
Items.BIG_DRIPLEAF
static Item
Items.BIRCH_BOAT
static Item
Items.BIRCH_BUTTON
static Item
Items.BIRCH_DOOR
static Item
Items.BIRCH_FENCE
static Item
Items.BIRCH_FENCE_GATE
static Item
Items.BIRCH_LEAVES
static Item
Items.BIRCH_LOG
static Item
Items.BIRCH_PLANKS
static Item
Items.BIRCH_PRESSURE_PLATE
static Item
Items.BIRCH_SAPLING
static Item
Items.BIRCH_SIGN
static Item
Items.BIRCH_SLAB
static Item
Items.BIRCH_STAIRS
static Item
Items.BIRCH_TRAPDOOR
static Item
Items.BIRCH_WOOD
static Item
Items.BLACK_BANNER
static Item
Items.BLACK_BED
static Item
Items.BLACK_CANDLE
static Item
Items.BLACK_CARPET
static Item
Items.BLACK_CONCRETE
static Item
Items.BLACK_CONCRETE_POWDER
static Item
Items.BLACK_DYE
static Item
Items.BLACK_GLAZED_TERRACOTTA
static Item
Items.BLACK_SHULKER_BOX
static Item
Items.BLACK_STAINED_GLASS
static Item
Items.BLACK_STAINED_GLASS_PANE
static Item
Items.BLACK_TERRACOTTA
static Item
Items.BLACK_WOOL
static Item
Items.BLACKSTONE
static Item
Items.BLACKSTONE_SLAB
static Item
Items.BLACKSTONE_STAIRS
static Item
Items.BLACKSTONE_WALL
static Item
Items.BLAST_FURNACE
static Item
Items.BLAZE_POWDER
static Item
Items.BLAZE_ROD
static Item
Items.BLAZE_SPAWN_EGG
static Item
Items.BLUE_BANNER
static Item
Items.BLUE_BED
static Item
Items.BLUE_CANDLE
static Item
Items.BLUE_CARPET
static Item
Items.BLUE_CONCRETE
static Item
Items.BLUE_CONCRETE_POWDER
static Item
Items.BLUE_DYE
static Item
Items.BLUE_GLAZED_TERRACOTTA
static Item
Items.BLUE_ICE
static Item
Items.BLUE_ORCHID
static Item
Items.BLUE_SHULKER_BOX
static Item
Items.BLUE_STAINED_GLASS
static Item
Items.BLUE_STAINED_GLASS_PANE
static Item
Items.BLUE_TERRACOTTA
static Item
Items.BLUE_WOOL
static Item
Items.BONE
static Item
Items.BONE_BLOCK
static Item
Items.BONE_MEAL
static Item
Items.BOOK
static Item
Items.BOOKSHELF
static Item
Items.BOW
static Item
Items.BOWL
static Item
Items.BRAIN_CORAL
static Item
Items.BRAIN_CORAL_BLOCK
static Item
Items.BRAIN_CORAL_FAN
static Item
Items.BREAD
static Item
Items.BREWING_STAND
static Item
Items.BRICK
static Item
Items.BRICK_SLAB
static Item
Items.BRICK_STAIRS
static Item
Items.BRICK_WALL
static Item
Items.BRICKS
static Item
Items.BROWN_BANNER
static Item
Items.BROWN_BED
static Item
Items.BROWN_CANDLE
static Item
Items.BROWN_CARPET
static Item
Items.BROWN_CONCRETE
static Item
Items.BROWN_CONCRETE_POWDER
static Item
Items.BROWN_DYE
static Item
Items.BROWN_GLAZED_TERRACOTTA
static Item
Items.BROWN_MUSHROOM
static Item
Items.BROWN_MUSHROOM_BLOCK
static Item
Items.BROWN_SHULKER_BOX
static Item
Items.BROWN_STAINED_GLASS
static Item
Items.BROWN_STAINED_GLASS_PANE
static Item
Items.BROWN_TERRACOTTA
static Item
Items.BROWN_WOOL
static Item
Items.BUBBLE_CORAL
static Item
Items.BUBBLE_CORAL_BLOCK
static Item
Items.BUBBLE_CORAL_FAN
static Item
Items.BUCKET
static Item
Items.BUDDING_AMETHYST
static Item
Items.BUNDLE
static Item
Items.CACTUS
static Item
Items.CAKE
static Item
Items.CALCITE
static Item
Items.CAMPFIRE
static Item
Items.CANDLE
static Item
Items.CARROT
static Item
Items.CARROT_ON_A_STICK
static Item
Items.CARTOGRAPHY_TABLE
static Item
Items.CARVED_PUMPKIN
static Item
Items.CAT_SPAWN_EGG
static Item
Items.CAULDRON
static Item
Items.CAVE_SPIDER_SPAWN_EGG
static Item
Items.CHAIN
static Item
Items.CHAIN_COMMAND_BLOCK
static Item
Items.CHAINMAIL_BOOTS
static Item
Items.CHAINMAIL_CHESTPLATE
static Item
Items.CHAINMAIL_HELMET
static Item
Items.CHAINMAIL_LEGGINGS
static Item
Items.CHARCOAL
static Item
Items.CHEST
static Item
Items.CHEST_MINECART
static Item
Items.CHICKEN
static Item
Items.CHICKEN_SPAWN_EGG
static Item
Items.CHIPPED_ANVIL
static Item
Items.CHISELED_DEEPSLATE
static Item
Items.CHISELED_NETHER_BRICKS
static Item
static Item
Items.CHISELED_QUARTZ_BLOCK
static Item
Items.CHISELED_RED_SANDSTONE
static Item
Items.CHISELED_SANDSTONE
static Item
Items.CHISELED_STONE_BRICKS
static Item
Items.CHORUS_FLOWER
static Item
Items.CHORUS_FRUIT
static Item
Items.CHORUS_PLANT
static Item
Items.CLAY
static Item
Items.CLAY_BALL
static Item
Items.CLOCK
static Item
Items.COAL
static Item
Items.COAL_BLOCK
static Item
Items.COAL_ORE
static Item
Items.COARSE_DIRT
static Item
Items.COBBLED_DEEPSLATE
static Item
Items.COBBLED_DEEPSLATE_SLAB
static Item
Items.COBBLED_DEEPSLATE_STAIRS
static Item
Items.COBBLED_DEEPSLATE_WALL
static Item
Items.COBBLESTONE
static Item
Items.COBBLESTONE_SLAB
static Item
Items.COBBLESTONE_STAIRS
static Item
Items.COBBLESTONE_WALL
static Item
Items.COBWEB
static Item
Items.COCOA_BEANS
static Item
Items.COD
static Item
Items.COD_BUCKET
static Item
Items.COD_SPAWN_EGG
static Item
Items.COMMAND_BLOCK
static Item
Items.COMMAND_BLOCK_MINECART
static Item
Items.COMPARATOR
static Item
Items.COMPASS
static Item
Items.COMPOSTER
static Item
Items.CONDUIT
static Item
Items.COOKED_BEEF
static Item
Items.COOKED_CHICKEN
static Item
Items.COOKED_COD
static Item
Items.COOKED_MUTTON
static Item
Items.COOKED_PORKCHOP
static Item
Items.COOKED_RABBIT
static Item
Items.COOKED_SALMON
static Item
Items.COOKIE
static Item
Items.COPPER_BLOCK
static Item
Items.COPPER_INGOT
static Item
Items.COPPER_ORE
static Item
Items.CORNFLOWER
static Item
Items.COW_SPAWN_EGG
static Item
Items.CRACKED_DEEPSLATE_BRICKS
static Item
Items.CRACKED_DEEPSLATE_TILES
static Item
Items.CRACKED_NETHER_BRICKS
static Item
static Item
Items.CRACKED_STONE_BRICKS
static Item
Items.CRAFTING_TABLE
private Item
(package private) Item
Item.Properties.craftingRemainingItem
static Item
Items.CREEPER_BANNER_PATTERN
static Item
Items.CREEPER_HEAD
static Item
Items.CREEPER_SPAWN_EGG
static Item
Items.CRIMSON_BUTTON
static Item
Items.CRIMSON_DOOR
static Item
Items.CRIMSON_FENCE
static Item
Items.CRIMSON_FENCE_GATE
static Item
Items.CRIMSON_FUNGUS
static Item
Items.CRIMSON_HYPHAE
static Item
Items.CRIMSON_NYLIUM
static Item
Items.CRIMSON_PLANKS
static Item
Items.CRIMSON_PRESSURE_PLATE
static Item
Items.CRIMSON_ROOTS
static Item
Items.CRIMSON_SIGN
static Item
Items.CRIMSON_SLAB
static Item
Items.CRIMSON_STAIRS
static Item
Items.CRIMSON_STEM
static Item
Items.CRIMSON_TRAPDOOR
static Item
Items.CROSSBOW
static Item
Items.CRYING_OBSIDIAN
static Item
Items.CUT_COPPER
static Item
Items.CUT_COPPER_SLAB
static Item
Items.CUT_COPPER_STAIRS
static Item
Items.CUT_RED_SANDSTONE
static Item
Items.CUT_RED_SANDSTONE_SLAB
static Item
Items.CUT_SANDSTONE
static Item
Items.CUT_STANDSTONE_SLAB
static Item
Items.CYAN_BANNER
static Item
Items.CYAN_BED
static Item
Items.CYAN_CANDLE
static Item
Items.CYAN_CARPET
static Item
Items.CYAN_CONCRETE
static Item
Items.CYAN_CONCRETE_POWDER
static Item
Items.CYAN_DYE
static Item
Items.CYAN_GLAZED_TERRACOTTA
static Item
Items.CYAN_SHULKER_BOX
static Item
Items.CYAN_STAINED_GLASS
static Item
Items.CYAN_STAINED_GLASS_PANE
static Item
Items.CYAN_TERRACOTTA
static Item
Items.CYAN_WOOL
static Item
Items.DAMAGED_ANVIL
static Item
Items.DANDELION
static Item
Items.DARK_OAK_BOAT
static Item
Items.DARK_OAK_BUTTON
static Item
Items.DARK_OAK_DOOR
static Item
Items.DARK_OAK_FENCE
static Item
Items.DARK_OAK_FENCE_GATE
static Item
Items.DARK_OAK_LEAVES
static Item
Items.DARK_OAK_LOG
static Item
Items.DARK_OAK_PLANKS
static Item
Items.DARK_OAK_PRESSURE_PLATE
static Item
Items.DARK_OAK_SAPLING
static Item
Items.DARK_OAK_SIGN
static Item
Items.DARK_OAK_SLAB
static Item
Items.DARK_OAK_STAIRS
static Item
Items.DARK_OAK_TRAPDOOR
static Item
Items.DARK_OAK_WOOD
static Item
Items.DARK_PRISMARINE
static Item
Items.DARK_PRISMARINE_SLAB
static Item
Items.DARK_PRISMARINE_STAIRS
static Item
Items.DAYLIGHT_DETECTOR
static Item
Items.DEAD_BRAIN_CORAL
static Item
Items.DEAD_BRAIN_CORAL_BLOCK
static Item
Items.DEAD_BRAIN_CORAL_FAN
static Item
Items.DEAD_BUBBLE_CORAL
static Item
Items.DEAD_BUBBLE_CORAL_BLOCK
static Item
Items.DEAD_BUBBLE_CORAL_FAN
static Item
Items.DEAD_BUSH
static Item
Items.DEAD_FIRE_CORAL
static Item
Items.DEAD_FIRE_CORAL_BLOCK
static Item
Items.DEAD_FIRE_CORAL_FAN
static Item
Items.DEAD_HORN_CORAL
static Item
Items.DEAD_HORN_CORAL_BLOCK
static Item
Items.DEAD_HORN_CORAL_FAN
static Item
Items.DEAD_TUBE_CORAL
static Item
Items.DEAD_TUBE_CORAL_BLOCK
static Item
Items.DEAD_TUBE_CORAL_FAN
static Item
Items.DEBUG_STICK
static Item
Items.DEEPSLATE
static Item
Items.DEEPSLATE_BRICK_SLAB
static Item
Items.DEEPSLATE_BRICK_STAIRS
static Item
Items.DEEPSLATE_BRICK_WALL
static Item
Items.DEEPSLATE_BRICKS
static Item
Items.DEEPSLATE_COAL_ORE
static Item
Items.DEEPSLATE_COPPER_ORE
static Item
Items.DEEPSLATE_DIAMOND_ORE
static Item
Items.DEEPSLATE_EMERALD_ORE
static Item
Items.DEEPSLATE_GOLD_ORE
static Item
Items.DEEPSLATE_IRON_ORE
static Item
Items.DEEPSLATE_LAPIS_ORE
static Item
Items.DEEPSLATE_REDSTONE_ORE
static Item
Items.DEEPSLATE_TILE_SLAB
static Item
Items.DEEPSLATE_TILE_STAIRS
static Item
Items.DEEPSLATE_TILE_WALL
static Item
Items.DEEPSLATE_TILES
static Item
Items.DETECTOR_RAIL
static Item
Items.DIAMOND
static Item
Items.DIAMOND_AXE
static Item
Items.DIAMOND_BLOCK
static Item
Items.DIAMOND_BOOTS
static Item
Items.DIAMOND_CHESTPLATE
static Item
Items.DIAMOND_HELMET
static Item
Items.DIAMOND_HOE
static Item
Items.DIAMOND_HORSE_ARMOR
static Item
Items.DIAMOND_LEGGINGS
static Item
Items.DIAMOND_ORE
static Item
Items.DIAMOND_PICKAXE
static Item
Items.DIAMOND_SHOVEL
static Item
Items.DIAMOND_SWORD
static Item
Items.DIORITE
static Item
Items.DIORITE_SLAB
static Item
Items.DIORITE_STAIRS
static Item
Items.DIORITE_WALL
static Item
Items.DIRT
static Item
Items.DIRT_PATH
static Item
Items.DISPENSER
static Item
Items.DOLPHIN_SPAWN_EGG
static Item
Items.DONKEY_SPAWN_EGG
static Item
Items.DRAGON_BREATH
static Item
Items.DRAGON_EGG
static Item
Items.DRAGON_HEAD
static Item
Items.DRIED_KELP
static Item
Items.DRIED_KELP_BLOCK
static Item
Items.DRIPSTONE_BLOCK
static Item
Items.DROPPER
static Item
Items.DROWNED_SPAWN_EGG
static Item
Items.EGG
static Item
Items.ELDER_GUARDIAN_SPAWN_EGG
static Item
Items.ELYTRA
static Item
Items.EMERALD
static Item
Items.EMERALD_BLOCK
static Item
Items.EMERALD_ORE
static Item
Items.ENCHANTED_BOOK
static Item
Items.ENCHANTED_GOLDEN_APPLE
static Item
Items.ENCHANTING_TABLE
static Item
Items.END_CRYSTAL
static Item
Items.END_PORTAL_FRAME
static Item
Items.END_ROD
static Item
Items.END_STONE
static Item
Items.END_STONE_BRICK_SLAB
static Item
Items.END_STONE_BRICK_STAIRS
static Item
Items.END_STONE_BRICK_WALL
static Item
Items.END_STONE_BRICKS
static Item
Items.ENDER_CHEST
static Item
Items.ENDER_EYE
static Item
Items.ENDER_PEARL
static Item
Items.ENDERMAN_SPAWN_EGG
static Item
Items.ENDERMITE_SPAWN_EGG
static Item
Items.EVOKER_SPAWN_EGG
static Item
Items.EXPERIENCE_BOTTLE
static Item
Items.EXPOSED_COPPER
static Item
Items.EXPOSED_CUT_COPPER
static Item
Items.EXPOSED_CUT_COPPER_SLAB
static Item
static Item
Items.FARMLAND
static Item
Items.FEATHER
static Item
Items.FERMENTED_SPIDER_EYE
static Item
Items.FERN
static Item
Items.FILLED_MAP
static Item
Items.FIRE_CHARGE
static Item
Items.FIRE_CORAL
static Item
Items.FIRE_CORAL_BLOCK
static Item
Items.FIRE_CORAL_FAN
static Item
Items.FIREWORK_ROCKET
static Item
Items.FIREWORK_STAR
static Item
Items.FISHING_ROD
static Item
Items.FLETCHING_TABLE
static Item
Items.FLINT
static Item
Items.FLINT_AND_STEEL
static Item
Items.FLOWER_BANNER_PATTERN
static Item
Items.FLOWER_POT
static Item
Items.FLOWERING_AZALEA
static Item
Items.FOX_SPAWN_EGG
static Item
Items.FURNACE
static Item
Items.FURNACE_MINECART
static Item
Items.GHAST_SPAWN_EGG
static Item
Items.GHAST_TEAR
static Item
Items.GILDED_BLACKSTONE
static Item
Items.GLASS
static Item
Items.GLASS_BOTTLE
static Item
Items.GLASS_PANE
static Item
Items.GLISTERING_MELON_SLICE
static Item
Items.GLOBE_BANNER_PATTER
static Item
Items.GLOW_BERRIES
static Item
Items.GLOW_INK_SAC
static Item
Items.GLOW_ITEM_FRAME
static Item
Items.GLOW_LICHEN
static Item
Items.GLOW_SQUID_SPAWN_EGG
static Item
Items.GLOWSTONE
static Item
Items.GLOWSTONE_DUST
static Item
Items.GOAT_SPAWN_EGG
static Item
Items.GOLD_BLOCK
static Item
Items.GOLD_INGOT
static Item
Items.GOLD_NUGGET
static Item
Items.GOLD_ORE
static Item
Items.GOLDEN_APPLE
static Item
Items.GOLDEN_AXE
static Item
Items.GOLDEN_BOOTS
static Item
Items.GOLDEN_CARROT
static Item
Items.GOLDEN_CHESTPLATE
static Item
Items.GOLDEN_HELMET
static Item
Items.GOLDEN_HOE
static Item
Items.GOLDEN_HORSE_ARMOR
static Item
Items.GOLDEN_LEGGINGS
static Item
Items.GOLDEN_PICKAXE
static Item
Items.GOLDEN_SHOVEL
static Item
Items.GOLDEN_SWORD
static Item
Items.GRANITE
static Item
Items.GRANITE_SLAB
static Item
Items.GRANITE_STAIRS
static Item
Items.GRANITE_WALL
static Item
Items.GRASS
static Item
Items.GRASS_BLOCK
static Item
Items.GRAVEL
static Item
Items.GRAY_BANNER
static Item
Items.GRAY_BED
static Item
Items.GRAY_CANDLE
static Item
Items.GRAY_CARPET
static Item
Items.GRAY_CONCRETE
static Item
Items.GRAY_CONCRETE_POWDER
static Item
Items.GRAY_DYE
static Item
Items.GRAY_GLAZED_TERRACOTTA
static Item
Items.GRAY_SHULKER_BOX
static Item
Items.GRAY_STAINED_GLASS
static Item
Items.GRAY_STAINED_GLASS_PANE
static Item
Items.GRAY_TERRACOTTA
static Item
Items.GRAY_WOOL
static Item
Items.GREEN_BANNER
static Item
Items.GREEN_BED
static Item
Items.GREEN_CANDLE
static Item
Items.GREEN_CARPET
static Item
Items.GREEN_CONCRETE
static Item
Items.GREEN_CONCRETE_POWDER
static Item
Items.GREEN_DYE
static Item
Items.GREEN_GLAZED_TERRACOTTA
static Item
Items.GREEN_SHULKER_BOX
static Item
Items.GREEN_STAINED_GLASS
static Item
Items.GREEN_STAINED_GLASS_PANE
static Item
Items.GREEN_TERRACOTTA
static Item
Items.GREEN_WOOL
static Item
Items.GRINDSTONE
static Item
Items.GUARDIAN_SPAWN_EGG
static Item
Items.GUNPOWDER
static Item
Items.HANGING_ROOTS
static Item
Items.HAY_BLOCK
static Item
Items.HEART_OF_THE_SEA
static Item
static Item
Items.HOGLIN_SPAWN_EGG
static Item
Items.HONEY_BLOCK
static Item
Items.HONEY_BOTTLE
static Item
Items.HONEYCOMB
static Item
Items.HONEYCOMB_BLOCK
static Item
Items.HOPPER
static Item
Items.HOPPER_MINECART
static Item
Items.HORN_CORAL
static Item
Items.HORN_CORAL_BLOCK
static Item
Items.HORN_CORAL_FAN
static Item
Items.HORSE_SPAWN_EGG
static Item
Items.HUSK_SPAWN_EGG
static Item
Items.ICE
static Item
static Item
Items.INFESTED_COBBLESTONE
static Item
static Item
Items.INFESTED_DEEPSLATE
static Item
static Item
Items.INFESTED_STONE
static Item
Items.INFESTED_STONE_BRICKS
static Item
Items.INK_SAC
static Item
Items.IRON_AXE
static Item
Items.IRON_BARS
static Item
Items.IRON_BLOCK
static Item
Items.IRON_BOOTS
static Item
Items.IRON_CHESTPLATE
static Item
Items.IRON_DOOR
static Item
Items.IRON_HELMET
static Item
Items.IRON_HOE
static Item
Items.IRON_HORSE_ARMOR
static Item
Items.IRON_INGOT
static Item
Items.IRON_LEGGINGS
static Item
Items.IRON_NUGGET
static Item
Items.IRON_ORE
static Item
Items.IRON_PICKAXE
static Item
Items.IRON_SHOVEL
static Item
Items.IRON_SWORD
static Item
Items.IRON_TRAPDOOR
private Item
ItemStack.item
Deprecated.static Item
Items.ITEM_FRAME
static Item
Items.JACK_O_LANTERN
static Item
Items.JIGSAW
static Item
Items.JUKEBOX
static Item
Items.JUNGLE_BOAT
static Item
Items.JUNGLE_BUTTON
static Item
Items.JUNGLE_DOOR
static Item
Items.JUNGLE_FENCE
static Item
Items.JUNGLE_FENCE_GATE
static Item
Items.JUNGLE_LEAVES
static Item
Items.JUNGLE_LOG
static Item
Items.JUNGLE_PLANKS
static Item
Items.JUNGLE_PRESSURE_PLATE
static Item
Items.JUNGLE_SAPLING
static Item
Items.JUNGLE_SIGN
static Item
Items.JUNGLE_SLAB
static Item
Items.JUNGLE_STAIRS
static Item
Items.JUNGLE_TRAPDOOR
static Item
Items.JUNGLE_WOOD
static Item
Items.KELP
static Item
Items.KNOWLEDGE_BOOK
static Item
Items.LADDER
static Item
Items.LANTERN
static Item
Items.LAPIS_BLOCK
static Item
Items.LAPIS_LAZULI
static Item
Items.LAPIS_ORE
static Item
Items.LARGE_AMETHYST_BUD
static Item
Items.LARGE_FERN
static Item
Items.LAVA_BUCKET
static Item
Items.LEAD
static Item
Items.LEATHER
static Item
Items.LEATHER_BOOTS
static Item
Items.LEATHER_CHESTPLATE
static Item
Items.LEATHER_HELMET
static Item
Items.LEATHER_HORSE_ARMOR
static Item
Items.LEATHER_LEGGINGS
static Item
Items.LECTERN
static Item
Items.LEVER
static Item
Items.LIGHT
static Item
Items.LIGHT_BLUE_BANNER
static Item
Items.LIGHT_BLUE_BED
static Item
Items.LIGHT_BLUE_CANDLE
static Item
Items.LIGHT_BLUE_CARPET
static Item
Items.LIGHT_BLUE_CONCRETE
static Item
static Item
Items.LIGHT_BLUE_DYE
static Item
static Item
Items.LIGHT_BLUE_SHULKER_BOX
static Item
Items.LIGHT_BLUE_STAINED_GLASS
static Item
static Item
Items.LIGHT_BLUE_TERRACOTTA
static Item
Items.LIGHT_BLUE_WOOL
static Item
Items.LIGHT_GRAY_BANNER
static Item
Items.LIGHT_GRAY_BED
static Item
Items.LIGHT_GRAY_CANDLE
static Item
Items.LIGHT_GRAY_CARPET
static Item
Items.LIGHT_GRAY_CONCRETE
static Item
static Item
Items.LIGHT_GRAY_DYE
static Item
static Item
Items.LIGHT_GRAY_SHULKER_BOX
static Item
Items.LIGHT_GRAY_STAINED_GLASS
static Item
static Item
Items.LIGHT_GRAY_TERRACOTTA
static Item
Items.LIGHT_GRAY_WOOL
static Item
static Item
Items.LIGHTNING_ROD
static Item
Items.LILAC
static Item
Items.LILY_OF_THE_VALLEY
static Item
Items.LILY_PAD
static Item
Items.LIME_BANNER
static Item
Items.LIME_BED
static Item
Items.LIME_CANDLE
static Item
Items.LIME_CARPET
static Item
Items.LIME_CONCRETE
static Item
Items.LIME_CONCRETE_POWDER
static Item
Items.LIME_DYE
static Item
Items.LIME_GLAZED_TERRACOTTA
static Item
Items.LIME_SHULKER_BOX
static Item
Items.LIME_STAINED_GLASS
static Item
Items.LIME_STAINED_GLASS_PANE
static Item
Items.LIME_TERRACOTTA
static Item
Items.LIME_WOOL
static Item
Items.LINGERING_POTION
static Item
Items.LLAMA_SPAWN_EGG
static Item
Items.LODESTONE
static Item
Items.LOOM
static Item
Items.MAGENTA_BANNER
static Item
Items.MAGENTA_BED
static Item
Items.MAGENTA_CANDLE
static Item
Items.MAGENTA_CARPET
static Item
Items.MAGENTA_CONCRETE
static Item
Items.MAGENTA_CONCRETE_POWDER
static Item
Items.MAGENTA_DYE
static Item
static Item
Items.MAGENTA_SHULKER_BOX
static Item
Items.MAGENTA_STAINED_GLASS
static Item
static Item
Items.MAGENTA_TERRACOTTA
static Item
Items.MAGENTA_WOOL
static Item
Items.MAGMA_BLOCK
static Item
Items.MAGMA_CREAM
static Item
Items.MAGMA_CUBE_SPAWN_EGG
static Item
Items.MAP
static Item
Items.MEDIUM_AMETHYST_BUD
static Item
Items.MELON
static Item
Items.MELON_SEEDS
static Item
Items.MELON_SLICE
static Item
Items.MILK_BUCKET
static Item
Items.MINECART
static Item
Items.MOJANG_BANNER_PATTERN
static Item
Items.MOOSHROOM_SPAWN_EGG
static Item
Items.MOSS_BLOCK
static Item
Items.MOSS_CARPET
static Item
Items.MOSSY_COBBLESTONE
static Item
Items.MOSSY_COBBLESTONE_SLAB
static Item
Items.MOSSY_COBBLESTONE_STAIRS
static Item
Items.MOSSY_COBBLESTONE_WALL
static Item
Items.MOSSY_STONE_BRICK_SLAB
static Item
Items.MOSSY_STONE_BRICK_STAIRS
static Item
Items.MOSSY_STONE_BRICK_WALL
static Item
Items.MOSSY_STONE_BRICKS
static Item
Items.MULE_SPAWN_EGG
static Item
Items.MUSHROOM_STEM
static Item
Items.MUSHROOM_STEW
static Item
Items.MUSIC_DISC_11
static Item
Items.MUSIC_DISC_13
static Item
Items.MUSIC_DISC_BLOCKS
static Item
Items.MUSIC_DISC_CAT
static Item
Items.MUSIC_DISC_CHIRP
static Item
Items.MUSIC_DISC_FAR
static Item
Items.MUSIC_DISC_MALL
static Item
Items.MUSIC_DISC_MELLOHI
static Item
Items.MUSIC_DISC_PIGSTEP
static Item
Items.MUSIC_DISC_STAL
static Item
Items.MUSIC_DISC_STRAD
static Item
Items.MUSIC_DISC_WAIT
static Item
Items.MUSIC_DISC_WARD
static Item
Items.MUTTON
static Item
Items.MYCELIUM
static Item
Items.NAME_TAG
static Item
Items.NAUTILUS_SHELL
static Item
Items.NETHER_BRICK
static Item
Items.NETHER_BRICK_FENCE
static Item
Items.NETHER_BRICK_SLAB
static Item
Items.NETHER_BRICK_STAIRS
static Item
Items.NETHER_BRICK_WALL
static Item
Items.NETHER_BRICKS
static Item
Items.NETHER_GOLD_ORE
static Item
Items.NETHER_QUARTZ_ORE
static Item
Items.NETHER_SPROUTS
static Item
Items.NETHER_STAR
static Item
Items.NETHER_WART
static Item
Items.NETHER_WART_BLOCK
static Item
Items.NETHERITE_AXE
static Item
Items.NETHERITE_BLOCK
static Item
Items.NETHERITE_BOOTS
static Item
Items.NETHERITE_CHESTPLATE
static Item
Items.NETHERITE_HELMET
static Item
Items.NETHERITE_HOE
static Item
Items.NETHERITE_INGOT
static Item
Items.NETHERITE_LEGGINGS
static Item
Items.NETHERITE_PICKAXE
static Item
Items.NETHERITE_SCRAP
static Item
Items.NETHERITE_SHOVEL
static Item
Items.NETHERITE_SWORD
static Item
Items.NETHERRACK
static Item
Items.NOTE_BLOCK
static Item
Items.OAK_BOAT
static Item
Items.OAK_BUTTON
static Item
Items.OAK_DOOR
static Item
Items.OAK_FENCE
static Item
Items.OAK_FENCE_GATE
static Item
Items.OAK_LEAVES
static Item
Items.OAK_LOG
static Item
Items.OAK_PLANKS
static Item
Items.OAK_PRESSURE_PLATE
static Item
Items.OAK_SAPLING
static Item
Items.OAK_SIGN
static Item
Items.OAK_SLAB
static Item
Items.OAK_STAIRS
static Item
Items.OAK_TRAPDOOR
static Item
Items.OAK_WOOD
static Item
Items.OBSERVER
static Item
Items.OBSIDIAN
static Item
Items.OCELOT_SPAWN_EGG
static Item
Items.ORANGE_BANNER
static Item
Items.ORANGE_BED
static Item
Items.ORANGE_CANDLE
static Item
Items.ORANGE_CARPET
static Item
Items.ORANGE_CONCRETE
static Item
Items.ORANGE_CONCRETE_POWDER
static Item
Items.ORANGE_DYE
static Item
Items.ORANGE_GLAZED_TERRACOTTA
static Item
Items.ORANGE_SHULKER_BOX
static Item
Items.ORANGE_STAINED_GLASS
static Item
static Item
Items.ORANGE_TERRACOTTA
static Item
Items.ORANGE_TULIP
static Item
Items.ORANGE_WOOL
static Item
Items.OXEYE_DAISY
static Item
Items.OXIDIZED_COPPER
static Item
Items.OXIDIZED_CUT_COPPER
static Item
Items.OXIDIZED_CUT_COPPER_SLAB
static Item
static Item
Items.PACKED_ICE
static Item
Items.PAINTING
static Item
Items.PANDA_SPAWN_EGG
static Item
Items.PAPER
static Item
Items.PARROT_SPAWN_EGG
static Item
Items.PEONY
static Item
Items.PETRIFIED_OAK_SLAB
static Item
Items.PHANTOM_MEMBRANE
static Item
Items.PHANTOM_SPAWN_EGG
static Item
Items.PIG_SPAWN_EGG
static Item
Items.PIGLIN_BANNER_PATTERN
static Item
Items.PIGLIN_BRUTE_SPAWN_EGG
static Item
Items.PIGLIN_SPAWN_EGG
static Item
Items.PILLAGER_SPAWN_EGG
static Item
Items.PINK_BANNER
static Item
Items.PINK_BED
static Item
Items.PINK_CANDLE
static Item
Items.PINK_CARPET
static Item
Items.PINK_CONCRETE
static Item
Items.PINK_CONCRETE_POWDER
static Item
Items.PINK_DYE
static Item
Items.PINK_GLAZED_TERRACOTTA
static Item
Items.PINK_SHULKER_BOX
static Item
Items.PINK_STAINED_GLASS
static Item
Items.PINK_STAINED_GLASS_PANE
static Item
Items.PINK_TERRACOTTA
static Item
Items.PINK_TULIP
static Item
Items.PINK_WOOL
static Item
Items.PISTON
static Item
Items.PLAYER_HEAD
static Item
Items.PODZOL
static Item
Items.POINTED_DRIPSTONE
static Item
Items.POISONOUS_POTATO
static Item
Items.POLAR_BEAR_SPAWN_EGG
static Item
Items.POLISHED_ANDESITE
static Item
Items.POLISHED_ANDESITE_SLAB
static Item
Items.POLISHED_ANDESITE_STAIRS
static Item
Items.POLISHED_BASALT
static Item
Items.POLISHED_BLACKSTONE
static Item
static Item
static Item
static Item
static Item
static Item
static Item
Items.POLISHED_BLACKSTONE_SLAB
static Item
static Item
Items.POLISHED_BLACKSTONE_WALL
static Item
Items.POLISHED_DEEPSLATE
static Item
Items.POLISHED_DEEPSLATE_SLAB
static Item
static Item
Items.POLISHED_DEEPSLATE_WALL
static Item
Items.POLISHED_DIORITE
static Item
Items.POLISHED_DIORITE_SLAB
static Item
Items.POLISHED_DIORITE_STAIRS
static Item
Items.POLISHED_GRANITE
static Item
Items.POLISHED_GRANITE_SLAB
static Item
Items.POLISHED_GRANITE_STAIRS
static Item
Items.POPPED_CHORUS_FRUIT
static Item
Items.POPPY
static Item
Items.PORKCHOP
static Item
Items.POTATO
static Item
Items.POTION
static Item
Items.POWDER_SNOW_BUCKET
static Item
Items.POWERED_RAIL
static Item
Items.PRISMARINE
static Item
Items.PRISMARINE_BRICK_SLAB
static Item
Items.PRISMARINE_BRICK_STAIRS
static Item
Items.PRISMARINE_BRICKS
static Item
Items.PRISMARINE_CRYSTALS
static Item
Items.PRISMARINE_SHARD
static Item
Items.PRISMARINE_SLAB
static Item
Items.PRISMARINE_STAIRS
static Item
Items.PRISMARINE_WALL
static Item
Items.PUFFERFISH
static Item
Items.PUFFERFISH_BUCKET
static Item
Items.PUFFERFISH_SPAWN_EGG
static Item
Items.PUMPKIN
static Item
Items.PUMPKIN_PIE
static Item
Items.PUMPKIN_SEEDS
static Item
Items.PURPLE_BANNER
static Item
Items.PURPLE_BED
static Item
Items.PURPLE_CANDLE
static Item
Items.PURPLE_CARPET
static Item
Items.PURPLE_CONCRETE
static Item
Items.PURPLE_CONCRETE_POWDER
static Item
Items.PURPLE_DYE
static Item
Items.PURPLE_GLAZED_TERRACOTTA
static Item
Items.PURPLE_SHULKER_BOX
static Item
Items.PURPLE_STAINED_GLASS
static Item
static Item
Items.PURPLE_TERRACOTTA
static Item
Items.PURPLE_WOOL
static Item
Items.PURPUR_BLOCK
static Item
Items.PURPUR_PILLAR
static Item
Items.PURPUR_SLAB
static Item
Items.PURPUR_STAIRS
static Item
Items.QUARTZ
static Item
Items.QUARTZ_BLOCK
static Item
Items.QUARTZ_BRICKS
static Item
Items.QUARTZ_PILLAR
static Item
Items.QUARTZ_SLAB
static Item
Items.QUARTZ_STAIRS
static Item
Items.RABBIT
static Item
Items.RABBIT_FOOT
static Item
Items.RABBIT_HIDE
static Item
Items.RABBIT_SPAWN_EGG
static Item
Items.RABBIT_STEW
static Item
Items.RAIL
static Item
Items.RAVAGER_SPAWN_EGG
static Item
Items.RAW_COPPER
static Item
Items.RAW_COPPER_BLOCK
static Item
Items.RAW_GOLD
static Item
Items.RAW_GOLD_BLOCK
static Item
Items.RAW_IRON
static Item
Items.RAW_IRON_BLOCK
static Item
Items.RED_BANNER
static Item
Items.RED_BED
static Item
Items.RED_CANDLE
static Item
Items.RED_CARPET
static Item
Items.RED_CONCRETE
static Item
Items.RED_CONCRETE_POWDER
static Item
Items.RED_DYE
static Item
Items.RED_GLAZED_TERRACOTTA
static Item
Items.RED_MUSHROOM
static Item
Items.RED_MUSHROOM_BLOCK
static Item
Items.RED_NETHER_BRICK_SLAB
static Item
Items.RED_NETHER_BRICK_STAIRS
static Item
Items.RED_NETHER_BRICK_WALL
static Item
Items.RED_NETHER_BRICKS
static Item
Items.RED_SAND
static Item
Items.RED_SANDSTONE
static Item
Items.RED_SANDSTONE_SLAB
static Item
Items.RED_SANDSTONE_STAIRS
static Item
Items.RED_SANDSTONE_WALL
static Item
Items.RED_SHULKER_BOX
static Item
Items.RED_STAINED_GLASS
static Item
Items.RED_STAINED_GLASS_PANE
static Item
Items.RED_TERRACOTTA
static Item
Items.RED_TULIP
static Item
Items.RED_WOOL
static Item
Items.REDSTONE
static Item
Items.REDSTONE_BLOCK
static Item
Items.REDSTONE_LAMP
static Item
Items.REDSTONE_ORE
static Item
Items.REDSTONE_TORCH
static Item
Items.REPEATER
static Item
Items.REPEATING_COMMAND_BLOCK
static Item
Items.RESPAWN_ANCHOR
static Item
Items.ROOTED_DIRT
static Item
Items.ROSE_BUSH
static Item
Items.ROTTEN_FLESH
static Item
Items.SADDLE
static Item
Items.SALMON
static Item
Items.SALMON_BUCKET
static Item
Items.SALMON_SPAWN_EGG
static Item
Items.SAND
static Item
Items.SANDSTONE
static Item
Items.SANDSTONE_SLAB
static Item
Items.SANDSTONE_STAIRS
static Item
Items.SANDSTONE_WALL
static Item
Items.SCAFFOLDING
static Item
Items.SCULK_SENSOR
static Item
Items.SCUTE
static Item
Items.SEA_LANTERN
static Item
Items.SEA_PICKLE
static Item
Items.SEAGRASS
static Item
Items.SHEARS
static Item
Items.SHEEP_SPAWN_EGG
static Item
Items.SHIELD
static Item
Items.SHROOMLIGHT
static Item
Items.SHULKER_BOX
static Item
Items.SHULKER_SHELL
static Item
Items.SHULKER_SPAWN_EGG
static Item
Items.SILVERFISH_SPAWN_EGG
static Item
Items.SKELETON_HORSE_SPAWN_EGG
static Item
Items.SKELETON_SKULL
static Item
Items.SKELETON_SPAWN_EGG
static Item
Items.SKULL_BANNER_PATTERN
static Item
Items.SLIME_BALL
static Item
Items.SLIME_BLOCK
static Item
Items.SLIME_SPAWN_EGG
static Item
Items.SMALL_AMETHYST_BUD
static Item
Items.SMALL_DRIPLEAF
static Item
Items.SMITHING_TABLE
static Item
Items.SMOKER
static Item
Items.SMOOTH_BASALT
static Item
Items.SMOOTH_QUARTZ
static Item
Items.SMOOTH_QUARTZ_SLAB
static Item
Items.SMOOTH_QUARTZ_STAIRS
static Item
Items.SMOOTH_RED_SANDSTONE
static Item
static Item
static Item
Items.SMOOTH_SANDSTONE
static Item
Items.SMOOTH_SANDSTONE_SLAB
static Item
Items.SMOOTH_SANDSTONE_STAIRS
static Item
Items.SMOOTH_STONE
static Item
Items.SMOOTH_STONE_SLAB
static Item
Items.SNOW
static Item
Items.SNOW_BLOCK
static Item
Items.SNOWBALL
static Item
Items.SOUL_CAMPFIRE
static Item
Items.SOUL_LANTERN
static Item
Items.SOUL_SAND
static Item
Items.SOUL_SOIL
static Item
Items.SOUL_TORCH
static Item
Items.SPAWNER
static Item
Items.SPECTRAL_ARROW
static Item
Items.SPIDER_EYE
static Item
Items.SPIDER_SPAWN_EGG
static Item
Items.SPLASH_POTION
static Item
Items.SPONGE
static Item
Items.SPORE_BLOSSOM
static Item
Items.SPRUCE_BOAT
static Item
Items.SPRUCE_BUTTON
static Item
Items.SPRUCE_DOOR
static Item
Items.SPRUCE_FENCE
static Item
Items.SPRUCE_FENCE_GATE
static Item
Items.SPRUCE_LEAVES
static Item
Items.SPRUCE_LOG
static Item
Items.SPRUCE_PLANKS
static Item
Items.SPRUCE_PRESSURE_PLATE
static Item
Items.SPRUCE_SAPLING
static Item
Items.SPRUCE_SIGN
static Item
Items.SPRUCE_SLAB
static Item
Items.SPRUCE_STAIRS
static Item
Items.SPRUCE_TRAPDOOR
static Item
Items.SPRUCE_WOOD
static Item
Items.SPYGLASS
static Item
Items.SQUID_SPAWN_EGG
static Item
Items.STICK
static Item
Items.STICKY_PISTON
static Item
Items.STONE
static Item
Items.STONE_AXE
static Item
Items.STONE_BRICK_SLAB
static Item
Items.STONE_BRICK_STAIRS
static Item
Items.STONE_BRICK_WALL
static Item
Items.STONE_BRICKS
static Item
Items.STONE_BUTTON
static Item
Items.STONE_HOE
static Item
Items.STONE_PICKAXE
static Item
Items.STONE_PRESSURE_PLATE
static Item
Items.STONE_SHOVEL
static Item
Items.STONE_SLAB
static Item
Items.STONE_STAIRS
static Item
Items.STONE_SWORD
static Item
Items.STONECUTTER
static Item
Items.STRAY_SPAWN_EGG
static Item
Items.STRIDER_SPAWN_EGG
static Item
Items.STRING
static Item
Items.STRIPPED_ACACIA_LOG
static Item
Items.STRIPPED_ACACIA_WOOD
static Item
Items.STRIPPED_BIRCH_LOG
static Item
Items.STRIPPED_BIRCH_WOOD
static Item
Items.STRIPPED_CRIMSON_HYPHAE
static Item
Items.STRIPPED_CRIMSON_STEM
static Item
Items.STRIPPED_DARK_OAK_LOG
static Item
Items.STRIPPED_DARK_OAK_WOOD
static Item
Items.STRIPPED_JUNGLE_LOG
static Item
Items.STRIPPED_JUNGLE_WOOD
static Item
Items.STRIPPED_OAK_LOG
static Item
Items.STRIPPED_OAK_WOOD
static Item
Items.STRIPPED_SPRUCE_LOG
static Item
Items.STRIPPED_SPRUCE_WOOD
static Item
Items.STRIPPED_WARPED_HYPHAE
static Item
Items.STRIPPED_WARPED_STEM
static Item
Items.STRUCTURE_BLOCK
static Item
Items.STRUCTURE_VOID
static Item
Items.SUGAR
static Item
Items.SUGAR_CANE
static Item
Items.SUNFLOWER
static Item
Items.SUSPICIOUS_STEW
static Item
Items.SWEET_BERRIES
static Item
Items.TALL_GRASS
static Item
Items.TARGET
static Item
Items.TERRACOTTA
static Item
Items.TINTED_GLASS
static Item
Items.TIPPED_ARROW
static Item
Items.TNT
static Item
Items.TNT_MINECART
static Item
Items.TORCH
static Item
Items.TOTEM_OF_UNDYING
static Item
Items.TRADER_LLAMA_SPAWN_EGG
static Item
Items.TRAPPED_CHEST
static Item
Items.TRIDENT
static Item
Items.TRIPWIRE_HOOK
static Item
Items.TROPICAL_FISH
static Item
Items.TROPICAL_FISH_BUCKET
static Item
Items.TROPICAL_FISH_SPAWN_EGG
static Item
Items.TUBE_CORAL
static Item
Items.TUBE_CORAL_BLOCK
static Item
Items.TUBE_CORAL_FAN
static Item
Items.TUFF
static Item
Items.TURTLE_EGG
static Item
Items.TURTLE_HELMET
static Item
Items.TURTLE_SPAWN_EGG
static Item
Items.TWISTING_VINES
static Item
Items.VEX_SPAWN_EGG
static Item
Items.VILLAGER_SPAWN_EGG
static Item
Items.VINDICATOR_SPAWN_EGG
static Item
Items.VINE
static Item
static Item
Items.WARPED_BUTTON
static Item
Items.WARPED_DOOR
static Item
Items.WARPED_FENCE
static Item
Items.WARPED_FENCE_GATE
static Item
Items.WARPED_FUNGUS
static Item
Items.WARPED_FUNGUS_ON_A_STICK
static Item
Items.WARPED_HYPHAE
static Item
Items.WARPED_NYLIUM
static Item
Items.WARPED_PLANKS
static Item
Items.WARPED_PRESSURE_PLATE
static Item
Items.WARPED_ROOTS
static Item
Items.WARPED_SIGN
static Item
Items.WARPED_SLAB
static Item
Items.WARPED_STAIRS
static Item
Items.WARPED_STEM
static Item
Items.WARPED_TRAPDOOR
static Item
Items.WARPED_WART_BLOCK
static Item
Items.WATER_BUCKET
static Item
Items.WAXED_COPPER_BLOCK
static Item
Items.WAXED_CUT_COPPER
static Item
Items.WAXED_CUT_COPPER_SLAB
static Item
Items.WAXED_CUT_COPPER_STAIRS
static Item
Items.WAXED_EXPOSED_COPPER
static Item
Items.WAXED_EXPOSED_CUT_COPPER
static Item
static Item
static Item
Items.WAXED_OXIDIZED_COPPER
static Item
static Item
static Item
static Item
Items.WAXED_WEATHERED_COPPER
static Item
static Item
static Item
static Item
Items.WEATHERED_COPPER
static Item
Items.WEATHERED_CUT_COPPER
static Item
static Item
static Item
Items.WEEPING_VINES
static Item
Items.WET_SPONGE
static Item
Items.WHEAT
static Item
Items.WHEAT_SEEDS
static Item
Items.WHITE_BANNER
static Item
Items.WHITE_BED
static Item
Items.WHITE_CANDLE
static Item
Items.WHITE_CARPET
static Item
Items.WHITE_CONCRETE
static Item
Items.WHITE_CONCRETE_POWDER
static Item
Items.WHITE_DYE
static Item
Items.WHITE_GLAZED_TERRACOTTA
static Item
Items.WHITE_SHULKER_BOX
static Item
Items.WHITE_STAINED_GLASS
static Item
Items.WHITE_STAINED_GLASS_PANE
static Item
Items.WHITE_TERRACOTTA
static Item
Items.WHITE_TULIP
static Item
Items.WHITE_WOOL
static Item
Items.WITCH_SPAWN_EGG
static Item
Items.WITHER_ROSE
static Item
Items.WITHER_SKELETON_SKULL
static Item
static Item
Items.WOLF_SPAWN_EGG
static Item
Items.WOODEN_AXE
static Item
Items.WOODEN_HOE
static Item
Items.WOODEN_PICKAXE
static Item
Items.WOODEN_SHOVEL
static Item
Items.WOODEN_SWORD
static Item
Items.WRITABLE_BOOK
static Item
Items.WRITTEN_BOOK
static Item
Items.YELLOW_BANNER
static Item
Items.YELLOW_BED
static Item
Items.YELLOW_CANDLE
static Item
Items.YELLOW_CARPET
static Item
Items.YELLOW_CONCRETE
static Item
Items.YELLOW_CONCRETE_POWDER
static Item
Items.YELLOW_DYE
static Item
Items.YELLOW_GLAZED_TERRACOTTA
static Item
Items.YELLOW_SHULKER_BOX
static Item
Items.YELLOW_STAINED_GLASS
static Item
static Item
Items.YELLOW_TERRACOTTA
static Item
Items.YELLOW_WOOL
static Item
Items.ZOGLIN_SPAWN_EGG
static Item
Items.ZOMBIE_HEAD
static Item
Items.ZOMBIE_HORSE_SPAWN_EGG
static Item
Items.ZOMBIE_SPAWN_EGG
static Item
static Item
Modifier and TypeFieldDescriptionItem.BY_BLOCK
private Map<Item,ItemCooldowns.CooldownInstance>
ItemCooldowns.cooldowns
private IRegistryDelegate<Item>
ItemStack.delegate
private ReverseTagWrapper<Item>
Item.reverseTags
private Tags.IOptionalNamedTag<Item>
DyeColor.tag
Modifier and TypeMethodDescriptionItem.asItem()
static Item
Deprecated.static Item
Item.byId(int p_41446_)
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 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 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 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 Map<Item,DispenseItemBehavior>
DispenserBlock.DISPENSER_REGISTRY
private 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(Tag<Item> p_165163_)
ModifierConstructorDescription(package private)
LootItem(Item p_79566_, int p_79567_, int p_79568_, LootItemCondition[] p_79569_, LootItemFunction[] p_79570_)
ModifierConstructorDescription(package private)
TagEntry(Tag<Item> p_79824_, boolean p_79825_, int p_79826_, int p_79827_, LootItemCondition[] p_79828_, LootItemFunction[] p_79829_)
-
Uses of Item in net.minecraft.world.phys.shapes
Modifier and TypeMethodDescriptionboolean
CollisionContext.hasItemOnFeet(Item p_165990_)
boolean
EntityCollisionContext.hasItemOnFeet(Item p_166011_)
boolean
CollisionContext.isHoldingItem(Item p_82752_)
boolean
EntityCollisionContext.isHoldingItem(Item p_82879_)
-
Uses of Item in net.minecraftforge.client
Modifier and TypeFieldDescription(package private) Map<IRegistryDelegate<Item>,ModelResourceLocation>
ItemModelMesherForge.locations
(package private) 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.common
Modifier and TypeFieldDescriptionstatic Tags.IOptionalNamedTag<Item>
Tags.Items.BARRELS
static Tags.IOptionalNamedTag<Item>
Tags.Items.BARRELS_WOODEN
static Tags.IOptionalNamedTag<Item>
Tags.Items.BONES
static Tags.IOptionalNamedTag<Item>
Tags.Items.BOOKSHELVES
static Tags.IOptionalNamedTag<Item>
Tags.Items.CHESTS
static Tags.IOptionalNamedTag<Item>
Tags.Items.CHESTS_ENDER
static Tags.IOptionalNamedTag<Item>
Tags.Items.CHESTS_TRAPPED
static Tags.IOptionalNamedTag<Item>
Tags.Items.CHESTS_WOODEN
static Tags.IOptionalNamedTag<Item>
Tags.Items.COBBLESTONE
static Tags.IOptionalNamedTag<Item>
Tags.Items.CROPS
static Tags.IOptionalNamedTag<Item>
Tags.Items.CROPS_BEETROOT
static Tags.IOptionalNamedTag<Item>
Tags.Items.CROPS_CARROT
static Tags.IOptionalNamedTag<Item>
Tags.Items.CROPS_NETHER_WART
static Tags.IOptionalNamedTag<Item>
Tags.Items.CROPS_POTATO
static Tags.IOptionalNamedTag<Item>
Tags.Items.CROPS_WHEAT
static Tags.IOptionalNamedTag<Item>
Tags.Items.DUSTS
static Tags.IOptionalNamedTag<Item>
Tags.Items.DUSTS_GLOWSTONE
static Tags.IOptionalNamedTag<Item>
Tags.Items.DUSTS_PRISMARINE
static Tags.IOptionalNamedTag<Item>
Tags.Items.DUSTS_REDSTONE
static Tags.IOptionalNamedTag<Item>
Tags.Items.DYES
static Tags.IOptionalNamedTag<Item>
Tags.Items.DYES_BLACK
static Tags.IOptionalNamedTag<Item>
Tags.Items.DYES_BLUE
static Tags.IOptionalNamedTag<Item>
Tags.Items.DYES_BROWN
static Tags.IOptionalNamedTag<Item>
Tags.Items.DYES_CYAN
static Tags.IOptionalNamedTag<Item>
Tags.Items.DYES_GRAY
static Tags.IOptionalNamedTag<Item>
Tags.Items.DYES_GREEN
static Tags.IOptionalNamedTag<Item>
Tags.Items.DYES_LIGHT_BLUE
static Tags.IOptionalNamedTag<Item>
Tags.Items.DYES_LIGHT_GRAY
static Tags.IOptionalNamedTag<Item>
Tags.Items.DYES_LIME
static Tags.IOptionalNamedTag<Item>
Tags.Items.DYES_MAGENTA
static Tags.IOptionalNamedTag<Item>
Tags.Items.DYES_ORANGE
static Tags.IOptionalNamedTag<Item>
Tags.Items.DYES_PINK
static Tags.IOptionalNamedTag<Item>
Tags.Items.DYES_PURPLE
static Tags.IOptionalNamedTag<Item>
Tags.Items.DYES_RED
static Tags.IOptionalNamedTag<Item>
Tags.Items.DYES_WHITE
static Tags.IOptionalNamedTag<Item>
Tags.Items.DYES_YELLOW
static Tags.IOptionalNamedTag<Item>
Tags.Items.EGGS
static Tags.IOptionalNamedTag<Item>
Tags.Items.ENCHANTING_FUELS
static Tags.IOptionalNamedTag<Item>
Tags.Items.END_STONES
static Tags.IOptionalNamedTag<Item>
Tags.Items.ENDER_PEARLS
static Tags.IOptionalNamedTag<Item>
Tags.Items.FEATHERS
static Tags.IOptionalNamedTag<Item>
Tags.Items.FENCE_GATES
static Tags.IOptionalNamedTag<Item>
Tags.Items.FENCE_GATES_WOODEN
static Tags.IOptionalNamedTag<Item>
Tags.Items.FENCES
static Tags.IOptionalNamedTag<Item>
Tags.Items.FENCES_NETHER_BRICK
static Tags.IOptionalNamedTag<Item>
Tags.Items.FENCES_WOODEN
static Tags.IOptionalNamedTag<Item>
Tags.Items.GEMS
static Tags.IOptionalNamedTag<Item>
Tags.Items.GEMS_DIAMOND
static Tags.IOptionalNamedTag<Item>
Tags.Items.GEMS_EMERALD
static Tags.IOptionalNamedTag<Item>
Tags.Items.GEMS_LAPIS
static Tags.IOptionalNamedTag<Item>
Tags.Items.GEMS_PRISMARINE
static Tags.IOptionalNamedTag<Item>
Tags.Items.GEMS_QUARTZ
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_BLACK
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_BLUE
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_BROWN
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_COLORLESS
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_CYAN
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_GRAY
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_GREEN
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_LIGHT_BLUE
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_LIGHT_GRAY
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_LIME
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_MAGENTA
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_ORANGE
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_PANES
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_PANES_BLACK
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_PANES_BLUE
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_PANES_BROWN
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_PANES_COLORLESS
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_PANES_CYAN
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_PANES_GRAY
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_PANES_GREEN
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_PANES_LIGHT_BLUE
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_PANES_LIGHT_GRAY
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_PANES_LIME
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_PANES_MAGENTA
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_PANES_ORANGE
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_PANES_PINK
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_PANES_PURPLE
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_PANES_RED
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_PANES_WHITE
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_PANES_YELLOW
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_PINK
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_PURPLE
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_RED
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_WHITE
static Tags.IOptionalNamedTag<Item>
Tags.Items.GLASS_YELLOW
static Tags.IOptionalNamedTag<Item>
Tags.Items.GRAVEL
static Tags.IOptionalNamedTag<Item>
Tags.Items.GUNPOWDER
static Tags.IOptionalNamedTag<Item>
Tags.Items.HEADS
static Tags.IOptionalNamedTag<Item>
Tags.Items.INGOTS
static Tags.IOptionalNamedTag<Item>
Tags.Items.INGOTS_BRICK
static Tags.IOptionalNamedTag<Item>
Tags.Items.INGOTS_GOLD
static Tags.IOptionalNamedTag<Item>
Tags.Items.INGOTS_IRON
static Tags.IOptionalNamedTag<Item>
Tags.Items.INGOTS_NETHER_BRICK
static Tags.IOptionalNamedTag<Item>
Tags.Items.INGOTS_NETHERITE
static Tags.IOptionalNamedTag<Item>
Tags.Items.LEATHER
static Tags.IOptionalNamedTag<Item>
Tags.Items.MUSHROOMS
static Tags.IOptionalNamedTag<Item>
Tags.Items.NETHER_STARS
static Tags.IOptionalNamedTag<Item>
Tags.Items.NETHERRACK
static Tags.IOptionalNamedTag<Item>
Tags.Items.NUGGETS
static Tags.IOptionalNamedTag<Item>
Tags.Items.NUGGETS_GOLD
static Tags.IOptionalNamedTag<Item>
Tags.Items.NUGGETS_IRON
static Tags.IOptionalNamedTag<Item>
Tags.Items.OBSIDIAN
static Tags.IOptionalNamedTag<Item>
Tags.Items.ORES
static Tags.IOptionalNamedTag<Item>
Tags.Items.ORES_COAL
static Tags.IOptionalNamedTag<Item>
Tags.Items.ORES_DIAMOND
static Tags.IOptionalNamedTag<Item>
Tags.Items.ORES_EMERALD
static Tags.IOptionalNamedTag<Item>
Tags.Items.ORES_GOLD
static Tags.IOptionalNamedTag<Item>
Tags.Items.ORES_IRON
static Tags.IOptionalNamedTag<Item>
Tags.Items.ORES_LAPIS
static Tags.IOptionalNamedTag<Item>
Tags.Items.ORES_NETHERITE_SCRAP
static Tags.IOptionalNamedTag<Item>
Tags.Items.ORES_QUARTZ
static Tags.IOptionalNamedTag<Item>
Tags.Items.ORES_REDSTONE
static Tags.IOptionalNamedTag<Item>
Tags.Items.RODS
static Tags.IOptionalNamedTag<Item>
Tags.Items.RODS_BLAZE
static Tags.IOptionalNamedTag<Item>
Tags.Items.RODS_WOODEN
static Tags.IOptionalNamedTag<Item>
Tags.Items.SAND
static Tags.IOptionalNamedTag<Item>
Tags.Items.SAND_COLORLESS
static Tags.IOptionalNamedTag<Item>
Tags.Items.SAND_RED
static Tags.IOptionalNamedTag<Item>
Tags.Items.SANDSTONE
static Tags.IOptionalNamedTag<Item>
Tags.Items.SEEDS
static Tags.IOptionalNamedTag<Item>
Tags.Items.SEEDS_BEETROOT
static Tags.IOptionalNamedTag<Item>
Tags.Items.SEEDS_MELON
static Tags.IOptionalNamedTag<Item>
Tags.Items.SEEDS_PUMPKIN
static Tags.IOptionalNamedTag<Item>
Tags.Items.SEEDS_WHEAT
static Tags.IOptionalNamedTag<Item>
Tags.Items.SHEARS
static Tags.IOptionalNamedTag<Item>
Tags.Items.SLIMEBALLS
static Tags.IOptionalNamedTag<Item>
Tags.Items.STAINED_GLASS
static Tags.IOptionalNamedTag<Item>
Tags.Items.STAINED_GLASS_PANES
static Tags.IOptionalNamedTag<Item>
Tags.Items.STONE
static Tags.IOptionalNamedTag<Item>
Tags.Items.STORAGE_BLOCKS
static Tags.IOptionalNamedTag<Item>
Tags.Items.STORAGE_BLOCKS_COAL
static Tags.IOptionalNamedTag<Item>
Tags.Items.STORAGE_BLOCKS_DIAMOND
static Tags.IOptionalNamedTag<Item>
Tags.Items.STORAGE_BLOCKS_EMERALD
static Tags.IOptionalNamedTag<Item>
Tags.Items.STORAGE_BLOCKS_GOLD
static Tags.IOptionalNamedTag<Item>
Tags.Items.STORAGE_BLOCKS_IRON
static Tags.IOptionalNamedTag<Item>
Tags.Items.STORAGE_BLOCKS_LAPIS
static Tags.IOptionalNamedTag<Item>
Tags.Items.STORAGE_BLOCKS_NETHERITE
static Tags.IOptionalNamedTag<Item>
Tags.Items.STORAGE_BLOCKS_QUARTZ
static Tags.IOptionalNamedTag<Item>
Tags.Items.STORAGE_BLOCKS_REDSTONE
static Tags.IOptionalNamedTag<Item>
Tags.Items.STRING
private static Map<IRegistryDelegate<Item>,Integer>
ForgeHooks.VANILLA_BURNS
Modifier and TypeMethodDescriptionprivate static Tags.IOptionalNamedTag<Item>
private static Tags.IOptionalNamedTag<Item>
-
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 RegistryObject<Item>
DeferredRegistryTest.ITEM
private static DeferredRegister<Item>
CustomSoundTypeTest.ITEMS
private static DeferredRegister<Item>
DeferredRegistryTest.ITEMS
private static RegistryObject<Item>
CustomSoundTypeTest.TEST_STEP_BLOCK_ITEM
-
Uses of Item in net.minecraftforge.debug.block
Modifier and TypeFieldDescriptionprivate static RegistryObject<Item>
FullPotsAccessorDemo.DIORITE_POT_ITEM
private static DeferredRegister<Item>
BlockEntityOnLoadTest.ITEMS
private static DeferredRegister<Item>
CustomRespawnTest.ITEMS
private static DeferredRegister<Item>
CustomSignsTest.ITEMS
private static DeferredRegister<Item>
FlowerPotTest.ITEMS
private static DeferredRegister<Item>
FullPotsAccessorDemo.ITEMS
private static DeferredRegister<Item>
PistonEventTest.ITEMS
private static DeferredRegister<Item>
RedstoneSidedConnectivityTest.ITEMS
private static RegistryObject<Item>
BlockEntityOnLoadTest.TEST_BLOCK_ITEM
private static RegistryObject<Item>
RedstoneSidedConnectivityTest.TEST_REDSTONE_BLOCKITEM
static 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 TypeClassDescription(package private) static class
Modifier and TypeFieldDescription(package private) static RegistryObject<Item>
CustomTooltipTest.CUSTOM_ITEM
private static DeferredRegister<Item>
CustomTASTest.ITEMS
private static DeferredRegister<Item>
CustomTooltipTest.ITEMS
private static 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 RegistryObject<Item>
DynBucketModelTest.DRIP_BUCKET
static RegistryObject<Item>
NewModelLoaderTest.item_layers
static DeferredRegister<Item>
CompositeModelTest.ITEMS
static DeferredRegister<Item>
DynBucketModelTest.ITEMS
static DeferredRegister<Item>
NewModelLoaderTest.ITEMS
private static DeferredRegister<Item>
TRSRTransformerTest.ITEMS
static RegistryObject<Item>
DynBucketModelTest.LAVA_OBSIDIAN
static RegistryObject<Item>
NewModelLoaderTest.obj_item
static RegistryObject<Item>
NewModelLoaderTest.separate_perspective
private static 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 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 DeferredRegister<Item>
NewFluidTest.ITEMS
static RegistryObject<Item>
NewFluidTest.test_fluid_bucket
-
Uses of Item in net.minecraftforge.debug.gameplay.loot
Modifier and TypeFieldDescriptionprivate Item
GlobalLootModifiersTest.WheatSeedsConverterModifier.itemReward
private 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
Modifier and TypeFieldDescriptionstatic RegistryObject<Item>
EnderMaskTest.ender_mask
private static DeferredRegister<Item>
CustomElytraTest.ITEMS
private static DeferredRegister<Item>
CustomShieldTest.ITEMS
static DeferredRegister<Item>
EnderMaskTest.ITEMS
private static DeferredRegister<Item>
ForgeSpawnEggItemTest.ITEMS
private static DeferredRegister<Item>
MusicDiscTest.ITEMS
private static DeferredRegister<Item>
RangedMobsUseModdedWeaponsTest.ITEMS
private static RegistryObject<Item>
RangedMobsUseModdedWeaponsTest.MODDED_BOW
private static RegistryObject<Item>
RangedMobsUseModdedWeaponsTest.MODDED_CROSSBOW
private static RegistryObject<Item>
CustomElytraTest.TEST_ELYTRA
private static RegistryObject<Item>
MusicDiscTest.TEST_MUSIC_DISC
Modifier and TypeMethodDescriptionstatic void
TagBasedToolTypesTest.registerItems(RegistryEvent.Register<Item> event)
-
Uses of Item in net.minecraftforge.debug.misc
-
Uses of Item in net.minecraftforge.debug.world
Modifier and TypeFieldDescriptionprivate static RegistryObject<Item>
ForgeChunkManagerTest.CHUNK_LOADER_ITEM
private static 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 IForgeRegistry<Item>
ForgeRegistries.ITEMS
static 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)