Class LadderBlock

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

public class LadderBlock extends Block implements Waterloggable
Mappings:
Namespace Name
official cqs
intermediary net/minecraft/class_2399
named net/minecraft/block/LadderBlock
  • Field Details

    • FACING

      public static final DirectionProperty FACING
      Mappings:
      Namespace Name Mixin selector
      official a Lcqs;a:Lczn;
      intermediary field_11253 Lnet/minecraft/class_2399;field_11253:Lnet/minecraft/class_2753;
      named FACING Lnet/minecraft/block/LadderBlock;FACING:Lnet/minecraft/state/property/DirectionProperty;
    • WATERLOGGED

      public static final BooleanProperty WATERLOGGED
      Mappings:
      Namespace Name Mixin selector
      official b Lcqs;b:Lczk;
      intermediary field_11257 Lnet/minecraft/class_2399;field_11257:Lnet/minecraft/class_2746;
      named WATERLOGGED Lnet/minecraft/block/LadderBlock;WATERLOGGED:Lnet/minecraft/state/property/BooleanProperty;
    • field_31106

      protected static final float field_31106
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Lcqs;c:F
      intermediary field_31106 Lnet/minecraft/class_2399;field_31106:F
      named field_31106 Lnet/minecraft/block/LadderBlock;field_31106:F
    • EAST_SHAPE

      protected static final VoxelShape EAST_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official d Lcqs;d:Leax;
      intermediary field_11255 Lnet/minecraft/class_2399;field_11255:Lnet/minecraft/class_265;
      named EAST_SHAPE Lnet/minecraft/block/LadderBlock;EAST_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • WEST_SHAPE

      protected static final VoxelShape WEST_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official e Lcqs;e:Leax;
      intermediary field_11252 Lnet/minecraft/class_2399;field_11252:Lnet/minecraft/class_265;
      named WEST_SHAPE Lnet/minecraft/block/LadderBlock;WEST_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • SOUTH_SHAPE

      protected static final VoxelShape SOUTH_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official f Lcqs;f:Leax;
      intermediary field_11254 Lnet/minecraft/class_2399;field_11254:Lnet/minecraft/class_265;
      named SOUTH_SHAPE Lnet/minecraft/block/LadderBlock;SOUTH_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • NORTH_SHAPE

      protected static final VoxelShape NORTH_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official g Lcqs;g:Leax;
      intermediary field_11256 Lnet/minecraft/class_2399;field_11256:Lnet/minecraft/class_265;
      named NORTH_SHAPE Lnet/minecraft/block/LadderBlock;NORTH_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
  • Constructor Details

    • LadderBlock

      protected LadderBlock(AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcys;<init>(Lcys$c;)V
      intermediary <init> Lnet/minecraft/class_4970;<init>(Lnet/minecraft/class_4970$class_2251;)V
      named <init> Lnet/minecraft/block/AbstractBlock;<init>(Lnet/minecraft/block/AbstractBlock$Settings;)V
  • Method Details