Class TrapdoorBlock

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

public class TrapdoorBlock extends HorizontalFacingBlock implements Waterloggable
Mappings:
Namespace Name
official cxx
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 Lcxx;a:Ldcp;
      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 Lcxx;b:Ldcw;
      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 Lcxx;c:Ldcp;
      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 Lcxx;d:Ldcp;
      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 Lcxx;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 Lcxx;f:Leet;
      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 Lcxx;g:Leet;
      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 Lcxx;h:Leet;
      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 Lcxx;i:Leet;
      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 Lcxx;j:Leet;
      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 Lcxx;k:Leet;
      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;
    • blockSetType

      private final BlockSetType blockSetType
      Mappings:
      Namespace Name Mixin selector
      official l Lcxx;l:Ldcn;
      intermediary field_42779 Lnet/minecraft/class_2533;field_42779:Lnet/minecraft/class_8177;
      named blockSetType Lnet/minecraft/block/TrapdoorBlock;blockSetType:Lnet/minecraft/block/BlockSetType;
  • Constructor Details

    • TrapdoorBlock

      protected TrapdoorBlock(AbstractBlock.Settings settings, BlockSetType blockSetType)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcxx;<init>(Ldbx$d;Ldcn;)V
      intermediary <init> Lnet/minecraft/class_2533;<init>(Lnet/minecraft/class_4970$class_2251;Lnet/minecraft/class_8177;)V
      named <init> Lnet/minecraft/block/TrapdoorBlock;<init>(Lnet/minecraft/block/AbstractBlock$Settings;Lnet/minecraft/block/BlockSetType;)V
  • Method Details