Class BlockItem

java.lang.Object
net.minecraft.item.Item
net.minecraft.item.BlockItem
All Implemented Interfaces:
ItemConvertible
Direct Known Subclasses:
AliasedBlockItem, BedItem, CommandBlockItem, LilyPadItem, PowderSnowBucketItem, ScaffoldingItem, TallBlockItem, WallStandingBlockItem

public class BlockItem
extends Item
Mappings:
Namespace Name
official bma
intermediary net/minecraft/class_1747
named net/minecraft/item/BlockItem
  • Field Details

    • block

      @Deprecated private final Block block
      Deprecated.
      Mappings:
      Namespace Name Mixin selector
      official a Lbma;a:Lbwu;
      intermediary field_7901 Lnet/minecraft/class_1747;field_7901:Lnet/minecraft/class_2248;
      named block Lnet/minecraft/item/BlockItem;block:Lnet/minecraft/block/Block;
  • Constructor Details

    • BlockItem

      public BlockItem​(Block block, Item.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbma;<init>(Lbwu;Lbnr$a;)V
      intermediary <init> Lnet/minecraft/class_1747;<init>(Lnet/minecraft/class_2248;Lnet/minecraft/class_1792$class_1793;)V
      named <init> Lnet/minecraft/item/BlockItem;<init>(Lnet/minecraft/block/Block;Lnet/minecraft/item/Item$Settings;)V
  • Method Details

    • useOnBlock

      public ActionResult useOnBlock​(ItemUsageContext context)
      Called when an item is used on a block.

      This method is called on both the logical client and logical server, so take caution when using this method. The logical side can be checked using context.getWorld().isClient().

      Overrides:
      useOnBlock in class Item
      Parameters:
      context - the usage context
      Returns:
      an action result that specifies if using the item on a block was successful.
      Mappings:
      Namespace Name Mixin selector
      official a Lbnr;a(Lbpx;)Lapq;
      intermediary method_7884 Lnet/minecraft/class_1792;method_7884(Lnet/minecraft/class_1838;)Lnet/minecraft/class_1269;
      named useOnBlock Lnet/minecraft/item/Item;useOnBlock(Lnet/minecraft/item/ItemUsageContext;)Lnet/minecraft/util/ActionResult;
    • place

      public ActionResult place​(ItemPlacementContext context)
      Mappings:
      Namespace Name Mixin selector
      official a Lbma;a(Lbpv;)Lapq;
      intermediary method_7712 Lnet/minecraft/class_1747;method_7712(Lnet/minecraft/class_1750;)Lnet/minecraft/class_1269;
      named place Lnet/minecraft/item/BlockItem;place(Lnet/minecraft/item/ItemPlacementContext;)Lnet/minecraft/util/ActionResult;
    • getPlaceSound

      protected SoundEvent getPlaceSound​(BlockState state)
      Mappings:
      Namespace Name Mixin selector
      official a Lbma;a(Lcht;)Laef;
      intermediary method_19260 Lnet/minecraft/class_1747;method_19260(Lnet/minecraft/class_2680;)Lnet/minecraft/class_3414;
      named getPlaceSound Lnet/minecraft/item/BlockItem;getPlaceSound(Lnet/minecraft/block/BlockState;)Lnet/minecraft/sound/SoundEvent;
    • getPlacementContext

      @Nullable public ItemPlacementContext getPlacementContext​(ItemPlacementContext context)
      Mappings:
      Namespace Name Mixin selector
      official b Lbma;b(Lbpv;)Lbpv;
      intermediary method_16356 Lnet/minecraft/class_1747;method_16356(Lnet/minecraft/class_1750;)Lnet/minecraft/class_1750;
      named getPlacementContext Lnet/minecraft/item/BlockItem;getPlacementContext(Lnet/minecraft/item/ItemPlacementContext;)Lnet/minecraft/item/ItemPlacementContext;
    • postPlacement

      protected boolean postPlacement​(BlockPos pos, World world, @Nullable PlayerEntity player, ItemStack stack, BlockState state)
      Mappings:
      Namespace Name Mixin selector
      official a Lbma;a(Lfx;Lbtv;Lbhl;Lbnv;Lcht;)Z
      intermediary method_7710 Lnet/minecraft/class_1747;method_7710(Lnet/minecraft/class_2338;Lnet/minecraft/class_1937;Lnet/minecraft/class_1657;Lnet/minecraft/class_1799;Lnet/minecraft/class_2680;)Z
      named postPlacement Lnet/minecraft/item/BlockItem;postPlacement(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;)Z
    • getPlacementState

      @Nullable protected BlockState getPlacementState​(ItemPlacementContext context)
      Mappings:
      Namespace Name Mixin selector
      official c Lbma;c(Lbpv;)Lcht;
      intermediary method_7707 Lnet/minecraft/class_1747;method_7707(Lnet/minecraft/class_1750;)Lnet/minecraft/class_2680;
      named getPlacementState Lnet/minecraft/item/BlockItem;getPlacementState(Lnet/minecraft/item/ItemPlacementContext;)Lnet/minecraft/block/BlockState;
    • placeFromTag

      private BlockState placeFromTag​(BlockPos pos, World world, ItemStack stack, BlockState state)
      Mappings:
      Namespace Name Mixin selector
      official a Lbma;a(Lfx;Lbtv;Lbnv;Lcht;)Lcht;
      intermediary method_18084 Lnet/minecraft/class_1747;method_18084(Lnet/minecraft/class_2338;Lnet/minecraft/class_1937;Lnet/minecraft/class_1799;Lnet/minecraft/class_2680;)Lnet/minecraft/class_2680;
      named placeFromTag Lnet/minecraft/item/BlockItem;placeFromTag(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/World;Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;)Lnet/minecraft/block/BlockState;
    • with

      private static <T extends Comparable<T>> BlockState with​(BlockState state, Property<T> property, String name)
      Mappings:
      Namespace Name Mixin selector
      official a Lbma;a(Lcht;Lciw;Ljava/lang/String;)Lcht;
      intermediary method_18083 Lnet/minecraft/class_1747;method_18083(Lnet/minecraft/class_2680;Lnet/minecraft/class_2769;Ljava/lang/String;)Lnet/minecraft/class_2680;
      named with Lnet/minecraft/item/BlockItem;with(Lnet/minecraft/block/BlockState;Lnet/minecraft/state/property/Property;Ljava/lang/String;)Lnet/minecraft/block/BlockState;
    • canPlace

      protected boolean canPlace​(ItemPlacementContext context, BlockState state)
      Mappings:
      Namespace Name Mixin selector
      official b Lbma;b(Lbpv;Lcht;)Z
      intermediary method_7709 Lnet/minecraft/class_1747;method_7709(Lnet/minecraft/class_1750;Lnet/minecraft/class_2680;)Z
      named canPlace Lnet/minecraft/item/BlockItem;canPlace(Lnet/minecraft/item/ItemPlacementContext;Lnet/minecraft/block/BlockState;)Z
    • checkStatePlacement

      protected boolean checkStatePlacement()
      Mappings:
      Namespace Name Mixin selector
      official d Lbma;d()Z
      intermediary method_20360 Lnet/minecraft/class_1747;method_20360()Z
      named checkStatePlacement Lnet/minecraft/item/BlockItem;checkStatePlacement()Z
    • place

      protected boolean place​(ItemPlacementContext context, BlockState state)
      Mappings:
      Namespace Name Mixin selector
      official a Lbma;a(Lbpv;Lcht;)Z
      intermediary method_7708 Lnet/minecraft/class_1747;method_7708(Lnet/minecraft/class_1750;Lnet/minecraft/class_2680;)Z
      named place Lnet/minecraft/item/BlockItem;place(Lnet/minecraft/item/ItemPlacementContext;Lnet/minecraft/block/BlockState;)Z
    • writeTagToBlockEntity

      public static boolean writeTagToBlockEntity​(World world, @Nullable PlayerEntity player, BlockPos pos, ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      official a Lbma;a(Lbtv;Lbhl;Lfx;Lbnv;)Z
      intermediary method_7714 Lnet/minecraft/class_1747;method_7714(Lnet/minecraft/class_1937;Lnet/minecraft/class_1657;Lnet/minecraft/class_2338;Lnet/minecraft/class_1799;)Z
      named writeTagToBlockEntity Lnet/minecraft/item/BlockItem;writeTagToBlockEntity(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/item/ItemStack;)Z
    • getTranslationKey

      public String getTranslationKey()
      Gets the translation key of this item.
      Overrides:
      getTranslationKey in class Item
      Mappings:
      Namespace Name Mixin selector
      official a Lbnr;a()Ljava/lang/String;
      intermediary method_7876 Lnet/minecraft/class_1792;method_7876()Ljava/lang/String;
      named getTranslationKey Lnet/minecraft/item/Item;getTranslationKey()Ljava/lang/String;
    • appendStacks

      public void appendStacks​(ItemGroup group, DefaultedList<ItemStack> stacks)
      Overrides:
      appendStacks in class Item
      Mappings:
      Namespace Name Mixin selector
      official a Lbnr;a(Lbmm;Lgj;)V
      intermediary method_7850 Lnet/minecraft/class_1792;method_7850(Lnet/minecraft/class_1761;Lnet/minecraft/class_2371;)V
      named appendStacks Lnet/minecraft/item/Item;appendStacks(Lnet/minecraft/item/ItemGroup;Lnet/minecraft/util/collection/DefaultedList;)V
    • appendTooltip

      @Environment(CLIENT) public void appendTooltip​(ItemStack stack, @Nullable World world, List<Text> tooltip, TooltipContext context)
      Overrides:
      appendTooltip in class Item
      Mappings:
      Namespace Name Mixin selector
      official a Lbnr;a(Lbnv;Lbtv;Ljava/util/List;Lbpi;)V
      intermediary method_7851 Lnet/minecraft/class_1792;method_7851(Lnet/minecraft/class_1799;Lnet/minecraft/class_1937;Ljava/util/List;Lnet/minecraft/class_1836;)V
      named appendTooltip Lnet/minecraft/item/Item;appendTooltip(Lnet/minecraft/item/ItemStack;Lnet/minecraft/world/World;Ljava/util/List;Lnet/minecraft/client/item/TooltipContext;)V
    • getBlock

      public Block getBlock()
      Mappings:
      Namespace Name Mixin selector
      official e Lbma;e()Lbwu;
      intermediary method_7711 Lnet/minecraft/class_1747;method_7711()Lnet/minecraft/class_2248;
      named getBlock Lnet/minecraft/item/BlockItem;getBlock()Lnet/minecraft/block/Block;
    • appendBlocks

      public void appendBlocks​(Map<Block,​Item> map, Item item)
      Mappings:
      Namespace Name Mixin selector
      official a Lbma;a(Ljava/util/Map;Lbnr;)V
      intermediary method_7713 Lnet/minecraft/class_1747;method_7713(Ljava/util/Map;Lnet/minecraft/class_1792;)V
      named appendBlocks Lnet/minecraft/item/BlockItem;appendBlocks(Ljava/util/Map;Lnet/minecraft/item/Item;)V
    • hasStoredInventory

      public boolean hasStoredInventory()
      Overrides:
      hasStoredInventory in class Item
      Mappings:
      Namespace Name Mixin selector
      official f Lbnr;f()Z
      intermediary method_31568 Lnet/minecraft/class_1792;method_31568()Z
      named hasStoredInventory Lnet/minecraft/item/Item;hasStoredInventory()Z
    • onItemEntityDestroyed

      public void onItemEntityDestroyed​(ItemEntity entity)
      Overrides:
      onItemEntityDestroyed in class Item
      Mappings:
      Namespace Name Mixin selector
      official a Lbnr;a(Lbek;)V
      intermediary method_33261 Lnet/minecraft/class_1792;method_33261(Lnet/minecraft/class_1542;)V
      named onItemEntityDestroyed Lnet/minecraft/item/Item;onItemEntityDestroyed(Lnet/minecraft/entity/ItemEntity;)V