Class StairsBlock

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

public class StairsBlock extends Block implements Waterloggable
Mappings:
Namespace Name
named net/minecraft/block/StairsBlock
intermediary net/minecraft/class_2510
official dvs
  • Field Details Link icon

    • CODEC Link icon

      public static final com.mojang.serialization.MapCodec<StairsBlock> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/block/StairsBlock;CODEC:Lcom/mojang/serialization/MapCodec;
      intermediary field_46460 Lnet/minecraft/class_2510;field_46460:Lcom/mojang/serialization/MapCodec;
      official a Ldvs;a:Lcom/mojang/serialization/MapCodec;
    • FACING Link icon

      public static final EnumProperty<Direction> FACING
      Mappings:
      Namespace Name Mixin selector
      named FACING Lnet/minecraft/block/StairsBlock;FACING:Lnet/minecraft/state/property/EnumProperty;
      intermediary field_11571 Lnet/minecraft/class_2510;field_11571:Lnet/minecraft/class_2754;
      official b Ldvs;b:Leco;
    • HALF Link icon

      public static final EnumProperty<BlockHalf> HALF
      Mappings:
      Namespace Name Mixin selector
      named HALF Lnet/minecraft/block/StairsBlock;HALF:Lnet/minecraft/state/property/EnumProperty;
      intermediary field_11572 Lnet/minecraft/class_2510;field_11572:Lnet/minecraft/class_2754;
      official c Ldvs;c:Leco;
    • SHAPE Link icon

      public static final EnumProperty<StairShape> SHAPE
      Mappings:
      Namespace Name Mixin selector
      named SHAPE Lnet/minecraft/block/StairsBlock;SHAPE:Lnet/minecraft/state/property/EnumProperty;
      intermediary field_11565 Lnet/minecraft/class_2510;field_11565:Lnet/minecraft/class_2754;
      official d Ldvs;d:Leco;
    • WATERLOGGED Link icon

      public static final BooleanProperty WATERLOGGED
      Mappings:
      Namespace Name Mixin selector
      named WATERLOGGED Lnet/minecraft/block/StairsBlock;WATERLOGGED:Lnet/minecraft/state/property/BooleanProperty;
      intermediary field_11573 Lnet/minecraft/class_2510;field_11573:Lnet/minecraft/class_2746;
      official e Ldvs;e:Lech;
    • OUTER_SHAPE Link icon

      private static final VoxelShape OUTER_SHAPE
      Mappings:
      Namespace Name Mixin selector
      named OUTER_SHAPE Lnet/minecraft/block/StairsBlock;OUTER_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
      intermediary field_55801 Lnet/minecraft/class_2510;field_55801:Lnet/minecraft/class_265;
      official g Ldvs;g:Lfgw;
    • STRAIGHT_SHAPE Link icon

      private static final VoxelShape STRAIGHT_SHAPE
      Mappings:
      Namespace Name Mixin selector
      named STRAIGHT_SHAPE Lnet/minecraft/block/StairsBlock;STRAIGHT_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
      intermediary field_55802 Lnet/minecraft/class_2510;field_55802:Lnet/minecraft/class_265;
      official h Ldvs;h:Lfgw;
    • INNER_SHAPE Link icon

      private static final VoxelShape INNER_SHAPE
      Mappings:
      Namespace Name Mixin selector
      named INNER_SHAPE Lnet/minecraft/block/StairsBlock;INNER_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
      intermediary field_55803 Lnet/minecraft/class_2510;field_55803:Lnet/minecraft/class_265;
      official i Ldvs;i:Lfgw;
    • OUTER_BOTTOM_SHAPES Link icon

      private static final Map<Direction,VoxelShape> OUTER_BOTTOM_SHAPES
      Mappings:
      Namespace Name Mixin selector
      named OUTER_BOTTOM_SHAPES Lnet/minecraft/block/StairsBlock;OUTER_BOTTOM_SHAPES:Ljava/util/Map;
      intermediary field_55795 Lnet/minecraft/class_2510;field_55795:Ljava/util/Map;
      official D Ldvs;D:Ljava/util/Map;
    • STRAIGHT_BOTTOM_SHAPES Link icon

      private static final Map<Direction,VoxelShape> STRAIGHT_BOTTOM_SHAPES
      Mappings:
      Namespace Name Mixin selector
      named STRAIGHT_BOTTOM_SHAPES Lnet/minecraft/block/StairsBlock;STRAIGHT_BOTTOM_SHAPES:Ljava/util/Map;
      intermediary field_55796 Lnet/minecraft/class_2510;field_55796:Ljava/util/Map;
      official R Ldvs;R:Ljava/util/Map;
    • INNER_BOTTOM_SHAPES Link icon

      private static final Map<Direction,VoxelShape> INNER_BOTTOM_SHAPES
      Mappings:
      Namespace Name Mixin selector
      named INNER_BOTTOM_SHAPES Lnet/minecraft/block/StairsBlock;INNER_BOTTOM_SHAPES:Ljava/util/Map;
      intermediary field_55797 Lnet/minecraft/class_2510;field_55797:Ljava/util/Map;
      official S Ldvs;S:Ljava/util/Map;
    • OUTER_TOP_SHAPES Link icon

      private static final Map<Direction,VoxelShape> OUTER_TOP_SHAPES
      Mappings:
      Namespace Name Mixin selector
      named OUTER_TOP_SHAPES Lnet/minecraft/block/StairsBlock;OUTER_TOP_SHAPES:Ljava/util/Map;
      intermediary field_55798 Lnet/minecraft/class_2510;field_55798:Ljava/util/Map;
      official T Ldvs;T:Ljava/util/Map;
    • STRAIGHT_TOP_SHAPES Link icon

      private static final Map<Direction,VoxelShape> STRAIGHT_TOP_SHAPES
      Mappings:
      Namespace Name Mixin selector
      named STRAIGHT_TOP_SHAPES Lnet/minecraft/block/StairsBlock;STRAIGHT_TOP_SHAPES:Ljava/util/Map;
      intermediary field_55799 Lnet/minecraft/class_2510;field_55799:Ljava/util/Map;
      official U Ldvs;U:Ljava/util/Map;
    • INNER_TOP_SHAPES Link icon

      private static final Map<Direction,VoxelShape> INNER_TOP_SHAPES
      Mappings:
      Namespace Name Mixin selector
      named INNER_TOP_SHAPES Lnet/minecraft/block/StairsBlock;INNER_TOP_SHAPES:Ljava/util/Map;
      intermediary field_55800 Lnet/minecraft/class_2510;field_55800:Ljava/util/Map;
      official V Ldvs;V:Ljava/util/Map;
    • baseBlock Link icon

      private final Block baseBlock
      Mappings:
      Namespace Name Mixin selector
      named baseBlock Lnet/minecraft/block/StairsBlock;baseBlock:Lnet/minecraft/block/Block;
      intermediary field_11579 Lnet/minecraft/class_2510;field_11579:Lnet/minecraft/class_2248;
      official W Ldvs;W:Ldno;
    • baseBlockState Link icon

      protected final BlockState baseBlockState
      Mappings:
      Namespace Name Mixin selector
      named baseBlockState Lnet/minecraft/block/StairsBlock;baseBlockState:Lnet/minecraft/block/BlockState;
      intermediary field_11574 Lnet/minecraft/class_2510;field_11574:Lnet/minecraft/class_2680;
      official f Ldvs;f:Lebq;
  • Constructor Details Link icon

    • StairsBlock Link icon

      protected StairsBlock(BlockState baseBlockState, AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/block/StairsBlock;<init>(Lnet/minecraft/block/BlockState;Lnet/minecraft/block/AbstractBlock$Settings;)V
      intermediary <init> Lnet/minecraft/class_2510;<init>(Lnet/minecraft/class_2680;Lnet/minecraft/class_4970$class_2251;)V
      official <init> Ldvs;<init>(Lebq;Lebp$d;)V
  • Method Details Link icon