Class WallPiglinHeadBlock

All Implemented Interfaces:
BlockEntityProvider, ItemConvertible, Vanishable, Wearable, ToggleableFeature

public class WallPiglinHeadBlock extends WallSkullBlock
Mappings:
Namespace Name
official crz
intermediary net/minecraft/class_7938
named net/minecraft/block/WallPiglinHeadBlock
  • Field Details

    • SHAPES

      private static final Map<Direction,VoxelShape> SHAPES
      Mappings:
      Namespace Name Mixin selector
      official b Lcrz;b:Ljava/util/Map;
      intermediary field_41311 Lnet/minecraft/class_7938;field_41311:Ljava/util/Map;
      named SHAPES Lnet/minecraft/block/WallPiglinHeadBlock;SHAPES:Ljava/util/Map;
  • Constructor Details

    • WallPiglinHeadBlock

      public WallPiglinHeadBlock(AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcys;<init>(Lcys$c;)V
      intermediary <init> Lnet/minecraft/class_4970;<init>(Lnet/minecraft/class_4970$class_2251;)V
      named <init> Lnet/minecraft/block/AbstractBlock;<init>(Lnet/minecraft/block/AbstractBlock$Settings;)V
  • Method Details

    • getOutlineShape

      public VoxelShape getOutlineShape(BlockState state, BlockView world, BlockPos pos, ShapeContext context)
      Overrides:
      getOutlineShape in class WallSkullBlock
      Mappings:
      Namespace Name Mixin selector
      official a Lcys;a(Lcyt;Lcjc;Lgp;Leaj;)Leax;
      intermediary method_9530 Lnet/minecraft/class_4970;method_9530(Lnet/minecraft/class_2680;Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;Lnet/minecraft/class_3726;)Lnet/minecraft/class_265;
      named getOutlineShape Lnet/minecraft/block/AbstractBlock;getOutlineShape(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/BlockView;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/ShapeContext;)Lnet/minecraft/util/shape/VoxelShape;