public class SkullTileEntity extends TileEntity implements ITickableTileEntity
Modifier and Type | Field and Description |
---|---|
private boolean |
dragonAnimated |
private int |
dragonAnimatedTicks |
private com.mojang.authlib.GameProfile |
playerProfile |
private static PlayerProfileCache |
profileCache |
private static com.mojang.authlib.minecraft.MinecraftSessionService |
sessionService |
pos, removed, world
INFINITE_EXTENT_AABB
Constructor and Description |
---|
SkullTileEntity() |
Modifier and Type | Method and Description |
---|---|
float |
getAnimationProgress(float p_184295_1_) |
com.mojang.authlib.GameProfile |
getPlayerProfile() |
SUpdateTileEntityPacket |
getUpdatePacket() |
CompoundNBT |
getUpdateTag() |
void |
read(CompoundNBT compound) |
void |
setPlayerProfile(com.mojang.authlib.GameProfile p_195485_1_) |
static void |
setProfileCache(PlayerProfileCache profileCacheIn) |
static void |
setSessionService(com.mojang.authlib.minecraft.MinecraftSessionService sessionServiceIn) |
void |
tick() |
static com.mojang.authlib.GameProfile |
updateGameProfile(com.mojang.authlib.GameProfile input) |
private void |
updatePlayerProfile() |
CompoundNBT |
write(CompoundNBT compound) |
addInfoToCrashReport, create, getBlockState, getDistanceSq, getMaxRenderDistanceSquared, getPos, getTileData, getType, getWorld, hasWorld, isRemoved, markDirty, mirror, onlyOpsCanSetNbt, receiveClientEvent, remove, rotate, setPos, setWorldAndPos, updateContainingBlockInfo, validate, warnInvalidBlock
areCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCaps
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canRenderBreaking, deserializeNBT, getModelData, getRenderBoundingBox, getTileEntity, handleUpdateTag, hasFastRenderer, onChunkUnloaded, onDataPacket, onLoad, requestModelDataUpdate, serializeNBT
getCapability, getCapability
private com.mojang.authlib.GameProfile playerProfile
private int dragonAnimatedTicks
private boolean dragonAnimated
private static PlayerProfileCache profileCache
private static com.mojang.authlib.minecraft.MinecraftSessionService sessionService
public static void setProfileCache(PlayerProfileCache profileCacheIn)
public static void setSessionService(com.mojang.authlib.minecraft.MinecraftSessionService sessionServiceIn)
public CompoundNBT write(CompoundNBT compound)
write
in class TileEntity
public void read(CompoundNBT compound)
read
in class TileEntity
public void tick()
tick
in interface ITickableTileEntity
public float getAnimationProgress(float p_184295_1_)
@Nullable public com.mojang.authlib.GameProfile getPlayerProfile()
@Nullable public SUpdateTileEntityPacket getUpdatePacket()
getUpdatePacket
in class TileEntity
public CompoundNBT getUpdateTag()
getUpdateTag
in class TileEntity
public void setPlayerProfile(@Nullable com.mojang.authlib.GameProfile p_195485_1_)
private void updatePlayerProfile()
public static com.mojang.authlib.GameProfile updateGameProfile(com.mojang.authlib.GameProfile input)