net.minecraft.world.level.block.entity

public class SkullBlockEntity

extends BlockEntity

def
net.minecraft.world.level.block.entity.SkullBlockEntity
net.minecraft.class_2631
net.minecraft.block.entity.SkullBlockEntity
net.minecraft.src.C_2025_
net.minecraft.world.level.block.entity.TileEntitySkull

Field summary

Modifier and TypeField
public static final String
a
TAG_SKULL_OWNER
field_31363
SKULL_OWNER_KEY
f_155729_
public static final String
b
TAG_NOTE_BLOCK_SOUND
field_41602
NOTE_BLOCK_SOUND_KEY
f_262238_
private static GameProfileCache
c
profileCache
field_12089
userCache
f_59755_
private static com.mojang.authlib.minecraft.MinecraftSessionService
d
sessionService
field_12088
sessionService
f_59756_
private static Executor
e
mainThreadExecutor
field_34029
currentExecutor
f_182457_
private static final Executor
f
CHECKED_MAIN_THREAD_EXECUTOR
field_45147
EXECUTOR
f_291574_
private com.mojang.authlib.GameProfile
g
owner
field_12087
owner
f_59757_
private ResourceLocation
h
noteBlockSound
field_41603
noteBlockSound
f_262250_
private int
i
animationTickCount
field_41315
poweredTicks
f_260504_
private boolean
j
isAnimating
field_41316
powered
f_260642_

Constructor summary

ModifierConstructor
public (BlockPos pos, BlockState state)

Method summary

Modifier and TypeMethod
public static void
a(afo arg0, Executor arg1)
setup(Services arg0, Executor arg1)
method_39765(class_7497 arg0, Executor arg1)
setServices(ApiServices apiServices, Executor executor)
m_222885_(C_212929_ p_222886_, Executor p_222887_)
public static void
c()
clear()
method_39766()
clearServices()
m_196704_()
protected void
b(qw arg0)
saveAdditional(CompoundTag arg0)
method_11007(class_2487 arg0)
writeNbt(NbtCompound arg0)
m_183515_(C_4917_ arg0)
public void
a(qw arg0)
load(CompoundTag arg0)
method_11014(class_2487 arg0)
readNbt(NbtCompound arg0)
m_142466_(C_4917_ arg0)
public static void
a(cpv arg0, gw arg1, dfj arg2, def arg3)
animation(Level arg0, BlockPos arg1, BlockState arg2, SkullBlockEntity arg3)
method_47589(class_1937 arg0, class_2338 arg1, class_2680 arg2, class_2631 arg3)
tick(World world, BlockPos pos, BlockState state, SkullBlockEntity blockEntity)
m_261318_(C_1596_ p_261710_, C_4675_ p_262153_, C_2064_ p_262021_, C_2025_ p_261594_)
public float
a(float arg0)
getAnimation(float arg0)
method_47588(float arg0)
getPoweredTicks(float tickDelta)
m_261082_(float arg0)
public com.mojang.authlib.GameProfile
d()
getOwnerProfile()
method_11334()
getOwner()
m_59779_()
public ResourceLocation
f()
getNoteBlockSound()
method_47888()
getNoteBlockSound()
m_262374_()
public ClientboundBlockEntityDataPacket
g()
getUpdatePacket()
method_38250()
toUpdatePacket()
m_58483_()
public CompoundTag
as_()
getUpdateTag()
method_16887()
toInitialChunkDataNbt()
m_5995_()
public void
a(com.mojang.authlib.GameProfile arg0)
setOwner(com.mojang.authlib.GameProfile arg0)
method_11333(com.mojang.authlib.GameProfile arg0)
setOwner(com.mojang.authlib.GameProfile owner)
m_59769_(com.mojang.authlib.GameProfile arg0)
private void
i()
updateOwnerProfile()
method_11339()
loadOwnerProperties()
m_59780_()
public static com.mojang.authlib.GameProfile
d(qw arg0)
getOrResolveGameProfile(CompoundTag arg0)
method_52589(class_2487 arg0)
getProfile(NbtCompound nbt)
m_294129_(C_4917_ p_298431_)
public static void
e(qw arg0)
resolveGameProfile(CompoundTag arg0)
method_52590(class_2487 arg0)
fillSkullOwner(NbtCompound nbt)
m_294514_(C_4917_ p_301404_)
private static void
a(qw arg0, String arg1)
resolveGameProfile(CompoundTag arg0, String arg1)
method_52582(class_2487 arg0, String arg1)
fillSkullOwner(NbtCompound nbt, String name)
m_295828_(C_4917_ p_299473_, String p_300818_)
private static CompletableFuture<Optional<com.mojang.authlib.GameProfile>>
a(String arg0)
fetchGameProfile(String arg0)
method_52580(String arg0)
fetchProfile(String name)
m_295759_(String p_298654_)
private static CompletableFuture<Optional<com.mojang.authlib.GameProfile>>
b(com.mojang.authlib.GameProfile arg0)
fillProfileTextures(com.mojang.authlib.GameProfile arg0)
method_52584(com.mojang.authlib.GameProfile arg0)
fetchProfileWithTextures(com.mojang.authlib.GameProfile profile)
m_292605_(com.mojang.authlib.GameProfile p_299217_)
private static boolean
c(com.mojang.authlib.GameProfile arg0)
hasTextures(com.mojang.authlib.GameProfile arg0)
method_52586(com.mojang.authlib.GameProfile arg0)
hasTextures(com.mojang.authlib.GameProfile profile)
m_292986_(com.mojang.authlib.GameProfile p_300715_)