Class TrapdoorBlock

All Implemented Interfaces:
FluidDrainable, FluidFillable, Waterloggable, ItemConvertible

public class TrapdoorBlock extends HorizontalFacingBlock implements Waterloggable
Mappings:
Namespace Name
official crv
intermediary net/minecraft/class_2533
named net/minecraft/block/TrapdoorBlock
  • Field Details

    • OPEN

      public static final BooleanProperty OPEN
      Mappings:
      Namespace Name Mixin selector
      official a Lcrv;a:Lcwf;
      intermediary field_11631 Lnet/minecraft/class_2533;field_11631:Lnet/minecraft/class_2746;
      named OPEN Lnet/minecraft/block/TrapdoorBlock;OPEN:Lnet/minecraft/state/property/BooleanProperty;
    • HALF

      public static final EnumProperty<BlockHalf> HALF
      Mappings:
      Namespace Name Mixin selector
      official b Lcrv;b:Lcwm;
      intermediary field_11625 Lnet/minecraft/class_2533;field_11625:Lnet/minecraft/class_2754;
      named HALF Lnet/minecraft/block/TrapdoorBlock;HALF:Lnet/minecraft/state/property/EnumProperty;
    • POWERED

      public static final BooleanProperty POWERED
      Mappings:
      Namespace Name Mixin selector
      official c Lcrv;c:Lcwf;
      intermediary field_11629 Lnet/minecraft/class_2533;field_11629:Lnet/minecraft/class_2746;
      named POWERED Lnet/minecraft/block/TrapdoorBlock;POWERED:Lnet/minecraft/state/property/BooleanProperty;
    • WATERLOGGED

      public static final BooleanProperty WATERLOGGED
      Mappings:
      Namespace Name Mixin selector
      official d Lcrv;d:Lcwf;
      intermediary field_11626 Lnet/minecraft/class_2533;field_11626:Lnet/minecraft/class_2746;
      named WATERLOGGED Lnet/minecraft/block/TrapdoorBlock;WATERLOGGED:Lnet/minecraft/state/property/BooleanProperty;
    • field_31266

      protected static final int field_31266
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official e Lcrv;e:I
      intermediary field_31266 Lnet/minecraft/class_2533;field_31266:I
      named field_31266 Lnet/minecraft/block/TrapdoorBlock;field_31266:I
    • EAST_SHAPE

      protected static final VoxelShape EAST_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official f Lcrv;f:Ldxj;
      intermediary field_11627 Lnet/minecraft/class_2533;field_11627:Lnet/minecraft/class_265;
      named EAST_SHAPE Lnet/minecraft/block/TrapdoorBlock;EAST_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • WEST_SHAPE

      protected static final VoxelShape WEST_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official g Lcrv;g:Ldxj;
      intermediary field_11630 Lnet/minecraft/class_2533;field_11630:Lnet/minecraft/class_265;
      named WEST_SHAPE Lnet/minecraft/block/TrapdoorBlock;WEST_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • SOUTH_SHAPE

      protected static final VoxelShape SOUTH_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official h Lcrv;h:Ldxj;
      intermediary field_11624 Lnet/minecraft/class_2533;field_11624:Lnet/minecraft/class_265;
      named SOUTH_SHAPE Lnet/minecraft/block/TrapdoorBlock;SOUTH_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • NORTH_SHAPE

      protected static final VoxelShape NORTH_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official i Lcrv;i:Ldxj;
      intermediary field_11633 Lnet/minecraft/class_2533;field_11633:Lnet/minecraft/class_265;
      named NORTH_SHAPE Lnet/minecraft/block/TrapdoorBlock;NORTH_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • OPEN_BOTTOM_SHAPE

      protected static final VoxelShape OPEN_BOTTOM_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official j Lcrv;j:Ldxj;
      intermediary field_11632 Lnet/minecraft/class_2533;field_11632:Lnet/minecraft/class_265;
      named OPEN_BOTTOM_SHAPE Lnet/minecraft/block/TrapdoorBlock;OPEN_BOTTOM_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • OPEN_TOP_SHAPE

      protected static final VoxelShape OPEN_TOP_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official k Lcrv;k:Ldxj;
      intermediary field_11628 Lnet/minecraft/class_2533;field_11628:Lnet/minecraft/class_265;
      named OPEN_TOP_SHAPE Lnet/minecraft/block/TrapdoorBlock;OPEN_TOP_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
  • Constructor Details

    • TrapdoorBlock

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