public class TimespaceAltarTileEntity
extends net.minecraft.tileentity.TileEntity
implements net.minecraft.tileentity.ITickableTileEntity
Modifier and Type | Class and Description |
---|---|
static class |
TimespaceAltarTileEntity.Orb |
Modifier and Type | Field and Description |
---|---|
boolean |
chainIn |
EncounterData |
encounters |
boolean |
flutePlayed |
TimespaceAltarTileEntity.Orb |
orbIn |
net.minecraft.entity.player.PlayerEntity |
summoningPlayer |
boolean |
summoningShiny |
net.minecraft.block.BlockState |
summoningState |
int |
timeSpent |
Constructor and Description |
---|
TimespaceAltarTileEntity() |
Modifier and Type | Method and Description |
---|---|
void |
activate(net.minecraft.entity.player.PlayerEntity player,
TimespaceAltarBlock block,
net.minecraft.block.BlockState state,
net.minecraft.item.ItemStack item) |
net.minecraft.network.play.server.SUpdateTileEntityPacket |
getUpdatePacket() |
net.minecraft.nbt.CompoundNBT |
getUpdateTag() |
void |
handleUpdateTag(net.minecraft.block.BlockState state,
net.minecraft.nbt.CompoundNBT tag) |
void |
load(net.minecraft.block.BlockState state,
net.minecraft.nbt.CompoundNBT nbt) |
void |
onDataPacket(net.minecraft.network.NetworkManager net,
net.minecraft.network.play.server.SUpdateTileEntityPacket pkt) |
void |
reset() |
net.minecraft.nbt.CompoundNBT |
save(net.minecraft.nbt.CompoundNBT nbt) |
void |
setChanged() |
void |
spawnEntity(PixelmonEntity pixelmonEntity,
double x,
double y,
double z,
float rotation) |
void |
tick() |
clearCache, clearRemoved, fillCrashReportCategory, getBlockPos, getBlockState, getLevel, getTileData, getType, getViewDistance, hasLevel, isRemoved, loadStatic, logInvalidState, mirror, onChunkUnloaded, onlyOpCanSetNbt, rotate, setLevelAndPosition, setPosition, setRemoved, triggerEvent
areCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCaps
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EncounterData encounters
public TimespaceAltarTileEntity.Orb orbIn
public boolean chainIn
public boolean flutePlayed
public int timeSpent
public boolean summoningShiny
public net.minecraft.entity.player.PlayerEntity summoningPlayer
public net.minecraft.block.BlockState summoningState
public net.minecraft.nbt.CompoundNBT getUpdateTag()
getUpdateTag
in class net.minecraft.tileentity.TileEntity
public void handleUpdateTag(net.minecraft.block.BlockState state, net.minecraft.nbt.CompoundNBT tag)
handleUpdateTag
in interface net.minecraftforge.common.extensions.IForgeTileEntity
public net.minecraft.nbt.CompoundNBT save(net.minecraft.nbt.CompoundNBT nbt)
save
in class net.minecraft.tileentity.TileEntity
public void load(net.minecraft.block.BlockState state, net.minecraft.nbt.CompoundNBT nbt)
load
in class net.minecraft.tileentity.TileEntity
public net.minecraft.network.play.server.SUpdateTileEntityPacket getUpdatePacket()
getUpdatePacket
in class net.minecraft.tileentity.TileEntity
public void onDataPacket(net.minecraft.network.NetworkManager net, net.minecraft.network.play.server.SUpdateTileEntityPacket pkt)
onDataPacket
in interface net.minecraftforge.common.extensions.IForgeTileEntity
public void setChanged()
setChanged
in class net.minecraft.tileentity.TileEntity
public void activate(net.minecraft.entity.player.PlayerEntity player, TimespaceAltarBlock block, net.minecraft.block.BlockState state, net.minecraft.item.ItemStack item)
public void tick()
tick
in interface net.minecraft.tileentity.ITickableTileEntity
public void reset()
public void spawnEntity(PixelmonEntity pixelmonEntity, double x, double y, double z, float rotation)