Class EnderChestBlock

All Implemented Interfaces:
BlockEntityProvider, FluidDrainable, FluidFillable, Waterloggable, ItemConvertible, ToggleableFeature

public class EnderChestBlock extends AbstractChestBlock<EnderChestBlockEntity> implements Waterloggable
Mappings:
Namespace Name
official cvd
intermediary net/minecraft/class_2336
named net/minecraft/block/EnderChestBlock
  • Field Details

    • FACING

      public static final DirectionProperty FACING
      Mappings:
      Namespace Name Mixin selector
      official b Lcvd;b:Ldfy;
      intermediary field_10966 Lnet/minecraft/class_2336;field_10966:Lnet/minecraft/class_2753;
      named FACING Lnet/minecraft/block/EnderChestBlock;FACING:Lnet/minecraft/state/property/DirectionProperty;
    • WATERLOGGED

      public static final BooleanProperty WATERLOGGED
      Mappings:
      Namespace Name Mixin selector
      official c Lcvd;c:Ldfv;
      intermediary field_10968 Lnet/minecraft/class_2336;field_10968:Lnet/minecraft/class_2746;
      named WATERLOGGED Lnet/minecraft/block/EnderChestBlock;WATERLOGGED:Lnet/minecraft/state/property/BooleanProperty;
    • SHAPE

      protected static final VoxelShape SHAPE
      Mappings:
      Namespace Name Mixin selector
      official d Lcvd;d:Leib;
      intermediary field_10967 Lnet/minecraft/class_2336;field_10967:Lnet/minecraft/class_265;
      named SHAPE Lnet/minecraft/block/EnderChestBlock;SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • CONTAINER_NAME

      private static final Text CONTAINER_NAME
      Mappings:
      Namespace Name Mixin selector
      official e Lcvd;e:Lti;
      intermediary field_17363 Lnet/minecraft/class_2336;field_17363:Lnet/minecraft/class_2561;
      named CONTAINER_NAME Lnet/minecraft/block/EnderChestBlock;CONTAINER_NAME:Lnet/minecraft/text/Text;
  • Constructor Details

    • EnderChestBlock

      protected EnderChestBlock(AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldfd;<init>(Ldfd$d;)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