Class JukeboxBlockEntity
- All Implemented Interfaces:
Inventory
,SingleStackInventory
,SingleStackInventory.SingleStackBlockEntityInventory
,Clearable
- Mappings:
Namespace Name named net/minecraft/block/entity/JukeboxBlockEntity
intermediary net/minecraft/class_2619
official dqk
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.block.entity.BlockEntity
BlockEntity.ComponentsAccess
Nested classes/interfaces inherited from interface net.minecraft.inventory.SingleStackInventory
SingleStackInventory.SingleStackBlockEntityInventory
-
Field Summary
Modifier and TypeFieldDescriptionprivate boolean
private ItemStack
private long
private static final int
private long
private int
Fields inherited from class net.minecraft.block.entity.BlockEntity
pos, removed, world
Fields inherited from interface net.minecraft.inventory.Inventory
DEFAULT_MAX_INTERACTION_RANGE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canTransferTo
(Inventory hopperInventory, int slot, ItemStack stack) Returns whether a hopper can transferstack
fromslot
to the hopper.decreaseStack
(int count) void
int
Returns the maximum number of items a stack can contain when placed inside this inventory.getStack()
private boolean
boolean
private boolean
isSongFinished
(MusicDiscItem musicDisc) boolean
Returns whetherstack
is valid for theslot
.protected void
readNbt
(NbtCompound nbt, RegistryWrapper.WrapperLookup registryLookup) Reads data fromnbt
.void
void
private void
spawnNoteParticle
(World world, BlockPos pos) void
private void
private void
tick
(World world, BlockPos pos, BlockState state) static void
tick
(World world, BlockPos pos, BlockState state, JukeboxBlockEntity blockEntity) private void
updateState
(@Nullable Entity entity, boolean hasRecord) protected void
writeNbt
(NbtCompound nbt, RegistryWrapper.WrapperLookup registryLookup) Writes data tonbt
.Methods inherited from class net.minecraft.block.entity.BlockEntity
addComponents, cancelRemoval, copyItemDataRequiresOperator, createComponentlessNbt, createComponentlessNbtWithIdentifyingData, createComponentMap, createFromNbt, createNbt, createNbtWithId, createNbtWithIdentifyingData, getCachedState, getComponents, getPos, getType, getWorld, hasWorld, isRemoved, markDirty, markDirty, markRemoved, onSyncedBlockEvent, populateCrashReport, posFromNbt, read, readComponentlessNbt, readComponents, readComponents, readComponents, removeFromCopiedStackNbt, setCachedState, setComponents, setStackNbt, setWorld, toInitialChunkDataNbt, toUpdatePacket, tryParseCustomName, 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
containsAny, containsAny, count, getMaxCount, markDirty, onClose, onOpen
Methods inherited from interface net.minecraft.inventory.SingleStackInventory
clear, emptyStack, getStack, isEmpty, removeStack, removeStack, setStack, size
Methods inherited from interface net.minecraft.inventory.SingleStackInventory.SingleStackBlockEntityInventory
canPlayerUse
-
Field Details
-
SECOND_PER_TICK
private static final int SECOND_PER_TICK- See Also:
- Mappings:
Namespace Name Mixin selector named SECOND_PER_TICK
Lnet/minecraft/block/entity/JukeboxBlockEntity;SECOND_PER_TICK:I
intermediary field_42799
Lnet/minecraft/class_2619;field_42799:I
official b
Ldqk;b:I
-
recordStack
- Mappings:
Namespace Name Mixin selector named recordStack
Lnet/minecraft/block/entity/JukeboxBlockEntity;recordStack:Lnet/minecraft/item/ItemStack;
intermediary field_46507
Lnet/minecraft/class_2619;field_46507:Lnet/minecraft/class_1799;
official c
Ldqk;c:Lcur;
-
ticksThisSecond
private int ticksThisSecond- Mappings:
Namespace Name Mixin selector named ticksThisSecond
Lnet/minecraft/block/entity/JukeboxBlockEntity;ticksThisSecond:I
intermediary field_39481
Lnet/minecraft/class_2619;field_39481:I
official d
Ldqk;d:I
-
tickCount
private long tickCount- Mappings:
Namespace Name Mixin selector named tickCount
Lnet/minecraft/block/entity/JukeboxBlockEntity;tickCount:J
intermediary field_39482
Lnet/minecraft/class_2619;field_39482:J
official e
Ldqk;e:J
-
recordStartTick
private long recordStartTick- Mappings:
Namespace Name Mixin selector named recordStartTick
Lnet/minecraft/block/entity/JukeboxBlockEntity;recordStartTick:J
intermediary field_39483
Lnet/minecraft/class_2619;field_39483:J
official f
Ldqk;f:J
-
isPlaying
private boolean isPlaying- Mappings:
Namespace Name Mixin selector named isPlaying
Lnet/minecraft/block/entity/JukeboxBlockEntity;isPlaying:Z
intermediary field_39484
Lnet/minecraft/class_2619;field_39484:Z
official g
Ldqk;g:Z
-
-
Constructor Details
-
JukeboxBlockEntity
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/block/entity/JukeboxBlockEntity;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V
intermediary <init>
Lnet/minecraft/class_2619;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V
official <init>
Ldqk;<init>(Liz;Ldse;)V
-
-
Method Details
-
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 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
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 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
-
isPlayingRecord
public boolean isPlayingRecord()- Mappings:
Namespace Name Mixin selector named isPlayingRecord
Lnet/minecraft/block/entity/JukeboxBlockEntity;isPlayingRecord()Z
intermediary method_44373
Lnet/minecraft/class_2619;method_44373()Z
official j
Ldqk;j()Z
-
updateState
- Mappings:
Namespace Name Mixin selector named updateState
Lnet/minecraft/block/entity/JukeboxBlockEntity;updateState(Lnet/minecraft/entity/Entity;Z)V
intermediary method_49209
Lnet/minecraft/class_2619;method_49209(Lnet/minecraft/class_1297;Z)V
official a
Ldqk;a(Lbsw;Z)V
-
startPlaying
public void startPlaying()- Mappings:
Namespace Name Mixin selector named startPlaying
Lnet/minecraft/block/entity/JukeboxBlockEntity;startPlaying()V
intermediary method_49212
Lnet/minecraft/class_2619;method_49212()V
official k
Ldqk;k()V
-
stopPlaying
private void stopPlaying()- Mappings:
Namespace Name Mixin selector named stopPlaying
Lnet/minecraft/block/entity/JukeboxBlockEntity;stopPlaying()V
intermediary method_49214
Lnet/minecraft/class_2619;method_49214()V
official u
Ldqk;u()V
-
tick
- Mappings:
Namespace Name Mixin selector named tick
Lnet/minecraft/block/entity/JukeboxBlockEntity;tick(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V
intermediary method_49211
Lnet/minecraft/class_2619;method_49211(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V
official b
Ldqk;b(Ldca;Liz;Ldse;)V
-
isSongFinished
- Mappings:
Namespace Name Mixin selector named isSongFinished
Lnet/minecraft/block/entity/JukeboxBlockEntity;isSongFinished(Lnet/minecraft/item/MusicDiscItem;)Z
intermediary method_44372
Lnet/minecraft/class_2619;method_44372(Lnet/minecraft/class_1813;)Z
official a
Ldqk;a(Lcvm;)Z
-
hasSecondPassed
private boolean hasSecondPassed()- Mappings:
Namespace Name Mixin selector named hasSecondPassed
Lnet/minecraft/block/entity/JukeboxBlockEntity;hasSecondPassed()Z
intermediary method_44371
Lnet/minecraft/class_2619;method_44371()Z
official w
Ldqk;w()Z
-
getStack
- Specified by:
getStack
in interfaceSingleStackInventory
- Mappings:
Namespace Name Mixin selector named getStack
Lnet/minecraft/inventory/SingleStackInventory;getStack()Lnet/minecraft/item/ItemStack;
intermediary method_54079
Lnet/minecraft/class_8181;method_54079()Lnet/minecraft/class_1799;
official f
Lexe;f()Lcur;
-
decreaseStack
- Specified by:
decreaseStack
in interfaceSingleStackInventory
- Mappings:
Namespace Name Mixin selector named decreaseStack
Lnet/minecraft/inventory/SingleStackInventory;decreaseStack(I)Lnet/minecraft/item/ItemStack;
intermediary method_54078
Lnet/minecraft/class_8181;method_54078(I)Lnet/minecraft/class_1799;
official c
Lexe;c(I)Lcur;
-
setStack
- Specified by:
setStack
in interfaceSingleStackInventory
- Mappings:
Namespace Name Mixin selector named setStack
Lnet/minecraft/inventory/SingleStackInventory;setStack(Lnet/minecraft/item/ItemStack;)V
intermediary method_54077
Lnet/minecraft/class_8181;method_54077(Lnet/minecraft/class_1799;)V
official b
Lexe;b(Lcur;)V
-
getMaxCountPerStack
public int getMaxCountPerStack()Returns the maximum number of items a stack can contain when placed inside this inventory.No slots may have more than this number of items. It is effectively the stacking limit for this inventory's slots.
- Specified by:
getMaxCountPerStack
in interfaceInventory
- Returns:
- the maximum number of items a stack can contain when placed inside this inventory
- Mappings:
Namespace Name Mixin selector named getMaxCountPerStack
Lnet/minecraft/inventory/Inventory;getMaxCountPerStack()I
intermediary method_5444
Lnet/minecraft/class_1263;method_5444()I
official ah_
Lbqp;ah_()I
-
asBlockEntity
- Specified by:
asBlockEntity
in interfaceSingleStackInventory.SingleStackBlockEntityInventory
- Mappings:
Namespace Name Mixin selector named asBlockEntity
Lnet/minecraft/inventory/SingleStackInventory$SingleStackBlockEntityInventory;asBlockEntity()Lnet/minecraft/block/entity/BlockEntity;
intermediary method_54080
Lnet/minecraft/class_8181$class_9210;method_54080()Lnet/minecraft/class_2586;
official v
Lexe$a;v()Ldpj;
-
isValid
Returns whetherstack
is valid for theslot
.Implementations can, for example, use this to check whether the item is in a specific tag. This returns
true
by default.- Specified by:
isValid
in interfaceInventory
- Returns:
- whether
stack
is valid for theslot
- Mappings:
Namespace Name Mixin selector named isValid
Lnet/minecraft/inventory/Inventory;isValid(ILnet/minecraft/item/ItemStack;)Z
intermediary method_5437
Lnet/minecraft/class_1263;method_5437(ILnet/minecraft/class_1799;)Z
official b
Lbqp;b(ILcur;)Z
-
canTransferTo
Returns whether a hopper can transferstack
fromslot
to the hopper.This returns
true
by default.- Specified by:
canTransferTo
in interfaceInventory
- Returns:
- whether a hopper can transfer
stack
fromslot
to the hopper - Mappings:
Namespace Name Mixin selector named canTransferTo
Lnet/minecraft/inventory/Inventory;canTransferTo(Lnet/minecraft/inventory/Inventory;ILnet/minecraft/item/ItemStack;)Z
intermediary method_49104
Lnet/minecraft/class_1263;method_49104(Lnet/minecraft/class_1263;ILnet/minecraft/class_1799;)Z
official a
Lbqp;a(Lbqp;ILcur;)Z
-
spawnNoteParticle
- Mappings:
Namespace Name Mixin selector named spawnNoteParticle
Lnet/minecraft/block/entity/JukeboxBlockEntity;spawnNoteParticle(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)V
intermediary method_48969
Lnet/minecraft/class_2619;method_48969(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)V
official a
Ldqk;a(Ldca;Liz;)V
-
dropRecord
public void dropRecord()- Mappings:
Namespace Name Mixin selector named dropRecord
Lnet/minecraft/block/entity/JukeboxBlockEntity;dropRecord()V
intermediary method_49213
Lnet/minecraft/class_2619;method_49213()V
official l
Ldqk;l()V
-
tick
public static void tick(World world, BlockPos pos, BlockState state, JukeboxBlockEntity blockEntity) - Mappings:
Namespace Name Mixin selector named tick
Lnet/minecraft/block/entity/JukeboxBlockEntity;tick(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/JukeboxBlockEntity;)V
intermediary method_44370
Lnet/minecraft/class_2619;method_44370(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2619;)V
official a
Ldqk;a(Ldca;Liz;Ldse;Ldqk;)V
-
setDisc
- Mappings:
Namespace Name Mixin selector named setDisc
Lnet/minecraft/block/entity/JukeboxBlockEntity;setDisc(Lnet/minecraft/item/ItemStack;)V
intermediary method_49210
Lnet/minecraft/class_2619;method_49210(Lnet/minecraft/class_1799;)V
official c
Ldqk;c(Lcur;)V
-