public class TileEntityEndGateway extends TileEntityEndPortal implements ITickable
pos, removed, world
INFINITE_EXTENT_AABB
Constructor and Description |
---|
TileEntityEndGateway() |
Modifier and Type | Method and Description |
---|---|
float |
getCooldownPercent(float partialTicks) |
double |
getMaxRenderDistanceSquared() |
int |
getParticleAmount() |
float |
getSpawnPercent(float partialTicks) |
SPacketUpdateTileEntity |
getUpdatePacket() |
NBTTagCompound |
getUpdateTag() |
boolean |
isCoolingDown() |
boolean |
isSpawning() |
void |
read(NBTTagCompound compound) |
boolean |
receiveClientEvent(int id,
int type) |
void |
setExitPortal(BlockPos exitPortalIn) |
boolean |
shouldRenderFace(EnumFacing face) |
void |
teleportEntity(Entity entityIn) |
void |
tick() |
void |
triggerCooldown() |
NBTTagCompound |
write(NBTTagCompound compound) |
addInfoToCrashReport, create, getBlockState, getDistanceSq, getPos, getTileData, getType, getWorld, hasWorld, isRemoved, markDirty, mirror, onlyOpsCanSetNbt, 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 NBTTagCompound write(NBTTagCompound compound)
write
in class TileEntity
public void read(NBTTagCompound compound)
read
in class TileEntity
public double getMaxRenderDistanceSquared()
getMaxRenderDistanceSquared
in class TileEntity
public boolean isSpawning()
public boolean isCoolingDown()
public float getSpawnPercent(float partialTicks)
public float getCooldownPercent(float partialTicks)
@Nullable public SPacketUpdateTileEntity getUpdatePacket()
getUpdatePacket
in class TileEntity
public NBTTagCompound getUpdateTag()
getUpdateTag
in class TileEntity
public void triggerCooldown()
public boolean receiveClientEvent(int id, int type)
receiveClientEvent
in class TileEntity
public void teleportEntity(Entity entityIn)
public boolean shouldRenderFace(EnumFacing face)
shouldRenderFace
in class TileEntityEndPortal
public int getParticleAmount()
public void setExitPortal(BlockPos exitPortalIn)