Class DoorBlock

All Implemented Interfaces:
ItemConvertible, ToggleableFeature

public class DoorBlock extends Block
Mappings:
Namespace Name
official cri
intermediary net/minecraft/class_2323
named net/minecraft/block/DoorBlock
  • Field Details

    • FACING

      public static final DirectionProperty FACING
      Mappings:
      Namespace Name Mixin selector
      official a Lcri;a:Ldcn;
      intermediary field_10938 Lnet/minecraft/class_2323;field_10938:Lnet/minecraft/class_2753;
      named FACING Lnet/minecraft/block/DoorBlock;FACING:Lnet/minecraft/state/property/DirectionProperty;
    • OPEN

      public static final BooleanProperty OPEN
      Mappings:
      Namespace Name Mixin selector
      official b Lcri;b:Ldck;
      intermediary field_10945 Lnet/minecraft/class_2323;field_10945:Lnet/minecraft/class_2746;
      named OPEN Lnet/minecraft/block/DoorBlock;OPEN:Lnet/minecraft/state/property/BooleanProperty;
    • HINGE

      public static final EnumProperty<DoorHinge> HINGE
      Mappings:
      Namespace Name Mixin selector
      official c Lcri;c:Ldcr;
      intermediary field_10941 Lnet/minecraft/class_2323;field_10941:Lnet/minecraft/class_2754;
      named HINGE Lnet/minecraft/block/DoorBlock;HINGE:Lnet/minecraft/state/property/EnumProperty;
    • POWERED

      public static final BooleanProperty POWERED
      Mappings:
      Namespace Name Mixin selector
      official d Lcri;d:Ldck;
      intermediary field_10940 Lnet/minecraft/class_2323;field_10940:Lnet/minecraft/class_2746;
      named POWERED Lnet/minecraft/block/DoorBlock;POWERED:Lnet/minecraft/state/property/BooleanProperty;
    • HALF

      public static final EnumProperty<DoubleBlockHalf> HALF
      Mappings:
      Namespace Name Mixin selector
      official e Lcri;e:Ldcr;
      intermediary field_10946 Lnet/minecraft/class_2323;field_10946:Lnet/minecraft/class_2754;
      named HALF Lnet/minecraft/block/DoorBlock;HALF:Lnet/minecraft/state/property/EnumProperty;
    • field_31083

      protected static final float field_31083
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official f Lcri;f:F
      intermediary field_31083 Lnet/minecraft/class_2323;field_31083:F
      named field_31083 Lnet/minecraft/block/DoorBlock;field_31083:F
    • NORTH_SHAPE

      protected static final VoxelShape NORTH_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official g Lcri;g:Leen;
      intermediary field_10942 Lnet/minecraft/class_2323;field_10942:Lnet/minecraft/class_265;
      named NORTH_SHAPE Lnet/minecraft/block/DoorBlock;NORTH_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • SOUTH_SHAPE

      protected static final VoxelShape SOUTH_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official h Lcri;h:Leen;
      intermediary field_10939 Lnet/minecraft/class_2323;field_10939:Lnet/minecraft/class_265;
      named SOUTH_SHAPE Lnet/minecraft/block/DoorBlock;SOUTH_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • EAST_SHAPE

      protected static final VoxelShape EAST_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official i Lcri;i:Leen;
      intermediary field_10944 Lnet/minecraft/class_2323;field_10944:Lnet/minecraft/class_265;
      named EAST_SHAPE Lnet/minecraft/block/DoorBlock;EAST_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • WEST_SHAPE

      protected static final VoxelShape WEST_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official j Lcri;j:Leen;
      intermediary field_10943 Lnet/minecraft/class_2323;field_10943:Lnet/minecraft/class_265;
      named WEST_SHAPE Lnet/minecraft/block/DoorBlock;WEST_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • blockSetType

      private final BlockSetType blockSetType
      Mappings:
      Namespace Name Mixin selector
      official k Lcri;k:Ldci;
      intermediary field_42757 Lnet/minecraft/class_2323;field_42757:Lnet/minecraft/class_8177;
      named blockSetType Lnet/minecraft/block/DoorBlock;blockSetType:Lnet/minecraft/block/BlockSetType;
  • Constructor Details

    • DoorBlock

      protected DoorBlock(AbstractBlock.Settings settings, BlockSetType blockSetType)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcri;<init>(Ldbs$d;Ldci;)V
      intermediary <init> Lnet/minecraft/class_2323;<init>(Lnet/minecraft/class_4970$class_2251;Lnet/minecraft/class_8177;)V
      named <init> Lnet/minecraft/block/DoorBlock;<init>(Lnet/minecraft/block/AbstractBlock$Settings;Lnet/minecraft/block/BlockSetType;)V
  • Method Details