Class LecternBlockEntity

java.lang.Object
net.minecraft.block.entity.BlockEntity
net.minecraft.block.entity.LecternBlockEntity
All Implemented Interfaces:
NamedScreenHandlerFactory, ScreenHandlerFactory, Clearable

public class LecternBlockEntity extends BlockEntity implements Clearable, NamedScreenHandlerFactory
Mappings:
Namespace Name
named net/minecraft/block/entity/LecternBlockEntity
intermediary net/minecraft/class_3722
official dql
  • Field Details

    • field_31348

      public static final int field_31348
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_31348 Lnet/minecraft/block/entity/LecternBlockEntity;field_31348:I
      intermediary field_31348 Lnet/minecraft/class_3722;field_31348:I
      official a Ldql;a:I
    • field_31349

      public static final int field_31349
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_31349 Lnet/minecraft/block/entity/LecternBlockEntity;field_31349:I
      intermediary field_31349 Lnet/minecraft/class_3722;field_31349:I
      official b Ldql;b:I
    • field_31350

      public static final int field_31350
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_31350 Lnet/minecraft/block/entity/LecternBlockEntity;field_31350:I
      intermediary field_31350 Lnet/minecraft/class_3722;field_31350:I
      official c Ldql;c:I
    • field_31351

      public static final int field_31351
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_31351 Lnet/minecraft/block/entity/LecternBlockEntity;field_31351:I
      intermediary field_31351 Lnet/minecraft/class_3722;field_31351:I
      official d Ldql;d:I
    • inventory

      private final Inventory inventory
      Mappings:
      Namespace Name Mixin selector
      named inventory Lnet/minecraft/block/entity/LecternBlockEntity;inventory:Lnet/minecraft/inventory/Inventory;
      intermediary field_17386 Lnet/minecraft/class_3722;field_17386:Lnet/minecraft/class_1263;
      official e Ldql;e:Lbqp;
    • propertyDelegate

      private final PropertyDelegate propertyDelegate
      Mappings:
      Namespace Name Mixin selector
      named propertyDelegate Lnet/minecraft/block/entity/LecternBlockEntity;propertyDelegate:Lnet/minecraft/screen/PropertyDelegate;
      intermediary field_17387 Lnet/minecraft/class_3722;field_17387:Lnet/minecraft/class_3913;
      official f Ldql;f:Lcqg;
    • book

      ItemStack book
      Mappings:
      Namespace Name Mixin selector
      named book Lnet/minecraft/block/entity/LecternBlockEntity;book:Lnet/minecraft/item/ItemStack;
      intermediary field_17388 Lnet/minecraft/class_3722;field_17388:Lnet/minecraft/class_1799;
      official g Ldql;g:Lcur;
    • currentPage

      int currentPage
      Mappings:
      Namespace Name Mixin selector
      named currentPage Lnet/minecraft/block/entity/LecternBlockEntity;currentPage:I
      intermediary field_17389 Lnet/minecraft/class_3722;field_17389:I
      official h Ldql;h:I
    • pageCount

      private int pageCount
      Mappings:
      Namespace Name Mixin selector
      named pageCount Lnet/minecraft/block/entity/LecternBlockEntity;pageCount:I
      intermediary field_17390 Lnet/minecraft/class_3722;field_17390:I
      official i Ldql;i:I
  • Constructor Details

    • LecternBlockEntity

      public LecternBlockEntity(BlockPos pos, BlockState state)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/block/entity/LecternBlockEntity;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V
      intermediary <init> Lnet/minecraft/class_3722;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V
      official <init> Ldql;<init>(Liz;Ldse;)V
  • Method Details

    • getBook

      public ItemStack getBook()
      Mappings:
      Namespace Name Mixin selector
      named getBook Lnet/minecraft/block/entity/LecternBlockEntity;getBook()Lnet/minecraft/item/ItemStack;
      intermediary method_17520 Lnet/minecraft/class_3722;method_17520()Lnet/minecraft/class_1799;
      official b Ldql;b()Lcur;
    • hasBook

      public boolean hasBook()
      Mappings:
      Namespace Name Mixin selector
      named hasBook Lnet/minecraft/block/entity/LecternBlockEntity;hasBook()Z
      intermediary method_17522 Lnet/minecraft/class_3722;method_17522()Z
      official c Ldql;c()Z
    • setBook

      public void setBook(ItemStack book)
      Mappings:
      Namespace Name Mixin selector
      named setBook Lnet/minecraft/block/entity/LecternBlockEntity;setBook(Lnet/minecraft/item/ItemStack;)V
      intermediary method_17513 Lnet/minecraft/class_3722;method_17513(Lnet/minecraft/class_1799;)V
      official b Ldql;b(Lcur;)V
    • onBookRemoved

      void onBookRemoved()
      Mappings:
      Namespace Name Mixin selector
      named onBookRemoved Lnet/minecraft/block/entity/LecternBlockEntity;onBookRemoved()V
      intermediary method_17525 Lnet/minecraft/class_3722;method_17525()V
      official k Ldql;k()V
    • setBook

      public void setBook(ItemStack book, @Nullable @Nullable PlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      named setBook Lnet/minecraft/block/entity/LecternBlockEntity;setBook(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/PlayerEntity;)V
      intermediary method_17514 Lnet/minecraft/class_3722;method_17514(Lnet/minecraft/class_1799;Lnet/minecraft/class_1657;)V
      official a Ldql;a(Lcur;Lcmz;)V
    • setCurrentPage

      void setCurrentPage(int currentPage)
      Mappings:
      Namespace Name Mixin selector
      named setCurrentPage Lnet/minecraft/block/entity/LecternBlockEntity;setCurrentPage(I)V
      intermediary method_17511 Lnet/minecraft/class_3722;method_17511(I)V
      official a Ldql;a(I)V
    • getCurrentPage

      public int getCurrentPage()
      Mappings:
      Namespace Name Mixin selector
      named getCurrentPage Lnet/minecraft/block/entity/LecternBlockEntity;getCurrentPage()I
      intermediary method_17523 Lnet/minecraft/class_3722;method_17523()I
      official f Ldql;f()I
    • getComparatorOutput

      public int getComparatorOutput()
      Mappings:
      Namespace Name Mixin selector
      named getComparatorOutput Lnet/minecraft/block/entity/LecternBlockEntity;getComparatorOutput()I
      intermediary method_17524 Lnet/minecraft/class_3722;method_17524()I
      official j Ldql;j()I
    • resolveBook

      private ItemStack resolveBook(ItemStack book, @Nullable @Nullable PlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      named resolveBook Lnet/minecraft/block/entity/LecternBlockEntity;resolveBook(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/item/ItemStack;
      intermediary method_17518 Lnet/minecraft/class_3722;method_17518(Lnet/minecraft/class_1799;Lnet/minecraft/class_1657;)Lnet/minecraft/class_1799;
      official b Ldql;b(Lcur;Lcmz;)Lcur;
    • getCommandSource

      private ServerCommandSource getCommandSource(@Nullable @Nullable PlayerEntity player)
      Mappings:
      Namespace Name Mixin selector
      named getCommandSource Lnet/minecraft/block/entity/LecternBlockEntity;getCommandSource(Lnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/server/command/ServerCommandSource;
      intermediary method_17512 Lnet/minecraft/class_3722;method_17512(Lnet/minecraft/class_1657;)Lnet/minecraft/class_2168;
      official a Ldql;a(Lcmz;)Lep;
    • copyItemDataRequiresOperator

      public boolean copyItemDataRequiresOperator()
      Returns whether the block item should require the player to have operator permissions to copy the block entity data on placement.

      Block entities that can execute commands should override this to return true.

      Overrides:
      copyItemDataRequiresOperator in class BlockEntity
      Returns:
      whether the block item should require the player to have operator permissions to copy the block entity data on placement
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named copyItemDataRequiresOperator Lnet/minecraft/block/entity/BlockEntity;copyItemDataRequiresOperator()Z
      intermediary method_11011 Lnet/minecraft/class_2586;method_11011()Z
      official q Ldpj;q()Z
    • readNbt

      protected void readNbt(NbtCompound nbt, RegistryWrapper.WrapperLookup registryLookup)
      Reads data from nbt. Subclasses should override this if they store a persistent data.

      NBT is a storage format; therefore, a data from NBT is loaded to a block entity instance's fields, which are used for other operations instead of the NBT. The data is written back to NBT when saving the block entity.

      nbt might not have all expected keys, or might have a key whose value does not meet the requirement (such as the type or the range). This method should fall back to a reasonable default value instead of throwing an exception.

      Overrides:
      readNbt in class BlockEntity
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named readNbt Lnet/minecraft/block/entity/BlockEntity;readNbt(Lnet/minecraft/nbt/NbtCompound;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)V
      intermediary method_11014 Lnet/minecraft/class_2586;method_11014(Lnet/minecraft/class_2487;Lnet/minecraft/class_7225$class_7874;)V
      official a Ldpj;a(Lus;Ljk$a;)V
    • writeNbt

      protected void writeNbt(NbtCompound nbt, RegistryWrapper.WrapperLookup registryLookup)
      Writes data to nbt. Subclasses should override this if they store a persistent data.

      NBT is a storage format; therefore, a data from NBT is loaded to a block entity instance's fields, which are used for other operations instead of the NBT. The data is written back to NBT when saving the block entity.

      Overrides:
      writeNbt in class BlockEntity
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named writeNbt Lnet/minecraft/block/entity/BlockEntity;writeNbt(Lnet/minecraft/nbt/NbtCompound;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)V
      intermediary method_11007 Lnet/minecraft/class_2586;method_11007(Lnet/minecraft/class_2487;Lnet/minecraft/class_7225$class_7874;)V
      official b Ldpj;b(Lus;Ljk$a;)V
    • clear

      public void clear()
      Specified by:
      clear in interface Clearable
      Mappings:
      Namespace Name Mixin selector
      named clear Lnet/minecraft/util/Clearable;clear()V
      intermediary method_5448 Lnet/minecraft/class_3829;method_5448()V
      official a Lbqn;a()V
    • createMenu

      public ScreenHandler createMenu(int syncId, PlayerInventory playerInventory, PlayerEntity player)
      Specified by:
      createMenu in interface ScreenHandlerFactory
      Mappings:
      Namespace Name Mixin selector
      named createMenu Lnet/minecraft/screen/ScreenHandlerFactory;createMenu(ILnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/entity/player/PlayerEntity;)Lnet/minecraft/screen/ScreenHandler;
      intermediary createMenu Lnet/minecraft/class_1270;createMenu(ILnet/minecraft/class_1661;Lnet/minecraft/class_1657;)Lnet/minecraft/class_1703;
      official createMenu Lcrc;createMenu(ILcmy;Lcmz;)Lcpw;
    • getDisplayName

      public Text getDisplayName()
      Returns the title of this screen handler; will be a part of the open screen packet sent to the client.
      Specified by:
      getDisplayName in interface NamedScreenHandlerFactory
      Mappings:
      Namespace Name Mixin selector
      named getDisplayName Lnet/minecraft/screen/NamedScreenHandlerFactory;getDisplayName()Lnet/minecraft/text/Text;
      intermediary method_5476 Lnet/minecraft/class_3908;method_5476()Lnet/minecraft/class_2561;
      official O_ Lbra;O_()Lxp;
    • getPageCount

      private static int getPageCount(ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      named getPageCount Lnet/minecraft/block/entity/LecternBlockEntity;getPageCount(Lnet/minecraft/item/ItemStack;)I
      intermediary method_57591 Lnet/minecraft/class_3722;method_57591(Lnet/minecraft/class_1799;)I
      official c Ldql;c(Lcur;)I