Class WallStandingBlockItem

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

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

    • wallBlock

      protected final Block wallBlock
      Mappings:
      Namespace Name Mixin selector
      official c Lced;c:Lclw;
      intermediary field_8918 Lnet/minecraft/class_1827;field_8918:Lnet/minecraft/class_2248;
      named wallBlock Lnet/minecraft/item/WallStandingBlockItem;wallBlock:Lnet/minecraft/block/Block;
    • field_40240

      private final Direction field_40240
      Mappings:
      Namespace Name Mixin selector
      official b Lced;b:Lgw;
      intermediary field_40240 Lnet/minecraft/class_1827;field_40240:Lnet/minecraft/class_2350;
      named field_40240 Lnet/minecraft/item/WallStandingBlockItem;field_40240:Lnet/minecraft/util/math/Direction;
  • Constructor Details

    • WallStandingBlockItem

      public WallStandingBlockItem(Block standingBlock, Block wallBlock, Item.Settings settings, Direction direction)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lced;<init>(Lclw;Lclw;Lccs$a;Lgw;)V
      intermediary <init> Lnet/minecraft/class_1827;<init>(Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;Lnet/minecraft/class_1792$class_1793;Lnet/minecraft/class_2350;)V
      named <init> Lnet/minecraft/item/WallStandingBlockItem;<init>(Lnet/minecraft/block/Block;Lnet/minecraft/block/Block;Lnet/minecraft/item/Item$Settings;Lnet/minecraft/util/math/Direction;)V
  • Method Details

    • method_45431

      protected boolean method_45431(WorldView worldView, BlockState blockState, BlockPos blockPos)
      Mappings:
      Namespace Name Mixin selector
      official a Lced;a(Lcjc;Lcxu;Lgr;)Z
      intermediary method_45431 Lnet/minecraft/class_1827;method_45431(Lnet/minecraft/class_4538;Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;)Z
      named method_45431 Lnet/minecraft/item/WallStandingBlockItem;method_45431(Lnet/minecraft/world/WorldView;Lnet/minecraft/block/BlockState;Lnet/minecraft/util/math/BlockPos;)Z
    • getPlacementState

      @Nullable protected @Nullable BlockState getPlacementState(ItemPlacementContext context)
      Overrides:
      getPlacementState in class BlockItem
      Mappings:
      Namespace Name Mixin selector
      official c Lcau;c(Lcex;)Lcxu;
      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 Lcau;a(Ljava/util/Map;Lccs;)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