public class TileEntitySkull extends TileEntity implements ITickable
pos, removed, worldINFINITE_EXTENT_AABB| Constructor and Description |
|---|
TileEntitySkull() |
| Modifier and Type | Method and Description |
|---|---|
static void |
disableDrop(IBlockReader p_195486_0_,
BlockPos p_195486_1_) |
float |
getAnimationProgress(float p_184295_1_) |
com.mojang.authlib.GameProfile |
getPlayerProfile() |
SPacketUpdateTileEntity |
getUpdatePacket() |
NBTTagCompound |
getUpdateTag() |
void |
read(NBTTagCompound compound) |
void |
setPlayerProfile(com.mojang.authlib.GameProfile p_195485_1_) |
static void |
setProfileCache(PlayerProfileCache profileCacheIn) |
static void |
setSessionService(com.mojang.authlib.minecraft.MinecraftSessionService sessionServiceIn) |
boolean |
shouldDrop() |
void |
tick() |
static com.mojang.authlib.GameProfile |
updateGameProfile(com.mojang.authlib.GameProfile input) |
NBTTagCompound |
write(NBTTagCompound compound) |
addInfoToCrashReport, create, getBlockState, getDistanceSq, getMaxRenderDistanceSquared, getPos, getTileData, getType, getWorld, hasWorld, isRemoved, markDirty, mirror, onlyOpsCanSetNbt, receiveClientEvent, remove, rotate, setPos, setWorld, updateContainingBlockInfo, validateareCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCapsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanRenderBreaking, deserializeNBT, getModelData, getRenderBoundingBox, getTileEntity, handleUpdateTag, hasFastRenderer, onChunkUnloaded, onDataPacket, onLoad, requestModelDataUpdate, serializeNBT, shouldRenderInPassgetCapability, getCapabilitypublic static void setProfileCache(PlayerProfileCache profileCacheIn)
public static void setSessionService(com.mojang.authlib.minecraft.MinecraftSessionService sessionServiceIn)
public NBTTagCompound write(NBTTagCompound compound)
write in class TileEntitypublic void read(NBTTagCompound compound)
read in class TileEntitypublic float getAnimationProgress(float p_184295_1_)
@Nullable public com.mojang.authlib.GameProfile getPlayerProfile()
@Nullable public SPacketUpdateTileEntity getUpdatePacket()
getUpdatePacket in class TileEntitypublic NBTTagCompound getUpdateTag()
getUpdateTag in class TileEntitypublic void setPlayerProfile(@Nullable
com.mojang.authlib.GameProfile p_195485_1_)
public static com.mojang.authlib.GameProfile updateGameProfile(com.mojang.authlib.GameProfile input)
public static void disableDrop(IBlockReader p_195486_0_, BlockPos p_195486_1_)
public boolean shouldDrop()