Package net.minecraft.block.entity
Class JukeboxBlockEntity
java.lang.Object
net.minecraft.block.entity.BlockEntity
net.minecraft.block.entity.JukeboxBlockEntity
- All Implemented Interfaces:
class_8181,Inventory,Clearable
- Mappings:
Namespace Name official czzintermediary net/minecraft/class_2619named net/minecraft/block/entity/JukeboxBlockEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate final DefaultedList<ItemStack>private booleanprivate longprivate longprivate intFields inherited from class net.minecraft.block.entity.BlockEntity
pos, removed, worldFields inherited from interface net.minecraft.inventory.Inventory
field_42619, MAX_COUNT_PER_STACK -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanPlayerUse(PlayerEntity player) intReturns the maximum number of items a stack can contain when placed inside this inventory.getStack(int slot) Fetches the stack currently stored at the given slot.private booleanbooleanprivate booleanisSongFinished(MusicDiscItem musicDisc) booleanReturns whether the given stack is a valid for the indicated slot position.booleanmethod_49104(Inventory inventory, int int2, ItemStack itemStack) private voidmethod_49209(@Nullable Entity entity, boolean bool) voidmethod_49210(ItemStack itemStack) private voidmethod_49211(World world, BlockPos blockPos, BlockState blockState) voidvoidprivate voidvoidreadNbt(NbtCompound nbt) Reads data fromnbt.removeStack(int slot, int amount) Removes a specific number of items from the given slot.voidprivate voidspawnNoteParticle(World world, BlockPos blockPos) static voidtick(World world, BlockPos pos, BlockState state, JukeboxBlockEntity blockEntity) 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, onSyncedBlockEvent, populateCrashReport, posFromNbt, setCachedState, setStackNbt, setWorld, toInitialChunkDataNbt, toUpdatePacket, writeIdToNbtMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.class_8181
clear, isEmpty, method_49274, method_49275, method_49276, removeStack, sizeMethods inherited from interface net.minecraft.inventory.Inventory
containsAny, containsAny, count, markDirty, onClose, onOpen
-
Field Details
-
field_42799
private static final int field_42799- See Also:
- Mappings:
Namespace Name Mixin selector official cLczz;c:Iintermediary field_42799Lnet/minecraft/class_2619;field_42799:Inamed field_42799Lnet/minecraft/block/entity/JukeboxBlockEntity;field_42799:I
-
field_42800
- Mappings:
Namespace Name Mixin selector official dLczz;d:Lhk;intermediary field_42800Lnet/minecraft/class_2619;field_42800:Lnet/minecraft/class_2371;named field_42800Lnet/minecraft/block/entity/JukeboxBlockEntity;field_42800:Lnet/minecraft/util/collection/DefaultedList;
-
ticksThisSecond
private int ticksThisSecond- Mappings:
Namespace Name Mixin selector official eLczz;e:Iintermediary field_39481Lnet/minecraft/class_2619;field_39481:Inamed ticksThisSecondLnet/minecraft/block/entity/JukeboxBlockEntity;ticksThisSecond:I
-
tickCount
private long tickCount- Mappings:
Namespace Name Mixin selector official fLczz;f:Jintermediary field_39482Lnet/minecraft/class_2619;field_39482:Jnamed tickCountLnet/minecraft/block/entity/JukeboxBlockEntity;tickCount:J
-
recordStartTick
private long recordStartTick- Mappings:
Namespace Name Mixin selector official gLczz;g:Jintermediary field_39483Lnet/minecraft/class_2619;field_39483:Jnamed recordStartTickLnet/minecraft/block/entity/JukeboxBlockEntity;recordStartTick:J
-
isPlaying
private boolean isPlaying- Mappings:
Namespace Name Mixin selector official hLczz;h:Zintermediary field_39484Lnet/minecraft/class_2619;field_39484:Znamed isPlayingLnet/minecraft/block/entity/JukeboxBlockEntity;isPlaying:Z
-
-
Constructor Details
-
JukeboxBlockEntity
- Mappings:
Namespace Name Mixin selector official <init>Lczz;<init>(Lgr;Ldbn;)Vintermediary <init>Lnet/minecraft/class_2619;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Vnamed <init>Lnet/minecraft/block/entity/JukeboxBlockEntity;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)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.
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 aLczb;a(Lrc;)Vintermediary method_11014Lnet/minecraft/class_2586;method_11014(Lnet/minecraft/class_2487;)Vnamed readNbtLnet/minecraft/block/entity/BlockEntity;readNbt(Lnet/minecraft/nbt/NbtCompound;)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:
writeNbtin classBlockEntity- See Also:
- Mappings:
Namespace Name Mixin selector official bLczb;b(Lrc;)Vintermediary method_11007Lnet/minecraft/class_2586;method_11007(Lnet/minecraft/class_2487;)Vnamed writeNbtLnet/minecraft/block/entity/BlockEntity;writeNbt(Lnet/minecraft/nbt/NbtCompound;)V
-
isPlayingRecord
public boolean isPlayingRecord()- Mappings:
Namespace Name Mixin selector official fLczz;f()Zintermediary method_44373Lnet/minecraft/class_2619;method_44373()Znamed isPlayingRecordLnet/minecraft/block/entity/JukeboxBlockEntity;isPlayingRecord()Z
-
method_49209
- Mappings:
Namespace Name Mixin selector official aLczz;a(Lbfg;Z)Vintermediary method_49209Lnet/minecraft/class_2619;method_49209(Lnet/minecraft/class_1297;Z)Vnamed method_49209Lnet/minecraft/block/entity/JukeboxBlockEntity;method_49209(Lnet/minecraft/entity/Entity;Z)V
-
method_49212
public void method_49212()- Mappings:
Namespace Name Mixin selector official gLczz;g()Vintermediary method_49212Lnet/minecraft/class_2619;method_49212()Vnamed method_49212Lnet/minecraft/block/entity/JukeboxBlockEntity;method_49212()V
-
method_49214
private void method_49214()- Mappings:
Namespace Name Mixin selector official vLczz;v()Vintermediary method_49214Lnet/minecraft/class_2619;method_49214()Vnamed method_49214Lnet/minecraft/block/entity/JukeboxBlockEntity;method_49214()V
-
method_49211
- Mappings:
Namespace Name Mixin selector official bLczz;b(Lcmh;Lgr;Ldbn;)Vintermediary method_49211Lnet/minecraft/class_2619;method_49211(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Vnamed method_49211Lnet/minecraft/block/entity/JukeboxBlockEntity;method_49211(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V
-
isSongFinished
- Mappings:
Namespace Name Mixin selector official aLczz;a(Lcgm;)Zintermediary method_44372Lnet/minecraft/class_2619;method_44372(Lnet/minecraft/class_1813;)Znamed isSongFinishedLnet/minecraft/block/entity/JukeboxBlockEntity;isSongFinished(Lnet/minecraft/item/MusicDiscItem;)Z
-
hasSecondPassed
private boolean hasSecondPassed()- Mappings:
Namespace Name Mixin selector official wLczz;w()Zintermediary method_44371Lnet/minecraft/class_2619;method_44371()Znamed hasSecondPassedLnet/minecraft/block/entity/JukeboxBlockEntity;hasSecondPassed()Z
-
getStack
Fetches the stack currently stored at the given slot. If the slot is empty, or is outside the bounds of this inventory, returns seeItemStack.EMPTY. -
removeStack
Removes a specific number of items from the given slot.- Specified by:
removeStackin interfaceInventory- Returns:
- the removed items as a stack
- Mappings:
Namespace Name Mixin selector official aLbdq;a(II)Lcfu;intermediary method_5434Lnet/minecraft/class_1263;method_5434(II)Lnet/minecraft/class_1799;named removeStackLnet/minecraft/inventory/Inventory;removeStack(II)Lnet/minecraft/item/ItemStack;
-
setStack
-
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:
getMaxCountPerStackin interfaceInventory- Returns:
- the max
countof item stacks in this inventory - Mappings:
Namespace Name Mixin selector official Z_Lbdq;Z_()Iintermediary method_5444Lnet/minecraft/class_1263;method_5444()Inamed getMaxCountPerStackLnet/minecraft/inventory/Inventory;getMaxCountPerStack()I
-
canPlayerUse
- Specified by:
canPlayerUsein interfaceInventory- Mappings:
Namespace Name Mixin selector official aLbdq;a(Lbyl;)Zintermediary method_5443Lnet/minecraft/class_1263;method_5443(Lnet/minecraft/class_1657;)Znamed canPlayerUseLnet/minecraft/inventory/Inventory;canPlayerUse(Lnet/minecraft/entity/player/PlayerEntity;)Z
-
isValid
Returns whether the given stack is a valid for the indicated slot position. -
method_49104
- Specified by:
method_49104in interfaceInventory- Mappings:
Namespace Name Mixin selector official aLbdq;a(Lbdq;ILcfu;)Zintermediary method_49104Lnet/minecraft/class_1263;method_49104(Lnet/minecraft/class_1263;ILnet/minecraft/class_1799;)Znamed method_49104Lnet/minecraft/inventory/Inventory;method_49104(Lnet/minecraft/inventory/Inventory;ILnet/minecraft/item/ItemStack;)Z
-
spawnNoteParticle
- Mappings:
Namespace Name Mixin selector official aLczz;a(Lcmh;Lgr;)Vintermediary method_48969Lnet/minecraft/class_2619;method_48969(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Vnamed spawnNoteParticleLnet/minecraft/block/entity/JukeboxBlockEntity;spawnNoteParticle(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)V
-
method_49213
public void method_49213()- Mappings:
Namespace Name Mixin selector official iLczz;i()Vintermediary method_49213Lnet/minecraft/class_2619;method_49213()Vnamed method_49213Lnet/minecraft/block/entity/JukeboxBlockEntity;method_49213()V
-
tick
public static void tick(World world, BlockPos pos, BlockState state, JukeboxBlockEntity blockEntity) - Mappings:
Namespace Name Mixin selector official aLczz;a(Lcmh;Lgr;Ldbn;Lczz;)Vintermediary method_44370Lnet/minecraft/class_2619;method_44370(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2619;)Vnamed tickLnet/minecraft/block/entity/JukeboxBlockEntity;tick(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/JukeboxBlockEntity;)V
-
method_49210
- Mappings:
Namespace Name Mixin selector official aLczz;a(Lcfu;)Vintermediary method_49210Lnet/minecraft/class_2619;method_49210(Lnet/minecraft/class_1799;)Vnamed method_49210Lnet/minecraft/block/entity/JukeboxBlockEntity;method_49210(Lnet/minecraft/item/ItemStack;)V
-