public class TileEntityEndGateway extends TileEntityEndPortal implements ITickable
blockType, INFINITE_EXTENT_AABB, pos, tileEntityInvalid, world
Constructor and Description |
---|
TileEntityEndGateway() |
Modifier and Type | Method and Description |
---|---|
float |
getCooldownPercent(float p_184305_1_) |
double |
getMaxRenderDistanceSquared() |
int |
getParticleAmount() |
float |
getSpawnPercent(float p_184302_1_) |
SPacketUpdateTileEntity |
getUpdatePacket() |
NBTTagCompound |
getUpdateTag() |
boolean |
isCoolingDown() |
boolean |
isSpawning() |
void |
readFromNBT(NBTTagCompound compound) |
boolean |
receiveClientEvent(int id,
int type) |
void |
setExactPosition(BlockPos p_190603_1_) |
boolean |
shouldRenderFace(EnumFacing p_184313_1_) |
void |
teleportEntity(Entity entityIn) |
void |
triggerCooldown() |
void |
update() |
NBTTagCompound |
writeToNBT(NBTTagCompound compound) |
addInfoToCrashReport, canRenderBreaking, create, deserializeNBT, getBlockMetadata, getBlockType, getCapability, getDisplayName, getDistanceSq, getKey, getPos, getRenderBoundingBox, getTileData, getWorld, handleUpdateTag, hasCapability, hasFastRenderer, hasWorld, invalidate, isInvalid, markDirty, mirror, onChunkUnload, onDataPacket, onLoad, onlyOpsCanSetNbt, restrictNBTCopy, rotate, serializeNBT, setPos, setWorld, setWorldCreate, shouldRefresh, shouldRenderInPass, updateContainingBlockInfo, validate
public NBTTagCompound writeToNBT(NBTTagCompound compound)
writeToNBT
in class TileEntity
public void readFromNBT(NBTTagCompound compound)
readFromNBT
in class TileEntity
public double getMaxRenderDistanceSquared()
getMaxRenderDistanceSquared
in class TileEntity
public boolean isSpawning()
public boolean isCoolingDown()
public float getSpawnPercent(float p_184302_1_)
public float getCooldownPercent(float p_184305_1_)
@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 p_184313_1_)
shouldRenderFace
in class TileEntityEndPortal
public int getParticleAmount()
public void setExactPosition(BlockPos p_190603_1_)