Package net.minecraft

Class class_5953

java.lang.Object
net.minecraft.item.Item
net.minecraft.class_5953
All Implemented Interfaces:
ItemConvertible

public class class_5953
extends Item
Mappings:
Namespace Name
official bou
intermediary net/minecraft/class_5953
named net/minecraft/class_5953
  • Field Details

    • field_29560

      public static final Supplier<BiMap<Block,​Block>> field_29560
      Mappings:
      Namespace Name Mixin selector
      official a Lbou;a:Ljava/util/function/Supplier;
      intermediary field_29560 Lnet/minecraft/class_5953;field_29560:Ljava/util/function/Supplier;
      named field_29560 Lnet/minecraft/class_5953;field_29560:Ljava/util/function/Supplier;
    • field_29561

      public static final Supplier<BiMap<Block,​Block>> field_29561
      Mappings:
      Namespace Name Mixin selector
      official b Lbou;b:Ljava/util/function/Supplier;
      intermediary field_29561 Lnet/minecraft/class_5953;field_29561:Ljava/util/function/Supplier;
      named field_29561 Lnet/minecraft/class_5953;field_29561:Ljava/util/function/Supplier;
  • Constructor Details

    • class_5953

      public class_5953​(Item.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbow;<init>(Lbow$a;)V
      intermediary <init> Lnet/minecraft/class_1792;<init>(Lnet/minecraft/class_1792$class_1793;)V
      named <init> Lnet/minecraft/item/Item;<init>(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 Lbow;a(Lbrc;)Laqs;
      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;
    • method_34720

      public static Optional<BlockState> method_34720​(BlockState blockState)
      Mappings:
      Namespace Name Mixin selector
      official a Lbou;a(Lciz;)Ljava/util/Optional;
      intermediary method_34720 Lnet/minecraft/class_5953;method_34720(Lnet/minecraft/class_2680;)Ljava/util/Optional;
      named method_34720 Lnet/minecraft/class_5953;method_34720(Lnet/minecraft/block/BlockState;)Ljava/util/Optional;