Uses of Interface
net.minecraft.item.Item.class_9635
Packages that use Item.class_9635
-
Uses of Item.class_9635 in net.minecraft.block
Methods in net.minecraft.block with parameters of type Item.class_9635Modifier and TypeMethodDescriptionvoidBlock.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext options) Appends tooltips to a stack of this block's corresponding block item.voidDecoratedPotBlock.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext options) Appends tooltips to a stack of this block's corresponding block item.voidShulkerBoxBlock.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext options) Appends tooltips to a stack of this block's corresponding block item.voidSpawnerBlock.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext options) Appends tooltips to a stack of this block's corresponding block item.voidTrialSpawnerBlock.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext options) Appends tooltips to a stack of this block's corresponding block item. -
Uses of Item.class_9635 in net.minecraft.item
Fields in net.minecraft.item declared as Item.class_9635Methods in net.minecraft.item that return Item.class_9635Modifier and TypeMethodDescriptionstatic Item.class_9635Item.class_9635.method_59528(@Nullable World world) static Item.class_9635Item.class_9635.method_59530(RegistryWrapper.WrapperLookup wrapperLookup) Methods in net.minecraft.item with parameters of type Item.class_9635Modifier and TypeMethodDescriptionvoidAirBlockItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidBannerItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidBannerPatternItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidBlockItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidBundleItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidCrossbowItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidDecorationItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidDiscFragmentItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidEntityBucketItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidFilledMapItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidFireworkRocketItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidFireworkStarItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidGoatHornItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidLingeringPotionItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidMusicDiscItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidOminousBottleItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidPotionItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidShieldItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidSmithingTemplateItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidSuspiciousStewItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidTippedArrowItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.voidWrittenBookItem.appendTooltip(ItemStack stack, Item.class_9635 class_9635, List<Text> tooltip, TooltipContext context) Called by the client to append tooltips to an item.ItemStack.getTooltip(Item.class_9635 class_9635, @Nullable PlayerEntity playerEntity, TooltipContext tooltipContext)