Class ShulkerBoxBlock

All Implemented Interfaces:
BlockEntityProvider, ItemConvertible, ToggleableFeature

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

    • CODEC

      public static final com.mojang.serialization.MapCodec<ShulkerBoxBlock> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lddw;a:Lcom/mojang/serialization/MapCodec;
      intermediary field_46440 Lnet/minecraft/class_2480;field_46440:Lcom/mojang/serialization/MapCodec;
      named CODEC Lnet/minecraft/block/ShulkerBoxBlock;CODEC:Lcom/mojang/serialization/MapCodec;
    • field_41075

      private static final float field_41075
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official d Lddw;d: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 e Lddw;e:Lemv;
      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 f Lddw;f:Lemv;
      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 g Lddw;g:Lemv;
      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 h Lddw;h:Lemv;
      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 i Lddw;i:Lemv;
      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 j Lddw;j:Lemv;
      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 k Lddw;k: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 b Lddw;b:Ldkn;
      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 c Lddw;c:Lahh;
      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 l Lddw;l:Lclv;
      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> Lddw;<init>(Lclv;Ldjo$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