Uses of Class
net.minecraft.item.Item
Package
Description
Provides the cauldron behavior system,
which determines what happens when a player interacts with a cauldron.
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of Item in net.minecraft.advancement.criterion
Modifier and TypeMethodDescriptionstatic TickCriterion.Conditions
TickCriterion.Conditions.createLocation
(Block block, Item item) -
Uses of Item in net.minecraft.block
Modifier and TypeFieldDescriptionprivate final Map<Item,
CauldronBehavior> AbstractCauldronBlock.behaviorMap
private static final Map<Item,
DispenserBehavior> DispenserBlock.BEHAVIORS
AttachedStemBlock.pickBlockItem
StemBlock.pickBlockItem
private static final Map<Item,
RegistryKey<String>> DecoratedPotPatterns.SHARD_TO_PATTERN
Modifier and TypeMethodDescriptionabstract Item
AbstractBlock.asItem()
Returns the block's corresponding item.Block.asItem()
Returns the block's corresponding item.Modifier and TypeMethodDescriptionstatic @Nullable RegistryKey<String>
static Block
Block.getBlockFromItem
(@Nullable Item item) boolean
boolean
ModifierConstructorDescriptionAbstractCauldronBlock
(AbstractBlock.Settings settings, Map<Item, CauldronBehavior> behaviorMap) Constructs a cauldron block.protected
AttachedStemBlock
(GourdBlock gourdBlock, Supplier<Item> pickBlockItem, AbstractBlock.Settings settings) LeveledCauldronBlock
(AbstractBlock.Settings settings, Predicate<Biome.Precipitation> precipitationPredicate, Map<Item, CauldronBehavior> behaviorMap) Constructs a leveled cauldron block.PowderSnowCauldronBlock
(AbstractBlock.Settings settings, Predicate<Biome.Precipitation> precipitationPredicate, Map<Item, CauldronBehavior> behaviorMap) protected
StemBlock
(GourdBlock gourdBlock, Supplier<Item> pickBlockItem, AbstractBlock.Settings settings) -
Uses of Item in net.minecraft.block.cauldron
Modifier and TypeFieldDescriptionstatic final Map<Item,
CauldronBehavior> CauldronBehavior.EMPTY_CAULDRON_BEHAVIOR
The cauldron behaviors for empty cauldrons.static final Map<Item,
CauldronBehavior> CauldronBehavior.LAVA_CAULDRON_BEHAVIOR
The cauldron behaviors for lava cauldrons.static final Map<Item,
CauldronBehavior> CauldronBehavior.POWDER_SNOW_CAULDRON_BEHAVIOR
The cauldron behaviors for powder snow cauldrons.static final Map<Item,
CauldronBehavior> CauldronBehavior.WATER_CAULDRON_BEHAVIOR
The cauldron behaviors for water cauldrons.Modifier and TypeMethodDescriptionCauldronBehavior.createMap()
Creates a mutable map from items to their corresponding cauldron behaviors.Modifier and TypeMethodDescriptionstatic void
CauldronBehavior.registerBucketBehavior
(Map<Item, CauldronBehavior> behavior) Registers the behavior for filled buckets in the specified behavior map. -
Uses of Item in net.minecraft.block.entity
Modifier and TypeMethodDescriptionAbstractFurnaceBlockEntity.createFuelTimeMap()
DecoratedPotBlockEntity.getShards()
Modifier and TypeMethodDescriptionprivate static boolean
AbstractFurnaceBlockEntity.isNonFlammableWood
(Item item) Returns whether the provideditem
is in thenon_flammable_wood
tag.Modifier and TypeMethodDescriptionprivate static void
AbstractFurnaceBlockEntity.addFuel
(Map<Item, Integer> fuelTimes, ItemConvertible item, int fuelTime) private static void
private static void
static void
DecoratedPotBlockEntity.writeShardsToNbt
(List<Item> shards, NbtCompound nbt) -
Uses of Item in net.minecraft.client.gui.screen
Modifier and TypeMethodDescriptionprotected Text
private void
PresetsScreen.SuperflatPresetsListWidget.SuperflatPresetEntry.renderIcon
(MatrixStack matrices, int x, int y, Item iconItem) (package private) void
StatsScreen.renderStatItem
(MatrixStack matrices, int x, int y, Item item) -
Uses of Item in net.minecraft.client.gui.screen.ingame
-
Uses of Item in net.minecraft.client.gui.screen.recipebook
Modifier and TypeMethodDescriptionAbstractFurnaceRecipeBookScreen.getAllowedFuels()
BlastFurnaceRecipeBookScreen.getAllowedFuels()
FurnaceRecipeBookScreen.getAllowedFuels()
SmokerRecipeBookScreen.getAllowedFuels()
-
Uses of Item in net.minecraft.client.item
Modifier and TypeFieldDescriptionprivate static final Map<Item,
Map<Identifier, ModelPredicateProvider>> ModelPredicateProviderRegistry.ITEM_SPECIFIC
Modifier and TypeMethodDescriptionstatic @Nullable ModelPredicateProvider
ModelPredicateProviderRegistry.get
(Item item, Identifier id) private static void
ModelPredicateProviderRegistry.register
(Item item, Identifier id, ClampedModelPredicateProvider provider) -
Uses of Item in net.minecraft.client.render.block.entity
Modifier and TypeMethodDescriptionprivate static @Nullable SpriteIdentifier
DecoratedPotBlockEntityRenderer.getTextureIdFromShard
(Item item) -
Uses of Item in net.minecraft.client.render.item
Modifier and TypeMethodDescriptionprivate static int
ItemModels.getModelId
(Item item) void
ItemModels.putModel
(Item item, ModelIdentifier modelId) -
Uses of Item in net.minecraft.client.tutorial
Modifier and TypeMethodDescriptionstatic boolean
CraftPlanksTutorialStepHandler.hasCrafted
(ClientPlayerEntity player, TagKey<Item> tag) -
Uses of Item in net.minecraft.client.world
-
Uses of Item in net.minecraft.command.argument
Modifier and TypeFieldDescriptionprivate final RegistryEntry<Item>
ItemStackArgument.item
private final RegistryEntry<Item>
ItemStringReader.ItemResult.item
The field for theitem
record component.private final RegistryWrapper<Item>
ItemPredicateArgumentType.registryWrapper
private final RegistryWrapper<Item>
ItemStackArgumentType.registryWrapper
private final RegistryWrapper<Item>
ItemStringReader.registryWrapper
private com.mojang.datafixers.util.Either<RegistryEntry<Item>,
RegistryEntryList<Item>> ItemStringReader.result
private com.mojang.datafixers.util.Either<RegistryEntry<Item>,
RegistryEntryList<Item>> ItemStringReader.result
private final RegistryEntryList<Item>
ItemStringReader.TagResult.tag
The field for thetag
record component.Modifier and TypeMethodDescriptionItemStringReader.ItemResult.item()
Returns the value of theitem
record component.ItemStringReader.TagResult.tag()
Returns the value of thetag
record component.Modifier and TypeMethodDescriptionprivate static ItemPredicateArgumentType.ItemStackPredicateArgument
ItemPredicateArgumentType.getItemStackPredicate
(Predicate<RegistryEntry<Item>> predicate, @Nullable NbtCompound nbt) static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
ItemStringReader.getSuggestions
(RegistryWrapper<Item> registryWrapper, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, boolean allowTag) static ItemStringReader.ItemResult
ItemStringReader.item
(RegistryWrapper<Item> registryWrapper, com.mojang.brigadier.StringReader reader) static com.mojang.datafixers.util.Either<ItemStringReader.ItemResult,
ItemStringReader.TagResult> ItemStringReader.itemOrTag
(RegistryWrapper<Item> registryWrapper, com.mojang.brigadier.StringReader reader) ModifierConstructorDescriptionItemResult
(RegistryEntry<Item> registryEntry, @Nullable NbtCompound nbtCompound) ItemStackArgument
(RegistryEntry<Item> item, @Nullable NbtCompound nbt) private
ItemStringReader
(RegistryWrapper<Item> registryWrapper, com.mojang.brigadier.StringReader reader, boolean allowTag) TagResult
(RegistryEntryList<Item> registryEntryList, @Nullable NbtCompound nbtCompound) -
Uses of Item in net.minecraft.data.client
Modifier and TypeMethodDescriptionstatic Identifier
static Identifier
ModelIds.getItemModelId
(Item item) static Identifier
ModelIds.getItemSubModelId
(Item item, String suffix) static Identifier
static TextureMap
static TextureMap
private void
private void
private void
private void
BlockStateModelGenerator.registerBuiltinWithParticle
(Block block, Item particleSource) private void
ItemModelGenerator.registerClock
(Item clock) private void
ItemModelGenerator.registerCompass
(Item compass) (package private) void
BlockStateModelGenerator.registerItemModel
(Item item) private void
BlockStateModelGenerator.registerParentedItemModel
(Item item, Identifier parentModelId) -
Uses of Item in net.minecraft.data.server.advancement.vanilla
Modifier and TypeFieldDescriptionprivate static final Item[]
VanillaHusbandryTabAdvancementGenerator.AXE_ITEMS
private static final Item[]
VanillaHusbandryTabAdvancementGenerator.FISH_BUCKET_ITEMS
private static final Item[]
VanillaHusbandryTabAdvancementGenerator.FISH_ITEMS
private static final Item[]
VanillaHusbandryTabAdvancementGenerator.FOOD_ITEMS
Modifier and TypeMethodDescriptionprivate static UsingItemCriterion.Conditions
VanillaAdventureTabAdvancementGenerator.createLookingAtEntityUsing
(EntityType<?> entity, Item item) -
Uses of Item in net.minecraft.data.server.loottable
Modifier and TypeMethodDescriptionBlockLootTableGenerator.attachedCropStemDrops
(Block stem, Item drop) protected LootTable.Builder
BlockLootTableGenerator.cropDrops
(Block crop, Item product, Item seeds, LootCondition.Builder condition) BlockLootTableGenerator.cropStemDrops
(Block stem, Item drop) protected LootTable.Builder
ModifierConstructorDescriptionprotected
BlockLootTableGenerator
(Set<Item> explosionImmuneItems, FeatureSet requiredFeatures) -
Uses of Item in net.minecraft.data.server.loottable.vanilla
-
Uses of Item in net.minecraft.data.server.recipe
Modifier and TypeFieldDescriptionprivate final Item
CookingRecipeJsonBuilder.output
private final Item
ShapedRecipeJsonBuilder.output
private final Item
ShapedRecipeJsonBuilder.ShapedRecipeJsonProvider.output
private final Item
ShapelessRecipeJsonBuilder.output
private final Item
ShapelessRecipeJsonBuilder.ShapelessRecipeJsonProvider.output
private final Item
SingleItemRecipeJsonBuilder.output
private final Item
SingleItemRecipeJsonBuilder.SingleItemRecipeJsonProvider.output
private final Item
CookingRecipeJsonBuilder.CookingRecipeJsonProvider.result
private final Item
LegacySmithingRecipeJsonBuilder.result
Deprecated, for removal: This API element is subject to removal in a future version.private final Item
LegacySmithingRecipeJsonBuilder.SmithingRecipeJsonProvider.result
private final Item
SmithingTransformRecipeJsonBuilder.result
private final Item
SmithingTransformRecipeJsonBuilder.SmithingTransformRecipeJsonProvider.result
The field for theresult
record component.Modifier and TypeMethodDescriptionCookingRecipeJsonBuilder.getOutputItem()
CraftingRecipeJsonBuilder.getOutputItem()
ShapedRecipeJsonBuilder.getOutputItem()
ShapelessRecipeJsonBuilder.getOutputItem()
SingleItemRecipeJsonBuilder.getOutputItem()
SmithingTransformRecipeJsonBuilder.SmithingTransformRecipeJsonProvider.result()
Returns the value of theresult
record component.Modifier and TypeMethodDescriptionLegacySmithingRecipeJsonBuilder.create
(Ingredient base, Ingredient addition, RecipeCategory category, Item result) Deprecated, for removal: This API element is subject to removal in a future version.SmithingTransformRecipeJsonBuilder.create
(Ingredient template, Ingredient base, Ingredient addition, RecipeCategory category, Item result) protected static void
RecipeProvider.offerLegacyNetheriteUpgradeRecipe
(Consumer<RecipeJsonProvider> exporter, Item input, RecipeCategory category, Item result) Deprecated.protected static void
RecipeProvider.offerNetheriteUpgradeRecipe
(Consumer<RecipeJsonProvider> exporter, Item input, RecipeCategory category, Item result) protected static void
RecipeProvider.offerSmithingTrimRecipe
(Consumer<RecipeJsonProvider> exporter, Item template) Modifier and TypeMethodDescriptionprotected static InventoryChangedCriterion.Conditions
RecipeProvider.conditionsFromTag
(TagKey<Item> tag) protected static void
RecipeProvider.offerPlanksRecipe
(Consumer<RecipeJsonProvider> exporter, ItemConvertible output, TagKey<Item> input, int count) protected static void
RecipeProvider.offerPlanksRecipe2
(Consumer<RecipeJsonProvider> exporter, ItemConvertible output, TagKey<Item> input, int count) protected static void
RecipeProvider.offerSmithingTemplateCopyingRecipe
(Consumer<RecipeJsonProvider> exporter, ItemConvertible template, TagKey<Item> resource) ModifierConstructorDescriptionCookingRecipeJsonProvider
(Identifier recipeId, String group, CookingRecipeCategory category, Ingredient input, Item result, float experience, int cookingTime, Advancement.Builder advancementBuilder, Identifier advancementId, RecipeSerializer<? extends AbstractCookingRecipe> serializer) LegacySmithingRecipeJsonBuilder
(RecipeSerializer<?> serializer, Ingredient base, Ingredient addition, RecipeCategory category, Item result) Deprecated, for removal: This API element is subject to removal in a future version.ShapedRecipeJsonProvider
(Identifier recipeId, Item output, int resultCount, String group, CraftingRecipeCategory craftingCategory, List<String> pattern, Map<Character, Ingredient> inputs, Advancement.Builder advancementBuilder, Identifier advancementId, boolean bool) ShapelessRecipeJsonProvider
(Identifier recipeId, Item output, int outputCount, String group, CraftingRecipeCategory craftingCategory, List<Ingredient> inputs, Advancement.Builder advancementBuilder, Identifier advancementId) SingleItemRecipeJsonProvider
(Identifier recipeId, RecipeSerializer<?> serializer, String group, Ingredient input, Item output, int outputCount, Advancement.Builder advancementBuilder, Identifier advancementId) SmithingRecipeJsonProvider
(Identifier recipeId, RecipeSerializer<?> serializer, Ingredient base, Ingredient addition, Item result, Advancement.Builder advancementBuilder, Identifier advancementId) SmithingTransformRecipeJsonBuilder
(RecipeSerializer<?> serializer, Ingredient template, Ingredient base, Ingredient addition, RecipeCategory category, Item result) SmithingTransformRecipeJsonProvider
(Identifier identifier, RecipeSerializer<?> recipeSerializer, Ingredient ingredient, Ingredient ingredient2, Ingredient ingredient3, Item item, Advancement.Builder builder, Identifier identifier2) -
Uses of Item in net.minecraft.data.server.tag
-
Uses of Item in net.minecraft.enchantment
-
Uses of Item in net.minecraft.entity
Modifier and TypeMethodDescriptionEntity.getHandPosOffset
(Item item) Returns the offset of the hand that holdsitem
.boolean
Checks if this entity is holding a certain item. -
Uses of Item in net.minecraft.entity.ai.brain.task
Modifier and TypeMethodDescriptionGatherItemsVillagerTask.getGatherableItems
(VillagerEntity entity, VillagerEntity target) Modifier and TypeMethodDescriptionprivate static void
GatherItemsVillagerTask.giveHalfOfStack
(VillagerEntity villager, Set<Item> validItems, LivingEntity target) -
Uses of Item in net.minecraft.entity.mob
Modifier and TypeMethodDescriptionMobEntity.getEquipmentForSlot
(EquipmentSlot equipmentSlot, int equipmentLevel) -
Uses of Item in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionVillagerEntity.GATHERABLE_ITEMS
VillagerEntity.ITEM_FOOD_VALUES
ParrotEntity.TAMING_INGREDIENTS
-
Uses of Item in net.minecraft.entity.player
Modifier and TypeFieldDescriptionprivate final Map<Item,
ItemCooldownManager.Entry> ItemCooldownManager.entries
Modifier and TypeMethodDescriptionvoid
float
ItemCooldownManager.getCooldownProgress
(Item item, float tickDelta) boolean
ItemCooldownManager.isCoolingDown
(Item item) protected void
ItemCooldownManager.onCooldownUpdate
(Item item) protected void
ItemCooldownManager.onCooldownUpdate
(Item item, int duration) void
void
-
Uses of Item in net.minecraft.entity.projectile
Modifier and TypeMethodDescriptionstatic Hand
ProjectileUtil.getHandPossiblyHolding
(LivingEntity entity, Item item) -
Uses of Item in net.minecraft.entity.projectile.thrown
Modifier and TypeMethodDescriptionprotected Item
EggEntity.getDefaultItem()
protected Item
EnderPearlEntity.getDefaultItem()
protected Item
ExperienceBottleEntity.getDefaultItem()
protected Item
PotionEntity.getDefaultItem()
protected Item
SnowballEntity.getDefaultItem()
protected abstract Item
ThrownItemEntity.getDefaultItem()
-
Uses of Item in net.minecraft.entity.vehicle
Modifier and TypeMethodDescriptionBoatEntity.asItem()
ChestBoatEntity.asItem()
(package private) abstract Item
AbstractMinecartEntity.getItem()
protected Item
ChestMinecartEntity.getItem()
protected Item
CommandBlockMinecartEntity.getItem()
protected Item
FurnaceMinecartEntity.getItem()
protected Item
HopperMinecartEntity.getItem()
protected Item
MinecartEntity.getItem()
protected Item
SpawnerMinecartEntity.getItem()
protected Item
TntMinecartEntity.getItem()
-
Uses of Item in net.minecraft.fluid
Modifier and TypeMethodDescriptionEmptyFluid.getBucketItem()
abstract Item
Fluid.getBucketItem()
LavaFluid.getBucketItem()
WaterFluid.getBucketItem()
-
Uses of Item in net.minecraft.inventory
Modifier and TypeMethodDescriptiondefault int
Returns the number of times the specified item occurs in this inventory across all stored stacks.SimpleInventory.removeItem
(Item item, int count) Searches this inventory for the specified item and removes the given amount from this inventory.Modifier and TypeMethodDescriptiondefault boolean
Inventory.containsAny
(Set<Item> items) Determines whether this inventory contains any of the given candidate items. -
Uses of Item in net.minecraft.item
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
Represents an item corresponding to a block.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Represents an item which can contain extra data that is synced to the client.class
OnAStickItem<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
An item for a block that can be vertically attached as well as horizontally.class
class
Modifier and TypeFieldDescriptionstatic final Item
Items.ACACIA_BOAT
static final Item
Items.ACACIA_BUTTON
static final Item
Items.ACACIA_CHEST_BOAT
static final Item
Items.ACACIA_DOOR
static final Item
Items.ACACIA_FENCE
static final Item
Items.ACACIA_FENCE_GATE
static final Item
Items.ACACIA_HANGING_SIGN
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.ALLAY_SPAWN_EGG
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.BAMBOO_BLOCK
static final Item
Items.BAMBOO_BUTTON
static final Item
Items.BAMBOO_CHEST_RAFT
static final Item
Items.BAMBOO_DOOR
static final Item
Items.BAMBOO_FENCE
static final Item
Items.BAMBOO_FENCE_GATE
static final Item
Items.BAMBOO_HANGING_SIGN
static final Item
Items.BAMBOO_MOSAIC
static final Item
Items.BAMBOO_MOSAIC_SLAB
static final Item
Items.BAMBOO_MOSAIC_STAIRS
static final Item
Items.BAMBOO_PLANKS
static final Item
Items.BAMBOO_PRESSURE_PLATE
static final Item
Items.BAMBOO_RAFT
static final Item
Items.BAMBOO_SIGN
static final Item
Items.BAMBOO_SLAB
static final Item
Items.BAMBOO_STAIRS
static final Item
Items.BAMBOO_TRAPDOOR
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_CHEST_BOAT
static final Item
Items.BIRCH_DOOR
static final Item
Items.BIRCH_FENCE
static final Item
Items.BIRCH_FENCE_GATE
static final Item
Items.BIRCH_HANGING_SIGN
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.BRUSH
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.CAMEL_SPAWN_EGG
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.CHERRY_BOAT
static final Item
Items.CHERRY_BUTTON
static final Item
Items.CHERRY_CHEST_BOAT
static final Item
Items.CHERRY_DOOR
static final Item
Items.CHERRY_FENCE
static final Item
Items.CHERRY_FENCE_GATE
static final Item
Items.CHERRY_HANGING_SIGN
static final Item
Items.CHERRY_LEAVES
static final Item
Items.CHERRY_LOG
static final Item
Items.CHERRY_PLANKS
static final Item
Items.CHERRY_PRESSURE_PLATE
static final Item
Items.CHERRY_SAPLING
static final Item
Items.CHERRY_SIGN
static final Item
Items.CHERRY_SLAB
static final Item
Items.CHERRY_STAIRS
static final Item
Items.CHERRY_TRAPDOOR
static final Item
Items.CHERRY_WOOD
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_BOOKSHELF
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
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
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_HANGING_SIGN
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_SANDSTONE_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_CHEST_BOAT
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_HANGING_SIGN
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.DECORATED_POT
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.DISC_FRAGMENT_5
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
static final Item
Items.ECHO_SHARD
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_DRAGON_SPAWN_EGG
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
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.FROG_SPAWN_EGG
static final Item
Items.FROGSPAWN
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_HORN
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_GOLEM_SPAWN_EGG
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_CHEST_BOAT
static final Item
Items.JUNGLE_DOOR
static final Item
Items.JUNGLE_FENCE
static final Item
Items.JUNGLE_FENCE_GATE
static final Item
Items.JUNGLE_HANGING_SIGN
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.MANGROVE_BOAT
static final Item
Items.MANGROVE_BUTTON
static final Item
Items.MANGROVE_CHEST_BOAT
static final Item
Items.MANGROVE_DOOR
static final Item
Items.MANGROVE_FENCE
static final Item
Items.MANGROVE_FENCE_GATE
static final Item
Items.MANGROVE_HANGING_SIGN
static final Item
Items.MANGROVE_LEAVES
static final Item
Items.MANGROVE_LOG
static final Item
Items.MANGROVE_PLANKS
static final Item
Items.MANGROVE_PRESSURE_PLATE
static final Item
Items.MANGROVE_PROPAGULE
static final Item
Items.MANGROVE_ROOTS
static final Item
Items.MANGROVE_SIGN
static final Item
Items.MANGROVE_SLAB
static final Item
Items.MANGROVE_STAIRS
static final Item
Items.MANGROVE_TRAPDOOR
static final Item
Items.MANGROVE_WOOD
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.MUD
static final Item
Items.MUD_BRICK_SLAB
static final Item
Items.MUD_BRICK_STAIRS
static final Item
Items.MUD_BRICK_WALL
static final Item
Items.MUD_BRICKS
static final Item
Items.MUDDY_MANGROVE_ROOTS
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_5
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
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_CHEST_BOAT
static final Item
Items.OAK_DOOR
static final Item
Items.OAK_FENCE
static final Item
Items.OAK_FENCE_GATE
static final Item
Items.OAK_HANGING_SIGN
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.OCHRE_FROGLIGHT
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.PACKED_MUD
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.PEARLESCENT_FROGLIGHT
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_HEAD
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_PETALS
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.POTTERY_SHARD_ARCHER
static final Item
Items.POTTERY_SHARD_ARMS_UP
static final Item
Items.POTTERY_SHARD_PRIZE
static final Item
Items.POTTERY_SHARD_SKULL
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
Item.recipeRemainder
Item.Settings.recipeRemainder
static final Item
Items.RECOVERY_COMPASS
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.REINFORCED_DEEPSLATE
static final Item
Items.REPEATER
static final Item
Items.REPEATING_COMMAND_BLOCK
static final Item
Items.RESPAWN_ANCHOR
static final Item
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
static final Item
Items.SCULK_CATALYST
static final Item
Items.SCULK_SENSOR
static final Item
Items.SCULK_SHRIEKER
static final Item
Items.SCULK_VEIN
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
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.SNIFFER_SPAWN_EGG
static final Item
static final Item
Items.SNOW
static final Item
Items.SNOW_BLOCK
static final Item
Items.SNOW_GOLEM_SPAWN_EGG
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
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_CHEST_BOAT
static final Item
Items.SPRUCE_DOOR
static final Item
Items.SPRUCE_FENCE
static final Item
Items.SPRUCE_FENCE_GATE
static final Item
Items.SPRUCE_HANGING_SIGN
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_BAMBOO_BLOCK
static final Item
Items.STRIPPED_BIRCH_LOG
static final Item
Items.STRIPPED_BIRCH_WOOD
static final Item
Items.STRIPPED_CHERRY_LOG
static final Item
Items.STRIPPED_CHERRY_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_MANGROVE_LOG
static final Item
Items.STRIPPED_MANGROVE_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_SAND
static final Item
Items.SUSPICIOUS_STEW
static final Item
Items.SWEET_BERRIES
static final Item
Items.TADPOLE_BUCKET
static final Item
Items.TADPOLE_SPAWN_EGG
static final Item
Items.TALL_GRASS
static final Item
Items.TARGET
static final Item
Items.TERRACOTTA
static final Item
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.TORCHFLOWER
static final Item
Items.TORCHFLOWER_SEEDS
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.VERDANT_FROGLIGHT
static final Item
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
static final Item
Items.WARDEN_SPAWN_EGG
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_HANGING_SIGN
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
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.WITHER_SPAWN_EGG
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 TypeFieldDescriptionItem.BLOCK_ITEMS
private final RegistryEntry.Reference<Item>
Item.registryEntry
Modifier and TypeMethodDescriptionItem.asItem()
Gets this object in its item form.ItemConvertible.asItem()
Gets this object in its item form.static Item
Item.byRawId
(int id) Returns the item from its raw ID.static Item
Deprecated.ItemStack.getItem()
Returns the item of this stack.Item.getRecipeRemainder()
Gets the remainder item that should be left behind when this item is used as a crafting ingredient.private static Item
private static Item
private static Item
protected static Item
private static Item
private static Item
Items.register
(Identifier id, Item item) Modifier and TypeMethodDescriptionItem.getRegistryEntry()
Deprecated.ItemStack.getRegistryEntry()
ItemStack.streamTags()
Returns a stream of all tags the item is in.Modifier and TypeMethodDescriptionprivate static void
ItemGroups.addInstruments
(ItemGroup.Entries entries, RegistryWrapper<Instrument> registryWrapper, Item item, TagKey<Instrument> instrumentTag, ItemGroup.StackVisibility visibility) private static void
ItemGroups.addPotions
(ItemGroup.Entries entries, RegistryWrapper<Potion> registryWrapper, Item item, ItemGroup.StackVisibility visibility) void
BlockItem.appendBlocks
(Map<Block, Item> map, Item item) void
VerticallyAttachableBlockItem.appendBlocks
(Map<Block, Item> map, Item item) default TypedActionResult<ItemStack>
Equipment.equipAndSwap
(Item item, World world, PlayerEntity user, Hand hand) static int
Returns the raw ID ofitem
, or 0 if passednull
.static ItemStack
GoatHornItem.getStackForInstrument
(Item item, RegistryEntry<Instrument> instrument) static boolean
CrossbowItem.hasProjectile
(ItemStack crossbow, Item projectile) boolean
Returns whether the item isitem
.Item.Settings.recipeRemainder
(Item recipeRemainder) Sets the recipe remainder for any item configured with this Settings instance.private static Item
protected static Item
private static Item
Items.register
(Identifier id, Item item) Modifier and TypeMethodDescriptionvoid
BlockItem.appendBlocks
(Map<Block, Item> map, Item item) void
VerticallyAttachableBlockItem.appendBlocks
(Map<Block, Item> map, Item item) boolean
Returns whether the item is intag
.boolean
ItemStack.itemMatches
(Predicate<RegistryEntry<Item>> predicate) Returns whether the item's registry entry passes thepredicate
.boolean
ItemStack.itemMatches
(RegistryEntry<Item> itemEntry) Returns whether the item's registry entry matchesitemEntry
.ModifierConstructorDescriptionItemStack
(RegistryEntry<Item> entry) ItemStack
(RegistryEntry<Item> itemEntry, int count) -
Uses of Item in net.minecraft.item.trim
Modifier and TypeFieldDescriptionprivate final RegistryEntry<Item>
ArmorTrimMaterial.ingredient
The field for theingredient
record component.private final RegistryEntry<Item>
ArmorTrimPattern.templateItem
The field for thetemplateItem
record component.Modifier and TypeMethodDescriptionArmorTrimMaterial.ingredient()
Returns the value of theingredient
record component.ArmorTrimPattern.templateItem()
Returns the value of thetemplateItem
record component.Modifier and TypeMethodDescriptionstatic ArmorTrimMaterial
ArmorTrimMaterial.of
(String assetName, Item ingredient, float itemModelIndex, Text description, Map<ArmorMaterials, String> overrideArmorMaterials) private static void
ArmorTrimMaterials.register
(Registerable<ArmorTrimMaterial> registry, RegistryKey<ArmorTrimMaterial> key, Item ingredient, Style style, float itemModelIndex) private static void
ArmorTrimMaterials.register
(Registerable<ArmorTrimMaterial> registry, RegistryKey<ArmorTrimMaterial> key, Item ingredient, Style style, float itemModelIndex, Map<ArmorMaterials, String> overrideArmorMaterials) private static void
ArmorTrimPatterns.register
(Registerable<ArmorTrimPattern> registry, Item template, RegistryKey<ArmorTrimPattern> key) ModifierConstructorDescriptionArmorTrimMaterial
(String string, RegistryEntry<Item> registryEntry, float float2, Map<ArmorMaterials, String> map, Text text) ArmorTrimPattern
(Identifier identifier, RegistryEntry<Item> registryEntry, Text text) -
Uses of Item in net.minecraft.loot.entry
Modifier and TypeMethodDescriptionstatic LeafEntry.Builder<?>
static LeafEntry.Builder<?>
TagEntry.expandBuilder
(TagKey<Item> name) ModifierConstructorDescription(package private)
ItemEntry
(Item item, int weight, int quality, LootCondition[] conditions, LootFunction[] functions) ModifierConstructorDescription(package private)
TagEntry
(TagKey<Item> name, boolean expand, int weight, int quality, LootCondition[] conditions, LootFunction[] functions) -
Uses of Item in net.minecraft.network.packet.s2c.play
-
Uses of Item in net.minecraft.predicate.item
Modifier and TypeFieldDescriptionItemPredicate.Builder.item
ItemPredicate.items
ItemPredicate.Builder.tag
ItemPredicate.tag
Modifier and TypeMethodDescriptionModifierConstructorDescriptionItemPredicate
(@Nullable TagKey<Item> tag, @Nullable Set<Item> items, NumberRange.IntRange count, NumberRange.IntRange durability, EnchantmentPredicate[] enchantments, EnchantmentPredicate[] storedEnchantments, @Nullable Potion potion, NbtPredicate nbt) ItemPredicate
(@Nullable TagKey<Item> tag, @Nullable Set<Item> items, NumberRange.IntRange count, NumberRange.IntRange durability, EnchantmentPredicate[] enchantments, EnchantmentPredicate[] storedEnchantments, @Nullable Potion potion, NbtPredicate nbt) -
Uses of Item in net.minecraft.recipe
Modifier and TypeFieldDescriptionprivate static final List<BrewingRecipeRegistry.Recipe<Item>>
BrewingRecipeRegistry.ITEM_RECIPES
Ingredient.TagEntry.tag
private static final Map<Item,
FireworkRocketItem.Type> FireworkStarRecipe.TYPE_MODIFIER_MAP
Modifier and TypeMethodDescriptionprivate static void
BrewingRecipeRegistry.registerItemRecipe
(Item input, Item ingredient, Item output) private static void
BrewingRecipeRegistry.registerPotionRecipe
(Potion input, Item item, Potion output) private static void
BrewingRecipeRegistry.registerPotionType
(Item item) -
Uses of Item in net.minecraft.registry
Modifier and TypeFieldDescriptionstatic final DefaultedRegistry<Item>
Registries.ITEM
static final RegistryKey<Registry<Item>>
RegistryKeys.ITEM
-
Uses of Item in net.minecraft.registry.tag
Modifier and TypeFieldDescriptionItemTags.ACACIA_LOGS
ItemTags.ANVIL
ItemTags.ARROWS
ItemTags.AXES
ItemTags.AXOLOTL_TEMPT_ITEMS
ItemTags.BAMBOO_BLOCKS
ItemTags.BANNERS
ItemTags.BEACON_PAYMENT_ITEMS
ItemTags.BEDS
ItemTags.BIRCH_LOGS
ItemTags.BOATS
ItemTags.BOOKSHELF_BOOKS
ItemTags.BREAKS_DECORATED_POTS
ItemTags.BUTTONS
ItemTags.CANDLES
ItemTags.CHERRY_LOGS
ItemTags.CHEST_BOATS
ItemTags.CLUSTER_MAX_HARVESTABLES
ItemTags.COAL_ORES
ItemTags.COALS
ItemTags.COMPASSES
ItemTags.COMPLETES_FIND_TREE_TUTORIAL
ItemTags.COPPER_ORES
ItemTags.CREEPER_DROP_MUSIC_DISCS
ItemTags.CREEPER_IGNITERS
ItemTags.CRIMSON_STEMS
ItemTags.DAMPENS_VIBRATIONS
ItemTags.DARK_OAK_LOGS
ItemTags.DECORATED_POT_SHARDS
ItemTags.DIAMOND_ORES
ItemTags.DIRT
ItemTags.DOORS
ItemTags.EMERALD_ORES
ItemTags.FENCE_GATES
ItemTags.FENCES
ItemTags.FISHES
ItemTags.FLOWERS
ItemTags.FOX_FOOD
ItemTags.FREEZE_IMMUNE_WEARABLES
ItemTags.GOLD_ORES
ItemTags.HANGING_SIGNS
ItemTags.HOES
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.MANGROVE_LOGS
ItemTags.MUSIC_DISCS
ItemTags.NON_FLAMMABLE_WOOD
ItemTags.NOTEBLOCK_TOP_INSTRUMENTS
ItemTags.OAK_LOGS
ItemTags.PICKAXES
ItemTags.PIGLIN_FOOD
ItemTags.PIGLIN_LOVED
ItemTags.PIGLIN_REPELLENTS
ItemTags.PLANKS
ItemTags.RAILS
ItemTags.REDSTONE_ORES
ItemTags.SAND
ItemTags.SAPLINGS
ItemTags.SHOVELS
ItemTags.SIGNS
ItemTags.SLABS
ItemTags.SMALL_FLOWERS
ItemTags.SMELTS_TO_GLASS
ItemTags.SNIFFER_FOOD
ItemTags.SOUL_FIRE_BASE_BLOCKS
ItemTags.SPRUCE_LOGS
ItemTags.STAIRS
ItemTags.STONE_BRICKS
ItemTags.STONE_CRAFTING_MATERIALS
ItemTags.STONE_TOOL_MATERIALS
ItemTags.SWORDS
ItemTags.TALL_FLOWERS
ItemTags.TERRACOTTA
ItemTags.TOOLS
ItemTags.TRAPDOORS
ItemTags.TRIM_MATERIALS
ItemTags.TRIM_TEMPLATES
ItemTags.TRIMMABLE_ARMOR
ItemTags.WALLS
ItemTags.WARPED_STEMS
ItemTags.WART_BLOCKS
ItemTags.WOODEN_BUTTONS
ItemTags.WOODEN_DOORS
ItemTags.WOODEN_FENCES
ItemTags.WOODEN_PRESSURE_PLATES
ItemTags.WOODEN_SLABS
ItemTags.WOODEN_STAIRS
ItemTags.WOODEN_TRAPDOORS
ItemTags.WOOL
ItemTags.WOOL_CARPETS
-
Uses of Item in net.minecraft.server.command
Modifier and TypeFieldDescriptionprivate static final Map<com.mojang.datafixers.util.Pair<ArmorMaterial,
EquipmentSlot>, Item> SpawnArmorTrimsCommand.ARMOR_PIECES
-
Uses of Item in net.minecraft.server.network
Modifier and TypeMethodDescriptionprotected void
ServerItemCooldownManager.onCooldownUpdate
(Item item) protected void
ServerItemCooldownManager.onCooldownUpdate
(Item item, int duration) -
Uses of Item in net.minecraft.stat
-
Uses of Item in net.minecraft.test
Modifier and TypeMethodDescriptionvoid
TestContext.dontExpectItemAt
(Item item, BlockPos pos, double radius) void
TestContext.expectContainerWith
(long delay, BlockPos pos, Item item) void
TestContext.expectContainerWith
(BlockPos pos, Item item) <E extends LivingEntity>
voidTestContext.expectEntityHoldingItem
(BlockPos pos, EntityType<E> entityType, Item item) <E extends Entity & InventoryOwner>
voidTestContext.expectEntityWithItem
(BlockPos pos, EntityType<E> entityType, Item item) void
TestContext.expectItemAt
(Item item, BlockPos pos, double radius) void
TestContext.expectItemsAt
(Item item, BlockPos pos, double radius, int amount) -
Uses of Item in net.minecraft.text
ModifierConstructorDescription(package private)
ItemStackContent
(Item item, int count, @Nullable NbtCompound nbt) -
Uses of Item in net.minecraft.util
Modifier and TypeMethodDescriptionstatic Item
JsonHelper.asItem
(JsonElement element, String name) static Item
JsonHelper.getItem
(JsonObject object, String key) JsonHelper.getItem
(JsonObject object, String key, @Nullable Item defaultItem) -
Uses of Item in net.minecraft.village
Modifier and TypeFieldDescriptionprivate final Item
TradeOffers.BuyForOneEmeraldFactory.buy
private final Item
TradeOffers.SellPotionHoldingItemFactory.secondBuy
private final Item
TradeOffers.SellDyedArmorFactory.sell
Modifier and TypeFieldDescriptionprivate final ImmutableSet<Item>
VillagerProfession.gatherableItems
The field for thegatherableItems
record component.private final Map<VillagerType,
Item> TradeOffers.TypeAwareBuyForOneEmeraldFactory.map
Modifier and TypeMethodDescriptionVillagerProfession.gatherableItems()
Returns the value of thegatherableItems
record component.Modifier and TypeMethodDescriptionprivate static VillagerProfession
VillagerProfession.register
(String id, Predicate<RegistryEntry<PointOfInterestType>> heldWorkstation, Predicate<RegistryEntry<PointOfInterestType>> acquirableWorkstation, ImmutableSet<Item> gatherableItems, ImmutableSet<Block> secondaryJobSites, @Nullable SoundEvent workSound) private static VillagerProfession
VillagerProfession.register
(String id, RegistryKey<PointOfInterestType> heldWorkstation, ImmutableSet<Item> gatherableItems, ImmutableSet<Block> secondaryJobSites, @Nullable SoundEvent workSound) ModifierConstructorDescriptionProcessItemFactory
(ItemConvertible item, int secondCount, int price, Item sellItem, int sellCount, int maxUses, int experience) ProcessItemFactory
(ItemConvertible item, int secondCount, Item sellItem, int sellCount, int maxUses, int experience) SellDyedArmorFactory
(Item item, int price) SellDyedArmorFactory
(Item item, int price, int maxUses, int experience) SellEnchantedToolFactory
(Item item, int basePrice, int maxUses, int experience) SellEnchantedToolFactory
(Item item, int basePrice, int maxUses, int experience, float multiplier) SellItemFactory
(Item item, int price, int count, int experience) SellItemFactory
(Item item, int price, int count, int maxUses, int experience) SellPotionHoldingItemFactory
(Item arrow, int secondCount, Item tippedArrow, int sellCount, int price, int maxUses, int experience) ModifierConstructorDescriptionTypeAwareBuyForOneEmeraldFactory
(int count, int maxUses, int experience, Map<VillagerType, Item> map) VillagerProfession
(String id, Predicate<RegistryEntry<PointOfInterestType>> predicate, Predicate<RegistryEntry<PointOfInterestType>> predicate2, ImmutableSet<Item> immutableSet, ImmutableSet<Block> immutableSet2, @Nullable SoundEvent soundEvent) -
Uses of Item in net.minecraft.world.gen
Modifier and TypeFieldDescriptionprivate final RegistryEntry<Item>
FlatLevelGeneratorPreset.displayItem
The field for thedisplayItem
record component.Modifier and TypeMethodDescriptionFlatLevelGeneratorPreset.displayItem()
Returns the value of thedisplayItem
record component.ModifierConstructorDescriptionFlatLevelGeneratorPreset
(RegistryEntry<Item> registryEntry, FlatChunkGeneratorConfig flatChunkGeneratorConfig)
Block.asItem()