Class SkullBlockEntity
- Mappings:
Namespace Name named net/minecraft/block/entity/SkullBlockEntityintermediary net/minecraft/class_2631official eae
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Stringstatic final Executorprivate static @Nullable LoadingCache<String, CompletableFuture<Optional<com.mojang.authlib.GameProfile>>> private static final Stringprivate @Nullable Identifierprivate @Nullable ProfileComponentprivate booleanprivate intprivate static final Stringprivate static @Nullable LoadingCache<UUID, CompletableFuture<Optional<com.mojang.authlib.GameProfile>>> Fields inherited from class net.minecraft.block.entity.BlockEntity
pos, removed, world -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddComponents(ComponentMap.Builder builder) static voidstatic CompletableFuture<Optional<com.mojang.authlib.GameProfile>> fetchProfileByName(String name) (package private) static CompletableFuture<Optional<com.mojang.authlib.GameProfile>> fetchProfileByName(String name, ApiServices apiServices) static CompletableFuture<Optional<com.mojang.authlib.GameProfile>> fetchProfileByUuid(UUID uuid) (package private) static CompletableFuture<Optional<com.mojang.authlib.GameProfile>> fetchProfileByUuid(UUID uuid, ApiServices apiServices, BooleanSupplier booleanSupplier) getOwner()floatgetPoweredTicks(float tickProgress) private voidprotected voidreadComponents(ComponentsAccess components) protected voidreadNbt(NbtCompound nbt, RegistryWrapper.WrapperLookup registries) Reads data fromnbt.voidvoidsetOwner(@Nullable ProfileComponent profile) static voidsetServices(ApiServices apiServices, Executor executor) static voidtick(World world, BlockPos pos, BlockState state, SkullBlockEntity blockEntity) toInitialChunkDataNbt(RegistryWrapper.WrapperLookup registries) 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, ornullto not send the packet.protected voidwriteNbt(NbtCompound nbt, RegistryWrapper.WrapperLookup registries) Writes data tonbt.Methods inherited from class net.minecraft.block.entity.BlockEntity
cancelRemoval, createComponentlessNbt, createComponentlessNbtWithIdentifyingData, createComponentMap, createFromNbt, createNbt, createNbtWithId, createNbtWithIdentifyingData, getCachedState, getComponents, getPos, getType, getWorld, hasWorld, isRemoved, markDirty, markDirty, markRemoved, onBlockReplaced, onSyncedBlockEvent, populateCrashReport, posFromNbt, read, readComponentlessNbt, readComponents, readComponents, setCachedState, setComponents, setWorld, supports, tryParseCustomName, writeIdToNbt
-
Field Details
-
PROFILE_NBT_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector named PROFILE_NBT_KEYLnet/minecraft/block/entity/SkullBlockEntity;PROFILE_NBT_KEY:Ljava/lang/String;intermediary field_49762Lnet/minecraft/class_2631;field_49762:Ljava/lang/String;official bLeae;b:Ljava/lang/String;
-
NOTE_BLOCK_SOUND_NBT_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector named NOTE_BLOCK_SOUND_NBT_KEYLnet/minecraft/block/entity/SkullBlockEntity;NOTE_BLOCK_SOUND_NBT_KEY:Ljava/lang/String;intermediary field_41602Lnet/minecraft/class_2631;field_41602:Ljava/lang/String;official cLeae;c:Ljava/lang/String;
-
CUSTOM_NAME_NBT_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector named CUSTOM_NAME_NBT_KEYLnet/minecraft/block/entity/SkullBlockEntity;CUSTOM_NAME_NBT_KEY:Ljava/lang/String;intermediary field_49763Lnet/minecraft/class_2631;field_49763:Ljava/lang/String;official dLeae;d:Ljava/lang/String;
-
currentExecutor
- Mappings:
Namespace Name Mixin selector named currentExecutorLnet/minecraft/block/entity/SkullBlockEntity;currentExecutor:Ljava/util/concurrent/Executor;intermediary field_34029Lnet/minecraft/class_2631;field_34029:Ljava/util/concurrent/Executor;official eLeae;e:Ljava/util/concurrent/Executor;
-
nameToProfileCache
@Nullable private static @Nullable LoadingCache<String,CompletableFuture<Optional<com.mojang.authlib.GameProfile>>> nameToProfileCache- Mappings:
Namespace Name Mixin selector named nameToProfileCacheLnet/minecraft/block/entity/SkullBlockEntity;nameToProfileCache:Lcom/google/common/cache/LoadingCache;intermediary field_51356Lnet/minecraft/class_2631;field_51356:Lcom/google/common/cache/LoadingCache;official fLeae;f:Lcom/google/common/cache/LoadingCache;
-
uuidToProfileCache
@Nullable private static @Nullable LoadingCache<UUID,CompletableFuture<Optional<com.mojang.authlib.GameProfile>>> uuidToProfileCache- Mappings:
Namespace Name Mixin selector named uuidToProfileCacheLnet/minecraft/block/entity/SkullBlockEntity;uuidToProfileCache:Lcom/google/common/cache/LoadingCache;intermediary field_51357Lnet/minecraft/class_2631;field_51357:Lcom/google/common/cache/LoadingCache;official gLeae;g:Lcom/google/common/cache/LoadingCache;
-
EXECUTOR
- Mappings:
Namespace Name Mixin selector named EXECUTORLnet/minecraft/block/entity/SkullBlockEntity;EXECUTOR:Ljava/util/concurrent/Executor;intermediary field_45147Lnet/minecraft/class_2631;field_45147:Ljava/util/concurrent/Executor;official aLeae;a:Ljava/util/concurrent/Executor;
-
owner
- Mappings:
Namespace Name Mixin selector named ownerLnet/minecraft/block/entity/SkullBlockEntity;owner:Lnet/minecraft/component/type/ProfileComponent;intermediary field_12087Lnet/minecraft/class_2631;field_12087:Lnet/minecraft/class_9296;official hLeae;h:Lddk;
-
noteBlockSound
- Mappings:
Namespace Name Mixin selector named noteBlockSoundLnet/minecraft/block/entity/SkullBlockEntity;noteBlockSound:Lnet/minecraft/util/Identifier;intermediary field_41603Lnet/minecraft/class_2631;field_41603:Lnet/minecraft/class_2960;official iLeae;i:Lalr;
-
poweredTicks
private int poweredTicks- Mappings:
Namespace Name Mixin selector named poweredTicksLnet/minecraft/block/entity/SkullBlockEntity;poweredTicks:Iintermediary field_41315Lnet/minecraft/class_2631;field_41315:Iofficial jLeae;j:I
-
powered
private boolean powered- Mappings:
Namespace Name Mixin selector named poweredLnet/minecraft/block/entity/SkullBlockEntity;powered:Zintermediary field_41316Lnet/minecraft/class_2631;field_41316:Zofficial kLeae;k:Z
-
customName
- Mappings:
Namespace Name Mixin selector named customNameLnet/minecraft/block/entity/SkullBlockEntity;customName:Lnet/minecraft/text/Text;intermediary field_49765Lnet/minecraft/class_2631;field_49765:Lnet/minecraft/class_2561;official lLeae;l:Lxg;
-
-
Constructor Details
-
SkullBlockEntity
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/block/entity/SkullBlockEntity;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Vintermediary <init>Lnet/minecraft/class_2631;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Vofficial <init>Leae;<init>(Liw;Lebq;)V
-
-
Method Details
-
setServices
- Mappings:
Namespace Name Mixin selector named setServicesLnet/minecraft/block/entity/SkullBlockEntity;setServices(Lnet/minecraft/util/ApiServices;Ljava/util/concurrent/Executor;)Vintermediary method_39765Lnet/minecraft/class_2631;method_39765(Lnet/minecraft/class_7497;Ljava/util/concurrent/Executor;)Vofficial aLeae;a(Lamm;Ljava/util/concurrent/Executor;)V
-
fetchProfileByName
static CompletableFuture<Optional<com.mojang.authlib.GameProfile>> fetchProfileByName(String name, ApiServices apiServices) - Mappings:
Namespace Name Mixin selector named fetchProfileByNameLnet/minecraft/block/entity/SkullBlockEntity;fetchProfileByName(Ljava/lang/String;Lnet/minecraft/util/ApiServices;)Ljava/util/concurrent/CompletableFuture;intermediary method_59536Lnet/minecraft/class_2631;method_59536(Ljava/lang/String;Lnet/minecraft/class_7497;)Ljava/util/concurrent/CompletableFuture;official aLeae;a(Ljava/lang/String;Lamm;)Ljava/util/concurrent/CompletableFuture;
-
fetchProfileByUuid
static CompletableFuture<Optional<com.mojang.authlib.GameProfile>> fetchProfileByUuid(UUID uuid, ApiServices apiServices, BooleanSupplier booleanSupplier) - Mappings:
Namespace Name Mixin selector named fetchProfileByUuidLnet/minecraft/block/entity/SkullBlockEntity;fetchProfileByUuid(Ljava/util/UUID;Lnet/minecraft/util/ApiServices;Ljava/util/function/BooleanSupplier;)Ljava/util/concurrent/CompletableFuture;intermediary method_59540Lnet/minecraft/class_2631;method_59540(Ljava/util/UUID;Lnet/minecraft/class_7497;Ljava/util/function/BooleanSupplier;)Ljava/util/concurrent/CompletableFuture;official aLeae;a(Ljava/util/UUID;Lamm;Ljava/util/function/BooleanSupplier;)Ljava/util/concurrent/CompletableFuture;
-
clearServices
public static void clearServices()- Mappings:
Namespace Name Mixin selector named clearServicesLnet/minecraft/block/entity/SkullBlockEntity;clearServices()Vintermediary method_39766Lnet/minecraft/class_2631;method_39766()Vofficial aLeae;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:
writeNbtin classBlockEntity- See Also:
- Mappings:
Namespace Name Mixin selector named writeNbtLnet/minecraft/block/entity/BlockEntity;writeNbt(Lnet/minecraft/nbt/NbtCompound;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Vintermediary method_11007Lnet/minecraft/class_2586;method_11007(Lnet/minecraft/class_2487;Lnet/minecraft/class_7225$class_7874;)Vofficial bLdyo;b(Lua;Lji$a;)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 named readNbtLnet/minecraft/block/entity/BlockEntity;readNbt(Lnet/minecraft/nbt/NbtCompound;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Vintermediary method_11014Lnet/minecraft/class_2586;method_11014(Lnet/minecraft/class_2487;Lnet/minecraft/class_7225$class_7874;)Vofficial aLdyo;a(Lua;Lji$a;)V
-
tick
- Mappings:
Namespace Name Mixin selector named tickLnet/minecraft/block/entity/SkullBlockEntity;tick(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/SkullBlockEntity;)Vintermediary method_47589Lnet/minecraft/class_2631;method_47589(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2631;)Vofficial aLeae;a(Ldkj;Liw;Lebq;Leae;)V
-
getPoweredTicks
public float getPoweredTicks(float tickProgress) - Mappings:
Namespace Name Mixin selector named getPoweredTicksLnet/minecraft/block/entity/SkullBlockEntity;getPoweredTicks(F)Fintermediary method_47588Lnet/minecraft/class_2631;method_47588(F)Fofficial aLeae;a(F)F
-
getOwner
- Mappings:
Namespace Name Mixin selector named getOwnerLnet/minecraft/block/entity/SkullBlockEntity;getOwner()Lnet/minecraft/component/type/ProfileComponent;intermediary method_11334Lnet/minecraft/class_2631;method_11334()Lnet/minecraft/class_9296;official cLeae;c()Lddk;
-
getNoteBlockSound
- Mappings:
Namespace Name Mixin selector named getNoteBlockSoundLnet/minecraft/block/entity/SkullBlockEntity;getNoteBlockSound()Lnet/minecraft/util/Identifier;intermediary method_47888Lnet/minecraft/class_2631;method_47888()Lnet/minecraft/class_2960;official dLeae;d()Lalr;
-
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, net.minecraft.registry.RegistryWrapper.WrapperLookup)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 named toUpdatePacketLnet/minecraft/block/entity/SkullBlockEntity;toUpdatePacket()Lnet/minecraft/network/packet/s2c/play/BlockEntityUpdateS2CPacket;intermediary method_38250Lnet/minecraft/class_2631;method_38250()Lnet/minecraft/class_2622;official fLeae;f()Lacl;
-
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
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(net.minecraft.registry.RegistryWrapper.WrapperLookup).- Overrides:
toInitialChunkDataNbtin classBlockEntity- Returns:
- the serialized state of this block entity that is observable by clients
- See Also:
- Mappings:
Namespace Name Mixin selector named toInitialChunkDataNbtLnet/minecraft/block/entity/BlockEntity;toInitialChunkDataNbt(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Lnet/minecraft/nbt/NbtCompound;intermediary method_16887Lnet/minecraft/class_2586;method_16887(Lnet/minecraft/class_7225$class_7874;)Lnet/minecraft/class_2487;official aLdyo;a(Lji$a;)Lua;
-
setOwner
- Mappings:
Namespace Name Mixin selector named setOwnerLnet/minecraft/block/entity/SkullBlockEntity;setOwner(Lnet/minecraft/component/type/ProfileComponent;)Vintermediary method_11333Lnet/minecraft/class_2631;method_11333(Lnet/minecraft/class_9296;)Vofficial aLeae;a(Lddk;)V
-
loadOwnerProperties
private void loadOwnerProperties()- Mappings:
Namespace Name Mixin selector named loadOwnerPropertiesLnet/minecraft/block/entity/SkullBlockEntity;loadOwnerProperties()Vintermediary method_11339Lnet/minecraft/class_2631;method_11339()Vofficial jLeae;j()V
-
fetchProfileByName
public static CompletableFuture<Optional<com.mojang.authlib.GameProfile>> fetchProfileByName(String name) - Mappings:
Namespace Name Mixin selector named fetchProfileByNameLnet/minecraft/block/entity/SkullBlockEntity;fetchProfileByName(Ljava/lang/String;)Ljava/util/concurrent/CompletableFuture;intermediary method_52580Lnet/minecraft/class_2631;method_52580(Ljava/lang/String;)Ljava/util/concurrent/CompletableFuture;official aLeae;a(Ljava/lang/String;)Ljava/util/concurrent/CompletableFuture;
-
fetchProfileByUuid
public static CompletableFuture<Optional<com.mojang.authlib.GameProfile>> fetchProfileByUuid(UUID uuid) - Mappings:
Namespace Name Mixin selector named fetchProfileByUuidLnet/minecraft/block/entity/SkullBlockEntity;fetchProfileByUuid(Ljava/util/UUID;)Ljava/util/concurrent/CompletableFuture;intermediary method_59539Lnet/minecraft/class_2631;method_59539(Ljava/util/UUID;)Ljava/util/concurrent/CompletableFuture;official aLeae;a(Ljava/util/UUID;)Ljava/util/concurrent/CompletableFuture;
-
readComponents
- Overrides:
readComponentsin classBlockEntity- Mappings:
Namespace Name Mixin selector named readComponentsLnet/minecraft/block/entity/BlockEntity;readComponents(Lnet/minecraft/component/ComponentsAccess;)Vintermediary method_57568Lnet/minecraft/class_2586;method_57568(Lnet/minecraft/class_9473;)Vofficial aLdyo;a(Lkg;)V
-
addComponents
- Overrides:
addComponentsin classBlockEntity- Mappings:
Namespace Name Mixin selector named addComponentsLnet/minecraft/block/entity/BlockEntity;addComponents(Lnet/minecraft/component/ComponentMap$Builder;)Vintermediary method_57567Lnet/minecraft/class_2586;method_57567(Lnet/minecraft/class_9323$class_9324;)Vofficial aLdyo;a(Lki$a;)V
-
removeFromCopiedStackNbt
- Overrides:
removeFromCopiedStackNbtin classBlockEntity- Mappings:
Namespace Name Mixin selector named removeFromCopiedStackNbtLnet/minecraft/block/entity/BlockEntity;removeFromCopiedStackNbt(Lnet/minecraft/nbt/NbtCompound;)Vintermediary method_57569Lnet/minecraft/class_2586;method_57569(Lnet/minecraft/class_2487;)Vofficial aLdyo;a(Lua;)V
-