public class CopperBacktankTileEntity extends KineticTileEntity implements net.minecraft.util.INameable
IHaveGoggleInformation.Format| Modifier and Type | Field and Description |
|---|---|
int |
airLevel |
int |
airLevelTimer |
cachedBoundingBox, capacity, effects, lastCapacityProvided, lastStressApplied, network, networkDirty, overStressed, preventSpeedUpdate, source, speed, stress, updateSpeed, wasMovedcomponentSpacing, numberFormat, spacing| Constructor and Description |
|---|
CopperBacktankTileEntity(net.minecraft.tileentity.TileEntityType<?> typeIn) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fromTag(net.minecraft.block.BlockState state,
net.minecraft.nbt.CompoundNBT compound,
boolean clientPacket)
Hook only these in future subclasses of STE
|
int |
getAirLevel() |
int |
getComparatorOutput() |
net.minecraft.util.text.ITextComponent |
getCustomName() |
net.minecraft.nbt.ListNBT |
getEnchantmentTag() |
net.minecraft.util.text.ITextComponent |
getName() |
protected void |
playFilledEffect() |
void |
setAirLevel(int airLevel) |
void |
setCapacityEnchantLevel(int capacityEnchantLevel) |
void |
setCustomName(net.minecraft.util.text.ITextComponent customName) |
void |
setEnchantmentTag(net.minecraft.nbt.ListNBT enchantmentTag) |
boolean |
shouldRenderNormally() |
void |
tick() |
protected void |
write(net.minecraft.nbt.CompoundNBT compound,
boolean clientPacket)
Hook only these in future subclasses of STE
|
addBehaviours, addPropagationLocations, addToGoggleTooltip, addToTooltip, attachKinetics, calculateAddedStressCapacity, calculateStressApplied, canPropagateDiagonally, clearKineticInformation, convertToAngular, convertToDirection, convertToLinear, detachKinetics, getFlickerScore, getGeneratedSpeed, getOrCreateNetwork, getRenderBoundingBox, getSpeed, getStressConfigKey, getTheoreticalSpeed, hasNetwork, hasSource, initialize, isCustomConnection, isNoisy, isOverStressed, isSource, isSpeedRequirementFulfilled, makeRenderBoundingBox, needsSpeedUpdate, onSpeedChanged, propagateRotationTo, removeSource, requestModelDataUpdate, setNetwork, setRemoved, setSource, setSpeed, switchToBlockState, tickAudio, updateFromNetwork, warnOfMovementaddBehavioursDeferred, attachBehaviourLate, canPlayerUse, forEachBehaviour, getBehaviour, getRequiredItems, getWorld, isFluidHandlerCap, isItemHandlerCap, isVirtual, lazyTick, load, markVirtual, readClientUpdate, removeBehaviour, save, sendToContainer, setLazyTickRate, writeSafe, writeToClientcauseBlockUpdate, containedChunk, getTileData, getUpdatePacket, getUpdateTag, handleUpdateTag, notifyUpdate, onDataPacket, packetTarget, sendDataclearCache, clearRemoved, fillCrashReportCategory, getBlockPos, getBlockState, getLevel, getType, getViewDistance, hasLevel, isRemoved, loadStatic, logInvalidState, mirror, onChunkUnloaded, onlyOpCanSetNbt, rotate, setChanged, setLevelAndPosition, setPosition, triggerEventareCapsCompatible, areCapsCompatible, deserializeCaps, gatherCapabilities, gatherCapabilities, getCapabilities, getCapability, invalidateCaps, reviveCaps, serializeCapsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainedFluidTooltip, formatgetWorldpublic CopperBacktankTileEntity(net.minecraft.tileentity.TileEntityType<?> typeIn)
public void tick()
tick in interface net.minecraft.tileentity.ITickableTileEntitytick in class KineticTileEntitypublic int getComparatorOutput()
protected void write(net.minecraft.nbt.CompoundNBT compound,
boolean clientPacket)
SmartTileEntitywrite in class KineticTileEntityprotected void fromTag(net.minecraft.block.BlockState state,
net.minecraft.nbt.CompoundNBT compound,
boolean clientPacket)
SmartTileEntityfromTag in class KineticTileEntityprotected void playFilledEffect()
public net.minecraft.util.text.ITextComponent getName()
getName in interface net.minecraft.util.INameablepublic boolean shouldRenderNormally()
shouldRenderNormally in interface com.jozufozu.flywheel.backend.instancing.IInstanceRenderedpublic int getAirLevel()
public void setAirLevel(int airLevel)
public void setCustomName(net.minecraft.util.text.ITextComponent customName)
public net.minecraft.util.text.ITextComponent getCustomName()
getCustomName in interface net.minecraft.util.INameablepublic net.minecraft.nbt.ListNBT getEnchantmentTag()
public void setEnchantmentTag(net.minecraft.nbt.ListNBT enchantmentTag)
public void setCapacityEnchantLevel(int capacityEnchantLevel)