Class TrapdoorBlock

All Implemented Interfaces:
FluidDrainable, FluidFillable, Waterloggable, ItemConvertible, ToggleableFeature
Direct Known Subclasses:
OxidizableTrapdoorBlock

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

    • CODEC

      public static final com.mojang.serialization.MapCodec<TrapdoorBlock> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Ldlr;a:Lcom/mojang/serialization/MapCodec;
      intermediary field_46478 Lnet/minecraft/class_2533;field_46478:Lcom/mojang/serialization/MapCodec;
      named CODEC Lnet/minecraft/block/TrapdoorBlock;CODEC:Lcom/mojang/serialization/MapCodec;
    • OPEN

      public static final BooleanProperty OPEN
      Mappings:
      Namespace Name Mixin selector
      official b Ldlr;b:Ldqy;
      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 c Ldlr;c:Ldrf;
      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 d Ldlr;d:Ldqy;
      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 e Ldlr;e:Ldqy;
      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 f Ldlr;f: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 g Ldlr;g:Leui;
      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 h Ldlr;h:Leui;
      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 i Ldlr;i:Leui;
      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 j Ldlr;j:Leui;
      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 k Ldlr;k:Leui;
      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 l Ldlr;l:Leui;
      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 m Ldlr;m:Ldqw;
      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(BlockSetType type, AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldlr;<init>(Ldqw;Ldqg$d;)V
      intermediary <init> Lnet/minecraft/class_2533;<init>(Lnet/minecraft/class_8177;Lnet/minecraft/class_4970$class_2251;)V
      named <init> Lnet/minecraft/block/TrapdoorBlock;<init>(Lnet/minecraft/block/BlockSetType;Lnet/minecraft/block/AbstractBlock$Settings;)V
  • Method Details