net.minecraft.world.level.block.entity

public class SkullBlockEntity

extends BlockEntity

cjr
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_
private static GameProfileCache
b
profileCache
field_12089
userCache
f_59755_
private static com.mojang.authlib.minecraft.MinecraftSessionService
c
sessionService
field_12088
sessionService
f_59756_
private static Executor
d
mainThreadExecutor
field_34029
executor
f_182457_
private com.mojang.authlib.GameProfile
e
owner
field_12087
owner
f_59757_
private int
f
mouthTickCount
field_12085
ticksPowered
f_59758_
private boolean
g
isMovingMouth
field_12086
powered
f_59759_

Constructor summary

ModifierConstructor
public (BlockPos pos, BlockState state)

Method summary

Modifier and TypeMethod
public static void
a(aed arg0)
setProfileCache(GameProfileCache arg0)
method_11337(class_3312 arg0)
setUserCache(UserCache value)
m_59764_(C_90_ p_59765_)
public static void
a(com.mojang.authlib.minecraft.MinecraftSessionService arg0)
setSessionService(com.mojang.authlib.minecraft.MinecraftSessionService arg0)
method_11336(com.mojang.authlib.minecraft.MinecraftSessionService arg0)
setSessionService(com.mojang.authlib.minecraft.MinecraftSessionService value)
m_59771_(com.mojang.authlib.minecraft.MinecraftSessionService p_59772_)
public static void
a(Executor arg0)
setMainThreadExecutor(Executor arg0)
method_37428(Executor arg0)
setExecutor(Executor executor)
m_182462_(Executor p_182463_)
public CompoundTag
b(na arg0)
save(CompoundTag arg0)
method_11007(class_2487 arg0)
writeNbt(NbtCompound arg0)
m_6945_(C_4917_ arg0)
save(NBTTagCompound arg0)
public void
a(na arg0)
load(CompoundTag arg0)
method_11014(class_2487 arg0)
readNbt(NbtCompound arg0)
m_142466_(C_4917_ arg0)
load(NBTTagCompound arg0)
public static void
a(bwq arg0, gg arg1, ckt arg2, cjr arg3)
dragonHeadAnimation(Level arg0, BlockPos arg1, BlockState arg2, SkullBlockEntity arg3)
method_31695(class_1937 arg0, class_2338 arg1, class_2680 arg2, class_2631 arg3)
tick(World world, BlockPos pos, BlockState state, SkullBlockEntity blockEntity)
m_155733_(C_1596_ p_155734_, C_4675_ p_155735_, C_2064_ p_155736_, C_2025_ p_155737_)
public float
a(float arg0)
getMouthAnimation(float arg0)
method_11338(float arg0)
getTicksPowered(float tickDelta)
m_59762_(float arg0)
public com.mojang.authlib.GameProfile
d()
getOwnerProfile()
method_11334()
getOwner()
m_59779_()
public ClientboundBlockEntityDataPacket
Y_()
getUpdatePacket()
method_16886()
toUpdatePacket()
m_7033_()
getUpdatePacket()
public CompoundTag
Z_()
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)
setGameProfile(com.mojang.authlib.GameProfile arg0)
private void
f()
updateOwnerProfile()
method_11339()
loadOwnerProperties()
m_59780_()
public static void
a(com.mojang.authlib.GameProfile arg0, Consumer<com.mojang.authlib.GameProfile> arg1)
updateGameprofile(com.mojang.authlib.GameProfile arg0, Consumer<com.mojang.authlib.GameProfile> arg1)
method_11335(com.mojang.authlib.GameProfile arg0, Consumer<com.mojang.authlib.GameProfile> arg1)
loadProperties(com.mojang.authlib.GameProfile owner, Consumer<com.mojang.authlib.GameProfile> callback)
m_155738_(com.mojang.authlib.GameProfile p_155739_, Consumer<com.mojang.authlib.GameProfile> p_155740_)