Class LecternBlock

All Implemented Interfaces:
BlockEntityProvider, ItemConvertible, ToggleableFeature

public class LecternBlock extends BlockWithEntity
Mappings:
Namespace Name
official ctn
intermediary net/minecraft/class_3715
named net/minecraft/block/LecternBlock
  • Field Details

    • FACING

      public static final DirectionProperty FACING
      Mappings:
      Namespace Name Mixin selector
      official a Lctn;a:Ldcl;
      intermediary field_16404 Lnet/minecraft/class_3715;field_16404:Lnet/minecraft/class_2753;
      named FACING Lnet/minecraft/block/LecternBlock;FACING:Lnet/minecraft/state/property/DirectionProperty;
    • POWERED

      public static final BooleanProperty POWERED
      Mappings:
      Namespace Name Mixin selector
      official b Lctn;b:Ldci;
      intermediary field_17365 Lnet/minecraft/class_3715;field_17365:Lnet/minecraft/class_2746;
      named POWERED Lnet/minecraft/block/LecternBlock;POWERED:Lnet/minecraft/state/property/BooleanProperty;
    • HAS_BOOK

      public static final BooleanProperty HAS_BOOK
      Mappings:
      Namespace Name Mixin selector
      official c Lctn;c:Ldci;
      intermediary field_17366 Lnet/minecraft/class_3715;field_17366:Lnet/minecraft/class_2746;
      named HAS_BOOK Lnet/minecraft/block/LecternBlock;HAS_BOOK:Lnet/minecraft/state/property/BooleanProperty;
    • BOTTOM_SHAPE

      public static final VoxelShape BOTTOM_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official d Lctn;d:Ledx;
      intermediary field_16406 Lnet/minecraft/class_3715;field_16406:Lnet/minecraft/class_265;
      named BOTTOM_SHAPE Lnet/minecraft/block/LecternBlock;BOTTOM_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • MIDDLE_SHAPE

      public static final VoxelShape MIDDLE_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official e Lctn;e:Ledx;
      intermediary field_16405 Lnet/minecraft/class_3715;field_16405:Lnet/minecraft/class_265;
      named MIDDLE_SHAPE Lnet/minecraft/block/LecternBlock;MIDDLE_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • BASE_SHAPE

      public static final VoxelShape BASE_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official f Lctn;f:Ledx;
      intermediary field_16403 Lnet/minecraft/class_3715;field_16403:Lnet/minecraft/class_265;
      named BASE_SHAPE Lnet/minecraft/block/LecternBlock;BASE_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • COLLISION_SHAPE_TOP

      public static final VoxelShape COLLISION_SHAPE_TOP
      Mappings:
      Namespace Name Mixin selector
      official g Lctn;g:Ledx;
      intermediary field_17367 Lnet/minecraft/class_3715;field_17367:Lnet/minecraft/class_265;
      named COLLISION_SHAPE_TOP Lnet/minecraft/block/LecternBlock;COLLISION_SHAPE_TOP:Lnet/minecraft/util/shape/VoxelShape;
    • COLLISION_SHAPE

      public static final VoxelShape COLLISION_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official h Lctn;h:Ledx;
      intermediary field_17368 Lnet/minecraft/class_3715;field_17368:Lnet/minecraft/class_265;
      named COLLISION_SHAPE Lnet/minecraft/block/LecternBlock;COLLISION_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • WEST_SHAPE

      public static final VoxelShape WEST_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official i Lctn;i:Ledx;
      intermediary field_17369 Lnet/minecraft/class_3715;field_17369:Lnet/minecraft/class_265;
      named WEST_SHAPE Lnet/minecraft/block/LecternBlock;WEST_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • NORTH_SHAPE

      public static final VoxelShape NORTH_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official j Lctn;j:Ledx;
      intermediary field_17370 Lnet/minecraft/class_3715;field_17370:Lnet/minecraft/class_265;
      named NORTH_SHAPE Lnet/minecraft/block/LecternBlock;NORTH_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • EAST_SHAPE

      public static final VoxelShape EAST_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official k Lctn;k:Ledx;
      intermediary field_17371 Lnet/minecraft/class_3715;field_17371:Lnet/minecraft/class_265;
      named EAST_SHAPE Lnet/minecraft/block/LecternBlock;EAST_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • SOUTH_SHAPE

      public static final VoxelShape SOUTH_SHAPE
      Mappings:
      Namespace Name Mixin selector
      official l Lctn;l:Ledx;
      intermediary field_17372 Lnet/minecraft/class_3715;field_17372:Lnet/minecraft/class_265;
      named SOUTH_SHAPE Lnet/minecraft/block/LecternBlock;SOUTH_SHAPE:Lnet/minecraft/util/shape/VoxelShape;
    • SCHEDULED_TICK_DELAY

      private static final int SCHEDULED_TICK_DELAY
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official m Lctn;m:I
      intermediary field_31113 Lnet/minecraft/class_3715;field_31113:I
      named SCHEDULED_TICK_DELAY Lnet/minecraft/block/LecternBlock;SCHEDULED_TICK_DELAY:I
  • Constructor Details

    • LecternBlock

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