Class WallStandingBlockItem

All Implemented Interfaces:
ItemConvertible
Direct Known Subclasses:
BannerItem, SignItem, SkullItem

public class WallStandingBlockItem extends BlockItem
Mappings:
Namespace Name
official bru
intermediary net/minecraft/class_1827
named net/minecraft/item/WallStandingBlockItem
  • Field Details

    • wallBlock

      protected final Block wallBlock
      Mappings:
      Namespace Name Mixin selector
      official d Lbru;d:Lbzo;
      intermediary field_8918 Lnet/minecraft/class_1827;field_8918:Lnet/minecraft/class_2248;
      named wallBlock Lnet/minecraft/item/WallStandingBlockItem;wallBlock:Lnet/minecraft/block/Block;
  • Constructor Details

    • WallStandingBlockItem

      public WallStandingBlockItem(Block standingBlock, Block wallBlock, Item.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbru;<init>(Lbzo;Lbzo;Lbql$a;)V
      intermediary <init> Lnet/minecraft/class_1827;<init>(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;Lnet/minecraft/class_1792$class_1793;)V
      named <init> Lnet/minecraft/item/WallStandingBlockItem;<init>(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;Lnet/minecraft/item/Item$Settings;)V
  • Method Details

    • getPlacementState

      @Nullable protected @Nullable BlockState getPlacementState(ItemPlacementContext context)
      Overrides:
      getPlacementState in class BlockItem
      Mappings:
      Namespace Name Mixin selector
      official c Lbot;c(Lbsp;)Lcks;
      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;
    • appendBlocks

      public void appendBlocks(Map<Block,Item> map, Item item)
      Overrides:
      appendBlocks in class BlockItem
      Mappings:
      Namespace Name Mixin selector
      official a Lbot;a(Ljava/util/Map;Lbql;)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