Package net.minecraft.tileentity
Class SkullTileEntity
java.lang.Object
net.minecraftforge.common.capabilities.CapabilityProvider<TileEntity>
net.minecraft.tileentity.TileEntity
net.minecraft.tileentity.SkullTileEntity
- All Implemented Interfaces:
- ITickableTileEntity,- ICapabilityProvider,- ICapabilitySerializable<CompoundNBT>,- IForgeTileEntity,- INBTSerializable<CompoundNBT>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate booleanprivate intprivate com.mojang.authlib.GameProfileprivate static PlayerProfileCacheprivate static com.mojang.authlib.minecraft.MinecraftSessionServiceFields inherited from class net.minecraft.tileentity.TileEntitylevel, remove, worldPositionFields inherited from interface net.minecraftforge.common.extensions.IForgeTileEntityINFINITE_EXTENT_AABB
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfloatgetMouthAnimation(float p_184295_1_) com.mojang.authlib.GameProfilevoidload(BlockState p_230337_1_, CompoundNBT p_230337_2_) save(CompoundNBT p_189515_1_) voidsetOwner(com.mojang.authlib.GameProfile p_195485_1_) static voidsetProfileCache(PlayerProfileCache p_184293_0_) static voidsetSessionService(com.mojang.authlib.minecraft.MinecraftSessionService p_184294_0_) voidtick()static com.mojang.authlib.GameProfileupdateGameprofile(com.mojang.authlib.GameProfile p_174884_0_) private voidMethods inherited from class net.minecraft.tileentity.TileEntityclearCache, clearRemoved, fillCrashReportCategory, getBlockPos, getBlockState, getLevel, getTileData, getType, getViewDistance, hasLevel, isRemoved, loadStatic, logInvalidState, mirror, onChunkUnloaded, onlyOpCanSetNbt, rotate, setChanged, setLevelAndPosition, setPosition, setRemoved, triggerEventMethods inherited from class net.minecraftforge.common.capabilities.CapabilityProviderareCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCapsMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.common.capabilities.ICapabilityProvidergetCapability, getCapabilityMethods inherited from interface net.minecraftforge.common.extensions.IForgeTileEntitydeserializeNBT, deserializeNBT, getModelData, getRenderBoundingBox, getTileEntity, handleUpdateTag, onDataPacket, onLoad, requestModelDataUpdate, serializeNBT
- 
Field Details- 
profileCache
- 
sessionService@Nullable private static com.mojang.authlib.minecraft.MinecraftSessionService sessionService
- 
owner@Nullable private com.mojang.authlib.GameProfile owner
- 
mouthTickCountprivate int mouthTickCount
- 
isMovingMouthprivate boolean isMovingMouth
 
- 
- 
Constructor Details- 
SkullTileEntitypublic SkullTileEntity()
 
- 
- 
Method Details- 
setProfileCache
- 
setSessionServicepublic static void setSessionService(com.mojang.authlib.minecraft.MinecraftSessionService p_184294_0_) 
- 
save- Overrides:
- savein class- TileEntity
 
- 
load- Overrides:
- loadin class- TileEntity
 
- 
tickpublic void tick()- Specified by:
- tickin interface- ITickableTileEntity
 
- 
getMouthAnimationpublic float getMouthAnimation(float p_184295_1_) 
- 
getOwnerProfile@Nullable public com.mojang.authlib.GameProfile getOwnerProfile()
- 
getUpdatePacket- Overrides:
- getUpdatePacketin class- TileEntity
 
- 
getUpdateTag- Overrides:
- getUpdateTagin class- TileEntity
 
- 
setOwnerpublic void setOwner(@Nullable com.mojang.authlib.GameProfile p_195485_1_) 
- 
updateOwnerProfileprivate void updateOwnerProfile()
- 
updateGameprofile@Nullable public static com.mojang.authlib.GameProfile updateGameprofile(@Nullable com.mojang.authlib.GameProfile p_174884_0_) 
 
-