Class FlowerPotBlockEntity

java.lang.Object
net.minecraft.block.entity.BlockEntity
net.minecraft.block.entity.FlowerPotBlockEntity

public class FlowerPotBlockEntity extends BlockEntity
Mappings:
Namespace Name
official aqf
intermediary net/minecraft/class_1767
named net/minecraft/block/entity/FlowerPotBlockEntity
  • Field Details

    • item

      private Item item
      Mappings:
      Namespace Name Mixin selector
      official a Laqf;a:Lado;
      intermediary field_7498 Lnet/minecraft/class_1767;field_7498:Lnet/minecraft/class_1069;
      named item Lnet/minecraft/block/entity/FlowerPotBlockEntity;item:Lnet/minecraft/item/Item;
    • data

      private int data
      Mappings:
      Namespace Name Mixin selector
      official f Laqf;f:I
      intermediary field_7499 Lnet/minecraft/class_1767;field_7499:I
      named data Lnet/minecraft/block/entity/FlowerPotBlockEntity;data:I
  • Constructor Details

    • FlowerPotBlockEntity

      public FlowerPotBlockEntity()
    • FlowerPotBlockEntity

      public FlowerPotBlockEntity(Item item, int data)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laqf;<init>(Lado;I)V
      intermediary <init> Lnet/minecraft/class_1767;<init>(Lnet/minecraft/class_1069;I)V
      named <init> Lnet/minecraft/block/entity/FlowerPotBlockEntity;<init>(Lnet/minecraft/item/Item;I)V
  • Method Details

    • method_541

      public NbtCompound method_541(NbtCompound nbtCompound)
      Overrides:
      method_541 in class BlockEntity
      Mappings:
      Namespace Name Mixin selector
      official b Lapv;b(Ldq;)Ldq;
      intermediary method_541 Lnet/minecraft/class_226;method_541(Lnet/minecraft/class_322;)Lnet/minecraft/class_322;
      named method_541 Lnet/minecraft/block/entity/BlockEntity;method_541(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/nbt/NbtCompound;
    • fromNbt

      public void fromNbt(NbtCompound nbt)
      Overrides:
      fromNbt in class BlockEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lapv;a(Ldq;)V
      intermediary method_537 Lnet/minecraft/class_226;method_537(Lnet/minecraft/class_322;)V
      named fromNbt Lnet/minecraft/block/entity/BlockEntity;fromNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • getUpdatePacket

      @Nullable public BlockEntityUpdateS2CPacket getUpdatePacket()
      Overrides:
      getUpdatePacket in class BlockEntity
      Mappings:
      Namespace Name Mixin selector
      official D_ Lapv;D_()Lfu;
      intermediary method_544 Lnet/minecraft/class_226;method_544()Lnet/minecraft/class_2003;
      named getUpdatePacket Lnet/minecraft/block/entity/BlockEntity;getUpdatePacket()Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;
    • method_11646

      public NbtCompound method_11646()
      Overrides:
      method_11646 in class BlockEntity
      Mappings:
      Namespace Name Mixin selector
      official E_ Lapv;E_()Ldq;
      intermediary method_11646 Lnet/minecraft/class_226;method_11646()Lnet/minecraft/class_322;
      named method_11646 Lnet/minecraft/block/entity/BlockEntity;method_11646()Lnet/minecraft/nbt/NbtCompound;
    • method_6520

      public void method_6520(Item item, int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Laqf;a(Lado;I)V
      intermediary method_6520 Lnet/minecraft/class_1767;method_6520(Lnet/minecraft/class_1069;I)V
      named method_6520 Lnet/minecraft/block/entity/FlowerPotBlockEntity;method_6520(Lnet/minecraft/item/Item;I)V
    • method_11659

      @Nullable public ItemStack method_11659()
      Mappings:
      Namespace Name Mixin selector
      official c Laqf;c()Ladq;
      intermediary method_11659 Lnet/minecraft/class_1767;method_11659()Lnet/minecraft/class_1071;
      named method_11659 Lnet/minecraft/block/entity/FlowerPotBlockEntity;method_11659()Lnet/minecraft/item/ItemStack;
    • getItem

      @Nullable public Item getItem()
      Mappings:
      Namespace Name Mixin selector
      official d Laqf;d()Lado;
      intermediary method_6519 Lnet/minecraft/class_1767;method_6519()Lnet/minecraft/class_1069;
      named getItem Lnet/minecraft/block/entity/FlowerPotBlockEntity;getItem()Lnet/minecraft/item/Item;
    • getData

      public int getData()
      Mappings:
      Namespace Name Mixin selector
      official e Laqf;e()I
      intermediary method_6521 Lnet/minecraft/class_1767;method_6521()I
      named getData Lnet/minecraft/block/entity/FlowerPotBlockEntity;getData()I