Class DecoratedPotBlockEntity
- All Implemented Interfaces:
class_8934,Inventory,SingleStackInventory,Clearable
- Mappings:
Namespace Name official dfyintermediary net/minecraft/class_8172named net/minecraft/block/entity/DecoratedPotBlockEntity
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intprotected @Nullable Identifierprotected longstatic final Stringlongprivate DecoratedPotBlockEntity.Sherdsstatic final Stringprivate ItemStackFields inherited from class net.minecraft.block.entity.BlockEntity
pos, removed, worldFields inherited from interface net.minecraft.class_8934
field_47154, field_47155Fields inherited from interface net.minecraft.inventory.Inventory
field_42619, MAX_COUNT_PER_STACK -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasStack()decreaseStack(int count) getStack()static ItemStackvoidmethod_54866(long long2) longbooleanonSyncedBlockEvent(int type, int data) If this block entity's block extendsBlockWithEntity, this is called insideAbstractBlock.onSyncedBlockEvent(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, int, int).voidreadNbt(NbtCompound nbt) Reads data fromnbt.voidreadNbtFromStack(ItemStack stack) voidsetLootTable(@Nullable Identifier identifier) voidReturns the serialized state of this block entity that is observable by clients.Returns the packet to send to nearby players when the block entity's observable state changes, ornullto not send the packet.voidwobble(DecoratedPotBlockEntity.WobbleType wobbleType) protected voidwriteNbt(NbtCompound nbt) Writes data tonbt.Methods inherited from class net.minecraft.block.entity.BlockEntity
cancelRemoval, copyItemDataRequiresOperator, createFromNbt, createNbt, createNbtWithId, createNbtWithIdentifyingData, getCachedState, getPos, getType, getWorld, hasWorld, isRemoved, markDirty, markDirty, markRemoved, populateCrashReport, posFromNbt, setCachedState, setStackNbt, setWorld, writeIdToNbtMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.class_8934
getPos, getWorld, method_54867, method_54871, method_54872, method_54873Methods inherited from interface net.minecraft.inventory.Inventory
canTransferTo, containsAny, containsAny, count, getMaxCountPerStack, isValid, markDirty, onClose, onOpenMethods inherited from interface net.minecraft.inventory.SingleStackInventory
canPlayerUse, clear, emptyStack, getStack, isEmpty, removeStack, removeStack, setStack, size
-
Field Details
-
SHERDS_NBT_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector official eLdfy;e:Ljava/lang/String;intermediary field_42782Lnet/minecraft/class_8172;field_42782:Ljava/lang/String;named SHERDS_NBT_KEYLnet/minecraft/block/entity/DecoratedPotBlockEntity;SHERDS_NBT_KEY:Ljava/lang/String;
-
ITEM_NBT_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector official fLdfy;f:Ljava/lang/String;intermediary field_46659Lnet/minecraft/class_8172;field_46659:Ljava/lang/String;named ITEM_NBT_KEYLnet/minecraft/block/entity/DecoratedPotBlockEntity;ITEM_NBT_KEY:Ljava/lang/String;
-
field_46660
public static final int field_46660- See Also:
- Mappings:
Namespace Name Mixin selector official gLdfy;g:Iintermediary field_46660Lnet/minecraft/class_8172;field_46660:Inamed field_46660Lnet/minecraft/block/entity/DecoratedPotBlockEntity;field_46660:I
-
lastWobbleTime
public long lastWobbleTime- Mappings:
Namespace Name Mixin selector official hLdfy;h:Jintermediary field_46661Lnet/minecraft/class_8172;field_46661:Jnamed lastWobbleTimeLnet/minecraft/block/entity/DecoratedPotBlockEntity;lastWobbleTime:J
-
lastWobbleType
- Mappings:
Namespace Name Mixin selector official iLdfy;i:Ldfy$b;intermediary field_46662Lnet/minecraft/class_8172;field_46662:Lnet/minecraft/class_8172$class_8837;named lastWobbleTypeLnet/minecraft/block/entity/DecoratedPotBlockEntity;lastWobbleType:Lnet/minecraft/block/entity/DecoratedPotBlockEntity$WobbleType;
-
sherds
- Mappings:
Namespace Name Mixin selector official lLdfy;l:Ldfy$a;intermediary field_44706Lnet/minecraft/class_8172;field_44706:Lnet/minecraft/class_8172$class_8526;named sherdsLnet/minecraft/block/entity/DecoratedPotBlockEntity;sherds:Lnet/minecraft/block/entity/DecoratedPotBlockEntity$Sherds;
-
stack
- Mappings:
Namespace Name Mixin selector official mLdfy;m:Lclo;intermediary field_46663Lnet/minecraft/class_8172;field_46663:Lnet/minecraft/class_1799;named stackLnet/minecraft/block/entity/DecoratedPotBlockEntity;stack:Lnet/minecraft/item/ItemStack;
-
field_47156
- Mappings:
Namespace Name Mixin selector official jLdfy;j:Lagm;intermediary field_47156Lnet/minecraft/class_8172;field_47156:Lnet/minecraft/class_2960;named field_47156Lnet/minecraft/block/entity/DecoratedPotBlockEntity;field_47156:Lnet/minecraft/util/Identifier;
-
field_47157
protected long field_47157- Mappings:
Namespace Name Mixin selector official kLdfy;k:Jintermediary field_47157Lnet/minecraft/class_8172;field_47157:Jnamed field_47157Lnet/minecraft/block/entity/DecoratedPotBlockEntity;field_47157:J
-
-
Constructor Details
-
DecoratedPotBlockEntity
- Mappings:
Namespace Name Mixin selector official <init>Ldfy;<init>(Lhx;Ldhn;)Vintermediary <init>Lnet/minecraft/class_8172;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Vnamed <init>Lnet/minecraft/block/entity/DecoratedPotBlockEntity;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V
-
-
Method Details
-
writeNbt
Writes data tonbt. 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:
writeNbtin classBlockEntity- See Also:
- Mappings:
Namespace Name Mixin selector official bLdfi;b(Lsd;)Vintermediary method_11007Lnet/minecraft/class_2586;method_11007(Lnet/minecraft/class_2487;)Vnamed writeNbtLnet/minecraft/block/entity/BlockEntity;writeNbt(Lnet/minecraft/nbt/NbtCompound;)V
-
readNbt
Reads data fromnbt. 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.
nbtmight 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:
readNbtin classBlockEntity- See Also:
- Mappings:
Namespace Name Mixin selector official aLdfi;a(Lsd;)Vintermediary method_11014Lnet/minecraft/class_2586;method_11014(Lnet/minecraft/class_2487;)Vnamed readNbtLnet/minecraft/block/entity/BlockEntity;readNbt(Lnet/minecraft/nbt/NbtCompound;)V
-
toUpdatePacket
Description copied from class:BlockEntityReturns the packet to send to nearby players when the block entity's observable state changes, ornullto not send the packet.If the data returned by
initial chunk datais suitable for updates, the following shortcut can be used to create an update packet:BlockEntityUpdateS2CPacket.create(this). The NBT will be passed toBlockEntity.readNbt(net.minecraft.nbt.NbtCompound)on the client."Observable state" is a state that clients can observe without specific interaction. For example,
CampfireBlockEntity's cooked items are observable states, but chests' inventories are not observable states, since the player must first open that chest before they can see the contents.To sync block entity data using this method, use
serverWorld.getChunkManager().markForUpdate(this.getPos());.- Overrides:
toUpdatePacketin classBlockEntity- Returns:
- the packet to send to nearby players when the block entity's observable
state changes, or
nullto not send the packet - See Also:
- Mappings:
Namespace Name Mixin selector official kLdfy;k()Lyo;intermediary method_49200Lnet/minecraft/class_8172;method_49200()Lnet/minecraft/class_2622;named toUpdatePacketLnet/minecraft/block/entity/DecoratedPotBlockEntity;toUpdatePacket()Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;
-
toInitialChunkDataNbt
Returns the serialized state of this block entity that is observable by clients.This is sent alongside the initial chunk data, as well as when the block entity implements
BlockEntity.toUpdatePacket()and decides to use the defaultBlockEntityUpdateS2CPacket."Observable state" is a state that clients can observe without specific interaction. For example,
CampfireBlockEntity's cooked items are observable states, but chests' inventories are not observable states, since the player must first open that chest before they can see the contents.To send all NBT data of this block entity saved to disk, return
BlockEntity.createNbt().- Overrides:
toInitialChunkDataNbtin classBlockEntity- Returns:
- the serialized state of this block entity that is observable by clients
- See Also:
- Mappings:
Namespace Name Mixin selector official ay_Ldfi;ay_()Lsd;intermediary method_16887Lnet/minecraft/class_2586;method_16887()Lnet/minecraft/class_2487;named toInitialChunkDataNbtLnet/minecraft/block/entity/BlockEntity;toInitialChunkDataNbt()Lnet/minecraft/nbt/NbtCompound;
-
getHorizontalFacing
- Mappings:
Namespace Name Mixin selector official lLdfy;l()Lib;intermediary method_49204Lnet/minecraft/class_8172;method_49204()Lnet/minecraft/class_2350;named getHorizontalFacingLnet/minecraft/block/entity/DecoratedPotBlockEntity;getHorizontalFacing()Lnet/minecraft/util/math/Direction;
-
getSherds
- Mappings:
Namespace Name Mixin selector official mLdfy;m()Ldfy$a;intermediary method_51511Lnet/minecraft/class_8172;method_51511()Lnet/minecraft/class_8172$class_8526;named getSherdsLnet/minecraft/block/entity/DecoratedPotBlockEntity;getSherds()Lnet/minecraft/block/entity/DecoratedPotBlockEntity$Sherds;
-
readNbtFromStack
- Mappings:
Namespace Name Mixin selector official aLdfy;a(Lclo;)Vintermediary method_49196Lnet/minecraft/class_8172;method_49196(Lnet/minecraft/class_1799;)Vnamed readNbtFromStackLnet/minecraft/block/entity/DecoratedPotBlockEntity;readNbtFromStack(Lnet/minecraft/item/ItemStack;)V
-
asStack
- Mappings:
Namespace Name Mixin selector official wLdfy;w()Lclo;intermediary method_52578Lnet/minecraft/class_8172;method_52578()Lnet/minecraft/class_1799;named asStackLnet/minecraft/block/entity/DecoratedPotBlockEntity;asStack()Lnet/minecraft/item/ItemStack;
-
getStackWith
- Mappings:
Namespace Name Mixin selector official aLdfy;a(Ldfy$a;)Lclo;intermediary method_52577Lnet/minecraft/class_8172;method_52577(Lnet/minecraft/class_8172$class_8526;)Lnet/minecraft/class_1799;named getStackWithLnet/minecraft/block/entity/DecoratedPotBlockEntity;getStackWith(Lnet/minecraft/block/entity/DecoratedPotBlockEntity$Sherds;)Lnet/minecraft/item/ItemStack;
-
method_54869
- Specified by:
method_54869in interfaceclass_8934- Mappings:
Namespace Name Mixin selector official aA_Lbji;aA_()Lagm;intermediary method_54869Lnet/minecraft/class_8934;method_54869()Lnet/minecraft/class_2960;named method_54869Lnet/minecraft/class_8934;method_54869()Lnet/minecraft/util/Identifier;
-
setLootTable
- Specified by:
setLootTablein interfaceclass_8934- Mappings:
Namespace Name Mixin selector official aLbji;a(Lagm;)Vintermediary method_11285Lnet/minecraft/class_8934;method_11285(Lnet/minecraft/class_2960;)Vnamed setLootTableLnet/minecraft/class_8934;setLootTable(Lnet/minecraft/util/Identifier;)V
-
method_54870
public long method_54870()- Specified by:
method_54870in interfaceclass_8934- Mappings:
Namespace Name Mixin selector official aB_Lbji;aB_()Jintermediary method_54870Lnet/minecraft/class_8934;method_54870()Jnamed method_54870Lnet/minecraft/class_8934;method_54870()J
-
method_54866
public void method_54866(long long2) - Specified by:
method_54866in interfaceclass_8934- Mappings:
Namespace Name Mixin selector official aLbji;a(J)Vintermediary method_54866Lnet/minecraft/class_8934;method_54866(J)Vnamed method_54866Lnet/minecraft/class_8934;method_54866(J)V
-
getStack
- Specified by:
getStackin interfaceSingleStackInventory- Mappings:
Namespace Name Mixin selector official xLelf;x()Lclo;intermediary method_54079Lnet/minecraft/class_8181;method_54079()Lnet/minecraft/class_1799;named getStackLnet/minecraft/inventory/SingleStackInventory;getStack()Lnet/minecraft/item/ItemStack;
-
decreaseStack
- Specified by:
decreaseStackin interfaceSingleStackInventory- Mappings:
Namespace Name Mixin selector official cLelf;c(I)Lclo;intermediary method_54078Lnet/minecraft/class_8181;method_54078(I)Lnet/minecraft/class_1799;named decreaseStackLnet/minecraft/inventory/SingleStackInventory;decreaseStack(I)Lnet/minecraft/item/ItemStack;
-
setStack
- Specified by:
setStackin interfaceSingleStackInventory- Mappings:
Namespace Name Mixin selector official bLelf;b(Lclo;)Vintermediary method_54077Lnet/minecraft/class_8181;method_54077(Lnet/minecraft/class_1799;)Vnamed setStackLnet/minecraft/inventory/SingleStackInventory;setStack(Lnet/minecraft/item/ItemStack;)V
-
asBlockEntity
- Specified by:
asBlockEntityin interfaceSingleStackInventory- Mappings:
Namespace Name Mixin selector official yLelf;y()Ldfi;intermediary method_54080Lnet/minecraft/class_8181;method_54080()Lnet/minecraft/class_2586;named asBlockEntityLnet/minecraft/inventory/SingleStackInventory;asBlockEntity()Lnet/minecraft/block/entity/BlockEntity;
-
wobble
- Mappings:
Namespace Name Mixin selector official aLdfy;a(Ldfy$b;)Vintermediary method_54301Lnet/minecraft/class_8172;method_54301(Lnet/minecraft/class_8172$class_8837;)Vnamed wobbleLnet/minecraft/block/entity/DecoratedPotBlockEntity;wobble(Lnet/minecraft/block/entity/DecoratedPotBlockEntity$WobbleType;)V
-
onSyncedBlockEvent
public boolean onSyncedBlockEvent(int type, int data) If this block entity's block extendsBlockWithEntity, this is called insideAbstractBlock.onSyncedBlockEvent(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, int, int).- Overrides:
onSyncedBlockEventin classBlockEntity- See Also:
- Mappings:
Namespace Name Mixin selector official a_Ldfi;a_(II)Zintermediary method_11004Lnet/minecraft/class_2586;method_11004(II)Znamed onSyncedBlockEventLnet/minecraft/block/entity/BlockEntity;onSyncedBlockEvent(II)Z
-