Class LeverBlock

All Implemented Interfaces:
ItemConvertible, ToggleableFeature

public class LeverBlock extends WallMountedBlock
Mappings:
Namespace Name
official cqz
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 Lcqz;a:Lczk;
      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 Lcqz;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 Lcqz;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 Lcqz;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 Lcqz;e:Leax;
      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 Lcqz;f:Leax;
      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 Lcqz;g:Leax;
      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 Lcqz;h:Leax;
      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 Lcqz;i:Leax;
      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 Lcqz;j:Leax;
      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 Lcqz;k:Leax;
      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 Lcqz;l:Leax;
      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> 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