Class ShulkerBoxBlock

All Implemented Interfaces:
BlockEntityProvider, ItemConvertible, ToggleableFeature

public class ShulkerBoxBlock extends BlockWithEntity
Mappings:
Namespace Name
official czu
intermediary net/minecraft/class_2480
named net/minecraft/block/ShulkerBoxBlock
  • Field Details

    • field_41075

      private static final float field_41075
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Lczu;c:F
      intermediary field_41075 Lnet/minecraft/class_2480;field_41075:F
      named field_41075 Lnet/minecraft/block/ShulkerBoxBlock;field_41075:F
    • UP_SHAPE

      private static final VoxelShape UP_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official d Lczu;d:Leig;
      intermediary field_41076 Lnet/minecraft/class_2480;field_41076:Lnet/minecraft/class_265;
      named UP_SHAPE Lnet/minecraft/block/ShulkerBoxBlock;UP_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • DOWN_SHAPE

      private static final VoxelShape DOWN_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official e Lczu;e:Leig;
      intermediary field_41077 Lnet/minecraft/class_2480;field_41077:Lnet/minecraft/class_265;
      named DOWN_SHAPE Lnet/minecraft/block/ShulkerBoxBlock;DOWN_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • WEST_SHAPE

      private static final VoxelShape WEST_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official f Lczu;f:Leig;
      intermediary field_41078 Lnet/minecraft/class_2480;field_41078:Lnet/minecraft/class_265;
      named WEST_SHAPE Lnet/minecraft/block/ShulkerBoxBlock;WEST_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • EAST_SHAPE

      private static final VoxelShape EAST_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official g Lczu;g:Leig;
      intermediary field_41079 Lnet/minecraft/class_2480;field_41079:Lnet/minecraft/class_265;
      named EAST_SHAPE Lnet/minecraft/block/ShulkerBoxBlock;EAST_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • NORTH_SHAPE

      private static final VoxelShape NORTH_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official h Lczu;h:Leig;
      intermediary field_41080 Lnet/minecraft/class_2480;field_41080:Lnet/minecraft/class_265;
      named NORTH_SHAPE Lnet/minecraft/block/ShulkerBoxBlock;NORTH_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • SOUTH_SHAPE

      private static final VoxelShape SOUTH_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official i Lczu;i:Leig;
      intermediary field_41081 Lnet/minecraft/class_2480;field_41081:Lnet/minecraft/class_265;
      named SOUTH_SHAPE Lnet/minecraft/block/ShulkerBoxBlock;SOUTH_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • SIDES_SHAPES

      private static final Map<Direction,VoxelShape> SIDES_SHAPES
      Mappings:
      Namespace Name Mixin selector
      official j Lczu;j:Ljava/util/Map;
      intermediary field_41082 Lnet/minecraft/class_2480;field_41082:Ljava/util/Map;
      named SIDES_SHAPES Lnet/minecraft/block/ShulkerBoxBlock;SIDES_SHAPES:Ljava/util/Map;
    • FACING

      public static final EnumProperty<Direction> FACING
      Mappings:
      Namespace Name Mixin selector
      official a Lczu;a:Ldgh;
      intermediary field_11496 Lnet/minecraft/class_2480;field_11496:Lnet/minecraft/class_2754;
      named FACING Lnet/minecraft/block/ShulkerBoxBlock;FACING:Lnet/minecraft/state/property/EnumProperty;
    • CONTENTS_DYNAMIC_DROP_ID

      public static final Identifier CONTENTS_DYNAMIC_DROP_ID
      Mappings:
      Namespace Name Mixin selector
      official b Lczu;b:Laew;
      intermediary field_11495 Lnet/minecraft/class_2480;field_11495:Lnet/minecraft/class_2960;
      named CONTENTS_DYNAMIC_DROP_ID Lnet/minecraft/block/ShulkerBoxBlock;CONTENTS_DYNAMIC_DROP_ID:Lnet/minecraft/util/Identifier;
    • color

      @Nullable private final @Nullable DyeColor color
      Mappings:
      Namespace Name Mixin selector
      official k Lczu;k:Lcht;
      intermediary field_11494 Lnet/minecraft/class_2480;field_11494:Lnet/minecraft/class_1767;
      named color Lnet/minecraft/block/ShulkerBoxBlock;color:Lnet/minecraft/util/DyeColor;
  • Constructor Details

    • ShulkerBoxBlock

      public ShulkerBoxBlock(@Nullable @Nullable DyeColor color, AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lczu;<init>(Lcht;Ldfi$d;)V
      intermediary <init> Lnet/minecraft/class_2480;<init>(Lnet/minecraft/class_1767;Lnet/minecraft/class_4970$class_2251;)V
      named <init> Lnet/minecraft/block/ShulkerBoxBlock;<init>(Lnet/minecraft/util/DyeColor;Lnet/minecraft/block/AbstractBlock$Settings;)V
  • Method Details