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()
Like the old updateEntity(), except more generic.
|
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, validatepublic NBTTagCompound writeToNBT(NBTTagCompound compound)
writeToNBT in class TileEntitypublic void readFromNBT(NBTTagCompound compound)
readFromNBT in class TileEntitypublic double getMaxRenderDistanceSquared()
getMaxRenderDistanceSquared in class TileEntitypublic void update()
public boolean isSpawning()
public boolean isCoolingDown()
public float getSpawnPercent(float p_184302_1_)
public float getCooldownPercent(float p_184305_1_)
public SPacketUpdateTileEntity getUpdatePacket()
getUpdatePacket in class TileEntitypublic NBTTagCompound getUpdateTag()
getUpdateTag in class TileEntitypublic void triggerCooldown()
public boolean receiveClientEvent(int id,
int type)
receiveClientEvent in class TileEntitypublic void teleportEntity(Entity entityIn)
public boolean shouldRenderFace(EnumFacing p_184313_1_)
shouldRenderFace in class TileEntityEndPortalpublic int getParticleAmount()
public void setExactPosition(BlockPos p_190603_1_)