Class TrapdoorBlock

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

public class TrapdoorBlock extends HorizontalFacingBlock implements Waterloggable
Mappings:
Namespace Name
official cux
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 Lcux;a:Lczj;
      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 Lcux;b:Lczq;
      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 Lcux;c:Lczj;
      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 Lcux;d:Lczj;
      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 Lcux;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 Lcux;f:Leaw;
      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 Lcux;g:Leaw;
      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 Lcux;h:Leaw;
      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 Lcux;i:Leaw;
      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 Lcux;j:Leaw;
      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 Lcux;k:Leaw;
      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;
    • closeSound

      private final SoundEvent closeSound
      Mappings:
      Namespace Name Mixin selector
      official l Lcux;l:Laln;
      intermediary field_40317 Lnet/minecraft/class_2533;field_40317:Lnet/minecraft/class_3414;
      named closeSound Lnet/minecraft/block/TrapdoorBlock;closeSound:Lnet/minecraft/sound/SoundEvent;
    • openSound

      private final SoundEvent openSound
      Mappings:
      Namespace Name Mixin selector
      official m Lcux;m:Laln;
      intermediary field_40318 Lnet/minecraft/class_2533;field_40318:Lnet/minecraft/class_3414;
      named openSound Lnet/minecraft/block/TrapdoorBlock;openSound:Lnet/minecraft/sound/SoundEvent;
  • Constructor Details

    • TrapdoorBlock

      protected TrapdoorBlock(AbstractBlock.Settings settings, SoundEvent closeSound, SoundEvent openSound)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcux;<init>(Lcyr$c;Laln;Laln;)V
      intermediary <init> Lnet/minecraft/class_2533;<init>(Lnet/minecraft/class_4970$class_2251;Lnet/minecraft/class_3414;Lnet/minecraft/class_3414;)V
      named <init> Lnet/minecraft/block/TrapdoorBlock;<init>(Lnet/minecraft/block/AbstractBlock$Settings;Lnet/minecraft/sound/SoundEvent;Lnet/minecraft/sound/SoundEvent;)V
  • Method Details