Class LeverBlock

All Implemented Interfaces:
ItemConvertible, ToggleableFeature

public class LeverBlock extends WallMountedBlock
Mappings:
Namespace Name
official cxf
intermediary net/minecraft/class_2401
named net/minecraft/block/LeverBlock
  • Field Details

    • POWERED

      public static final BooleanProperty POWERED
      Mappings:
      Namespace Name Mixin selector
      official a Lcxf;a:Ldga;
      intermediary field_11265 Lnet/minecraft/class_2401;field_11265:Lnet/minecraft/class_2746;
      named POWERED Lnet/minecraft/block/LeverBlock;POWERED:Lnet/minecraft/state/property/BooleanProperty;
    • field_31184

      protected static final int field_31184
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Lcxf;b:I
      intermediary field_31184 Lnet/minecraft/class_2401;field_31184:I
      named field_31184 Lnet/minecraft/block/LeverBlock;field_31184:I
    • field_31185

      protected static final int field_31185
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Lcxf;c:I
      intermediary field_31185 Lnet/minecraft/class_2401;field_31185:I
      named field_31185 Lnet/minecraft/block/LeverBlock;field_31185:I
    • field_31186

      protected static final int field_31186
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official d Lcxf;d:I
      intermediary field_31186 Lnet/minecraft/class_2401;field_31186:I
      named field_31186 Lnet/minecraft/block/LeverBlock;field_31186:I
    • NORTH_WALL_SHAPE

      protected static final VoxelShape NORTH_WALL_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official e Lcxf;e:Leig;
      intermediary field_11267 Lnet/minecraft/class_2401;field_11267:Lnet/minecraft/class_265;
      named NORTH_WALL_SHAPE Lnet/minecraft/block/LeverBlock;NORTH_WALL_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • SOUTH_WALL_SHAPE

      protected static final VoxelShape SOUTH_WALL_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official f Lcxf;f:Leig;
      intermediary field_11263 Lnet/minecraft/class_2401;field_11263:Lnet/minecraft/class_265;
      named SOUTH_WALL_SHAPE Lnet/minecraft/block/LeverBlock;SOUTH_WALL_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • WEST_WALL_SHAPE

      protected static final VoxelShape WEST_WALL_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official g Lcxf;g:Leig;
      intermediary field_11260 Lnet/minecraft/class_2401;field_11260:Lnet/minecraft/class_265;
      named WEST_WALL_SHAPE Lnet/minecraft/block/LeverBlock;WEST_WALL_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • EAST_WALL_SHAPE

      protected static final VoxelShape EAST_WALL_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official h Lcxf;h:Leig;
      intermediary field_11262 Lnet/minecraft/class_2401;field_11262:Lnet/minecraft/class_265;
      named EAST_WALL_SHAPE Lnet/minecraft/block/LeverBlock;EAST_WALL_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • FLOOR_Z_AXIS_SHAPE

      protected static final VoxelShape FLOOR_Z_AXIS_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official i Lcxf;i:Leig;
      intermediary field_11264 Lnet/minecraft/class_2401;field_11264:Lnet/minecraft/class_265;
      named FLOOR_Z_AXIS_SHAPE Lnet/minecraft/block/LeverBlock;FLOOR_Z_AXIS_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • FLOOR_X_AXIS_SHAPE

      protected static final VoxelShape FLOOR_X_AXIS_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official j Lcxf;j:Leig;
      intermediary field_11261 Lnet/minecraft/class_2401;field_11261:Lnet/minecraft/class_265;
      named FLOOR_X_AXIS_SHAPE Lnet/minecraft/block/LeverBlock;FLOOR_X_AXIS_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • CEILING_Z_AXIS_SHAPE

      protected static final VoxelShape CEILING_Z_AXIS_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official k Lcxf;k:Leig;
      intermediary field_11268 Lnet/minecraft/class_2401;field_11268:Lnet/minecraft/class_265;
      named CEILING_Z_AXIS_SHAPE Lnet/minecraft/block/LeverBlock;CEILING_Z_AXIS_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • CEILING_X_AXIS_SHAPE

      protected static final VoxelShape CEILING_X_AXIS_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official l Lcxf;l:Leig;
      intermediary field_11266 Lnet/minecraft/class_2401;field_11266:Lnet/minecraft/class_265;
      named CEILING_X_AXIS_SHAPE Lnet/minecraft/block/LeverBlock;CEILING_X_AXIS_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
  • Constructor Details

    • LeverBlock

      protected LeverBlock(AbstractBlock.Settings settings)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldfi;<init>(Ldfi$d;)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