public abstract class TubeModuleRedstoneEmitting extends TubeModule
| Modifier and Type | Field and Description |
|---|---|
protected int |
redstone |
advancedConfig, dir, higherBound, lowerBound, MAX_VALUE, pressureTube, shouldDrop, upgraded| Modifier and Type | Method and Description |
|---|---|
void |
addInfo(java.util.List<net.minecraft.util.text.ITextComponent> curInfo) |
int |
getRedstoneLevel() |
void |
readFromNBT(net.minecraft.nbt.CompoundNBT tag) |
void |
update() |
net.minecraft.nbt.CompoundNBT |
writeToNBT(net.minecraft.nbt.CompoundNBT tag) |
canUpgrade, equals, getDirection, getDrops, getHeight, getItem, getRenderBoundingBox, getShape, getThreshold, getTube, getType, getWidth, hasGui, hashCode, isFake, isInline, isUpgraded, markFake, onActivated, onNeighborBlockUpdate, onNeighborTileUpdate, onPlaced, onRemoved, sendDescriptionPacket, setDirection, setTube, updateNeighbors, upgradepublic int getRedstoneLevel()
getRedstoneLevel in class TubeModulepublic void addInfo(java.util.List<net.minecraft.util.text.ITextComponent> curInfo)
addInfo in class TubeModulepublic net.minecraft.nbt.CompoundNBT writeToNBT(net.minecraft.nbt.CompoundNBT tag)
writeToNBT in class TubeModulepublic void readFromNBT(net.minecraft.nbt.CompoundNBT tag)
readFromNBT in class TubeModulepublic void update()
update in class TubeModule