Package net.minecraft.block.entity
Class FlowerPotBlockEntity
java.lang.Object
net.minecraft.block.entity.BlockEntity
net.minecraft.block.entity.FlowerPotBlockEntity
public class FlowerPotBlockEntity extends BlockEntity
- Mappings:
Namespace Name official algintermediary net/minecraft/class_359named net/minecraft/block/entity/FlowerPotBlockEntity
-
Field Summary
Fields Modifier and Type Field Description private Itemfield_1441private intfield_1442Fields inherited from class net.minecraft.block.entity.BlockEntity
block, pos, removed, world -
Constructor Summary
Constructors Constructor Description FlowerPotBlockEntity()FlowerPotBlockEntity(Item item, int int2) -
Method Summary
Modifier and Type Method Description voidfromTag(CompoundTag tag)PacketgetPacket()voidmethod_1138(Item item, int int2)Itemmethod_1139()intmethod_1140()voidtoTag(CompoundTag tag)Methods inherited from class net.minecraft.block.entity.BlockEntity
cancelRemoval, createFromTag, getBlock, getDataValue, getPos, getSquaredDistance, getSquaredRenderDistance, getWorld, hasWorld, isRemoved, markDirty, markRemoved, onBlockAction, populateCrashReport, resetBlock, setPos, setWorld, shouldNotCopyTagFromItem
-
Field Details
-
field_1441
- Mappings:
Namespace Name Mixin selector official aLalg;a:Lzw;intermediary field_1441Lnet/minecraft/class_359;field_1441:Lnet/minecraft/class_2054;named field_1441Lnet/minecraft/block/entity/FlowerPotBlockEntity;field_1441:Lnet/minecraft/item/Item;
-
field_1442
private int field_1442- Mappings:
Namespace Name Mixin selector official fLalg;f:Iintermediary field_1442Lnet/minecraft/class_359;field_1442:Inamed field_1442Lnet/minecraft/block/entity/FlowerPotBlockEntity;field_1442:I
-
-
Constructor Details
-
FlowerPotBlockEntity
public FlowerPotBlockEntity() -
FlowerPotBlockEntity
-
-
Method Details
-
toTag
- Overrides:
toTagin classBlockEntity- Mappings:
Namespace Name Mixin selector official bLakw;b(Ldn;)Vintermediary method_1100Lnet/minecraft/class_348;method_1100(Lnet/minecraft/class_1405;)Vnamed toTagLnet/minecraft/block/entity/BlockEntity;toTag(Lnet/minecraft/nbt/CompoundTag;)V
-
fromTag
- Overrides:
fromTagin classBlockEntity- Mappings:
Namespace Name Mixin selector official aLakw;a(Ldn;)Vintermediary method_1098Lnet/minecraft/class_348;method_1098(Lnet/minecraft/class_1405;)Vnamed fromTagLnet/minecraft/block/entity/BlockEntity;fromTag(Lnet/minecraft/nbt/CompoundTag;)V
-
getPacket
- Overrides:
getPacketin classBlockEntity- Mappings:
Namespace Name Mixin selector official y_Lakw;y_()Lff;intermediary method_1111Lnet/minecraft/class_348;method_1111()Lnet/minecraft/class_1457;named getPacketLnet/minecraft/block/entity/BlockEntity;getPacket()Lnet/minecraft/network/Packet;
-
method_1138
- Mappings:
Namespace Name Mixin selector official aLalg;a(Lzw;I)Vintermediary method_1138Lnet/minecraft/class_359;method_1138(Lnet/minecraft/class_2054;I)Vnamed method_1138Lnet/minecraft/block/entity/FlowerPotBlockEntity;method_1138(Lnet/minecraft/item/Item;I)V
-
method_1139
- Mappings:
Namespace Name Mixin selector official bLalg;b()Lzw;intermediary method_1139Lnet/minecraft/class_359;method_1139()Lnet/minecraft/class_2054;named method_1139Lnet/minecraft/block/entity/FlowerPotBlockEntity;method_1139()Lnet/minecraft/item/Item;
-
method_1140
public int method_1140()- Mappings:
Namespace Name Mixin selector official cLalg;c()Iintermediary method_1140Lnet/minecraft/class_359;method_1140()Inamed method_1140Lnet/minecraft/block/entity/FlowerPotBlockEntity;method_1140()I
-