public class TileEntitySkull extends TileEntity implements ITickable
pos, removed, world
INFINITE_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, validate
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, shouldRenderInPass
getCapability, getCapability
public static void setProfileCache(PlayerProfileCache profileCacheIn)
public static void setSessionService(com.mojang.authlib.minecraft.MinecraftSessionService sessionServiceIn)
public NBTTagCompound write(NBTTagCompound compound)
write
in class TileEntity
public void read(NBTTagCompound compound)
read
in class TileEntity
public float getAnimationProgress(float p_184295_1_)
@Nullable public com.mojang.authlib.GameProfile getPlayerProfile()
@Nullable public SPacketUpdateTileEntity getUpdatePacket()
getUpdatePacket
in class TileEntity
public NBTTagCompound getUpdateTag()
getUpdateTag
in class TileEntity
public 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()