Class DecoratedPotBlockEntity
- All Implemented Interfaces:
Inventory
,SingleStackInventory
,Clearable
- Mappings:
Namespace Name official dem
intermediary net/minecraft/class_8172
named net/minecraft/block/entity/DecoratedPotBlockEntity
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static final record
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final int
long
private ItemStack
private DecoratedPotBlockEntity.Sherds
static final String
Fields inherited from class net.minecraft.block.entity.BlockEntity
pos, removed, world
Fields 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 ItemStack
void
method_54301
(DecoratedPotBlockEntity.class_8837 class_8837) 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)
.void
readNbt
(NbtCompound nbt) Reads data fromnbt
.void
readNbtFromStack
(ItemStack stack) void
Returns 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, ornull
to not send the packet.protected void
writeNbt
(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, writeIdToNbt
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.inventory.Inventory
canTransferTo, containsAny, containsAny, count, getMaxCountPerStack, isValid, markDirty, onClose, onOpen
Methods 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 c
Ldem;c:Ljava/lang/String;
intermediary field_42782
Lnet/minecraft/class_8172;field_42782:Ljava/lang/String;
named SHERDS_NBT_KEY
Lnet/minecraft/block/entity/DecoratedPotBlockEntity;SHERDS_NBT_KEY:Ljava/lang/String;
-
field_46659
- See Also:
- Mappings:
Namespace Name Mixin selector official d
Ldem;d:Ljava/lang/String;
intermediary field_46659
Lnet/minecraft/class_8172;field_46659:Ljava/lang/String;
named field_46659
Lnet/minecraft/block/entity/DecoratedPotBlockEntity;field_46659:Ljava/lang/String;
-
field_46660
public static final int field_46660- See Also:
- Mappings:
Namespace Name Mixin selector official e
Ldem;e:I
intermediary field_46660
Lnet/minecraft/class_8172;field_46660:I
named field_46660
Lnet/minecraft/block/entity/DecoratedPotBlockEntity;field_46660:I
-
field_46661
public long field_46661- Mappings:
Namespace Name Mixin selector official f
Ldem;f:J
intermediary field_46661
Lnet/minecraft/class_8172;field_46661:J
named field_46661
Lnet/minecraft/block/entity/DecoratedPotBlockEntity;field_46661:J
-
field_46662
- Mappings:
Namespace Name Mixin selector official g
Ldem;g:Ldem$b;
intermediary field_46662
Lnet/minecraft/class_8172;field_46662:Lnet/minecraft/class_8172$class_8837;
named field_46662
Lnet/minecraft/block/entity/DecoratedPotBlockEntity;field_46662:Lnet/minecraft/block/entity/DecoratedPotBlockEntity$class_8837;
-
sherds
- Mappings:
Namespace Name Mixin selector official h
Ldem;h:Ldem$a;
intermediary field_44706
Lnet/minecraft/class_8172;field_44706:Lnet/minecraft/class_8172$class_8526;
named sherds
Lnet/minecraft/block/entity/DecoratedPotBlockEntity;sherds:Lnet/minecraft/block/entity/DecoratedPotBlockEntity$Sherds;
-
field_46663
- Mappings:
Namespace Name Mixin selector official i
Ldem;i:Lckj;
intermediary field_46663
Lnet/minecraft/class_8172;field_46663:Lnet/minecraft/class_1799;
named field_46663
Lnet/minecraft/block/entity/DecoratedPotBlockEntity;field_46663:Lnet/minecraft/item/ItemStack;
-
-
Constructor Details
-
DecoratedPotBlockEntity
- Mappings:
Namespace Name Mixin selector official <init>
Ldem;<init>(Lht;Ldgb;)V
intermediary <init>
Lnet/minecraft/class_8172;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V
named <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:
writeNbt
in classBlockEntity
- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lddx;b(Lrt;)V
intermediary method_11007
Lnet/minecraft/class_2586;method_11007(Lnet/minecraft/class_2487;)V
named writeNbt
Lnet/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.
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 classBlockEntity
- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lddx;a(Lrt;)V
intermediary method_11014
Lnet/minecraft/class_2586;method_11014(Lnet/minecraft/class_2487;)V
named readNbt
Lnet/minecraft/block/entity/BlockEntity;readNbt(Lnet/minecraft/nbt/NbtCompound;)V
-
toUpdatePacket
Description copied from class:BlockEntity
Returns the packet to send to nearby players when the block entity's observable state changes, ornull
to not send the packet.If the data returned by
initial chunk data
is 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:
toUpdatePacket
in classBlockEntity
- Returns:
- the packet to send to nearby players when the block entity's observable
state changes, or
null
to not send the packet - See Also:
- Mappings:
Namespace Name Mixin selector official f
Ldem;f()Lyb;
intermediary method_49200
Lnet/minecraft/class_8172;method_49200()Lnet/minecraft/class_2622;
named toUpdatePacket
Lnet/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:
toInitialChunkDataNbt
in classBlockEntity
- Returns:
- the serialized state of this block entity that is observable by clients
- See Also:
- Mappings:
Namespace Name Mixin selector official av_
Lddx;av_()Lrt;
intermediary method_16887
Lnet/minecraft/class_2586;method_16887()Lnet/minecraft/class_2487;
named toInitialChunkDataNbt
Lnet/minecraft/block/entity/BlockEntity;toInitialChunkDataNbt()Lnet/minecraft/nbt/NbtCompound;
-
getHorizontalFacing
- Mappings:
Namespace Name Mixin selector official g
Ldem;g()Lhx;
intermediary method_49204
Lnet/minecraft/class_8172;method_49204()Lnet/minecraft/class_2350;
named getHorizontalFacing
Lnet/minecraft/block/entity/DecoratedPotBlockEntity;getHorizontalFacing()Lnet/minecraft/util/math/Direction;
-
getSherds
- Mappings:
Namespace Name Mixin selector official i
Ldem;i()Ldem$a;
intermediary method_51511
Lnet/minecraft/class_8172;method_51511()Lnet/minecraft/class_8172$class_8526;
named getSherds
Lnet/minecraft/block/entity/DecoratedPotBlockEntity;getSherds()Lnet/minecraft/block/entity/DecoratedPotBlockEntity$Sherds;
-
readNbtFromStack
- Mappings:
Namespace Name Mixin selector official a
Ldem;a(Lckj;)V
intermediary method_49196
Lnet/minecraft/class_8172;method_49196(Lnet/minecraft/class_1799;)V
named readNbtFromStack
Lnet/minecraft/block/entity/DecoratedPotBlockEntity;readNbtFromStack(Lnet/minecraft/item/ItemStack;)V
-
asStack
- Mappings:
Namespace Name Mixin selector official j
Ldem;j()Lckj;
intermediary method_52578
Lnet/minecraft/class_8172;method_52578()Lnet/minecraft/class_1799;
named asStack
Lnet/minecraft/block/entity/DecoratedPotBlockEntity;asStack()Lnet/minecraft/item/ItemStack;
-
getStackWith
- Mappings:
Namespace Name Mixin selector official a
Ldem;a(Ldem$a;)Lckj;
intermediary method_52577
Lnet/minecraft/class_8172;method_52577(Lnet/minecraft/class_8172$class_8526;)Lnet/minecraft/class_1799;
named getStackWith
Lnet/minecraft/block/entity/DecoratedPotBlockEntity;getStackWith(Lnet/minecraft/block/entity/DecoratedPotBlockEntity$Sherds;)Lnet/minecraft/item/ItemStack;
-
getStack
- Specified by:
getStack
in interfaceSingleStackInventory
- Mappings:
Namespace Name Mixin selector official v
Lejl;v()Lckj;
intermediary method_54079
Lnet/minecraft/class_8181;method_54079()Lnet/minecraft/class_1799;
named getStack
Lnet/minecraft/inventory/SingleStackInventory;getStack()Lnet/minecraft/item/ItemStack;
-
decreaseStack
- Specified by:
decreaseStack
in interfaceSingleStackInventory
- Mappings:
Namespace Name Mixin selector official c
Lejl;c(I)Lckj;
intermediary method_54078
Lnet/minecraft/class_8181;method_54078(I)Lnet/minecraft/class_1799;
named decreaseStack
Lnet/minecraft/inventory/SingleStackInventory;decreaseStack(I)Lnet/minecraft/item/ItemStack;
-
setStack
- Specified by:
setStack
in interfaceSingleStackInventory
- Mappings:
Namespace Name Mixin selector official b
Lejl;b(Lckj;)V
intermediary method_54077
Lnet/minecraft/class_8181;method_54077(Lnet/minecraft/class_1799;)V
named setStack
Lnet/minecraft/inventory/SingleStackInventory;setStack(Lnet/minecraft/item/ItemStack;)V
-
asBlockEntity
- Specified by:
asBlockEntity
in interfaceSingleStackInventory
- Mappings:
Namespace Name Mixin selector official w
Lejl;w()Lddx;
intermediary method_54080
Lnet/minecraft/class_8181;method_54080()Lnet/minecraft/class_2586;
named asBlockEntity
Lnet/minecraft/inventory/SingleStackInventory;asBlockEntity()Lnet/minecraft/block/entity/BlockEntity;
-
method_54301
- Mappings:
Namespace Name Mixin selector official a
Ldem;a(Ldem$b;)V
intermediary method_54301
Lnet/minecraft/class_8172;method_54301(Lnet/minecraft/class_8172$class_8837;)V
named method_54301
Lnet/minecraft/block/entity/DecoratedPotBlockEntity;method_54301(Lnet/minecraft/block/entity/DecoratedPotBlockEntity$class_8837;)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:
onSyncedBlockEvent
in classBlockEntity
- See Also:
- Mappings:
Namespace Name Mixin selector official a_
Lddx;a_(II)Z
intermediary method_11004
Lnet/minecraft/class_2586;method_11004(II)Z
named onSyncedBlockEvent
Lnet/minecraft/block/entity/BlockEntity;onSyncedBlockEvent(II)Z
-