public class EndGatewayTileEntity extends EndPortalTileEntity implements ITickableTileEntity
pos, removed, worldINFINITE_EXTENT_AABB| Constructor and Description |
|---|
EndGatewayTileEntity() |
| Modifier and Type | Method and Description |
|---|---|
float |
getCooldownPercent(float partialTicks) |
double |
getMaxRenderDistanceSquared() |
int |
getParticleAmount() |
float |
getSpawnPercent(float partialTicks) |
SUpdateTileEntityPacket |
getUpdatePacket() |
CompoundNBT |
getUpdateTag() |
boolean |
isCoolingDown() |
boolean |
isSpawning() |
void |
read(CompoundNBT compound) |
boolean |
receiveClientEvent(int id,
int type) |
void |
setExitPortal(BlockPos exitPortalIn,
boolean p_195489_2_) |
boolean |
shouldRenderFace(Direction face) |
void |
teleportEntity(Entity entityIn) |
void |
tick() |
void |
triggerCooldown() |
CompoundNBT |
write(CompoundNBT compound) |
addInfoToCrashReport, create, getBlockState, getDistanceSq, getPos, getTileData, getType, getWorld, hasWorld, isRemoved, markDirty, mirror, onlyOpsCanSetNbt, remove, rotate, setPos, setWorld, updateContainingBlockInfo, validate, warnInvalidBlockareCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCapsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanRenderBreaking, deserializeNBT, getModelData, getRenderBoundingBox, getTileEntity, handleUpdateTag, hasFastRenderer, onChunkUnloaded, onDataPacket, onLoad, requestModelDataUpdate, serializeNBTgetCapability, getCapabilitypublic CompoundNBT write(CompoundNBT compound)
write in class TileEntitypublic void read(CompoundNBT compound)
read in class TileEntitypublic double getMaxRenderDistanceSquared()
getMaxRenderDistanceSquared in class TileEntitypublic void tick()
tick in interface ITickableTileEntitypublic boolean isSpawning()
public boolean isCoolingDown()
public float getSpawnPercent(float partialTicks)
public float getCooldownPercent(float partialTicks)
@Nullable public SUpdateTileEntityPacket getUpdatePacket()
getUpdatePacket in class TileEntitypublic CompoundNBT 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(Direction face)
shouldRenderFace in class EndPortalTileEntitypublic int getParticleAmount()
public void setExitPortal(BlockPos exitPortalIn, boolean p_195489_2_)