public class ModuleRegulatorTube extends TubeModuleRedstoneReceiving implements IInfluenceDispersing
| Modifier and Type | Field and Description |
|---|---|
static boolean |
hasTicked |
static boolean |
inLine |
static boolean |
inverted |
advancedConfig, dir, higherBound, lowerBound, MAX_VALUE, pressureTube, shouldDrop, upgraded| Constructor and Description |
|---|
ModuleRegulatorTube(ItemTubeModule itemTubeModule) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxDispersion() |
float |
getThreshold() |
boolean |
isInline() |
void |
onAirDispersion(int amount) |
void |
onNeighborBlockUpdate() |
addInfo, getReceivingRedstoneLevel, hasGui, readFromNBT, update, writeToNBTcanUpgrade, equals, getDirection, getDrops, getHeight, getItem, getRedstoneLevel, getRenderBoundingBox, getShape, getThreshold, getTube, getType, getWidth, hashCode, isFake, isUpgraded, markFake, onActivated, onNeighborTileUpdate, onPlaced, onRemoved, sendDescriptionPacket, setDirection, setTube, updateNeighbors, upgradepublic static boolean hasTicked
public static boolean inLine
public static boolean inverted
public ModuleRegulatorTube(ItemTubeModule itemTubeModule)
public int getMaxDispersion()
getMaxDispersion in interface IInfluenceDispersingpublic void onAirDispersion(int amount)
onAirDispersion in interface IInfluenceDispersingpublic boolean isInline()
isInline in class TubeModulepublic void onNeighborBlockUpdate()
onNeighborBlockUpdate in class TubeModuleRedstoneReceivingpublic float getThreshold()
getThreshold in class TubeModuleRedstoneReceiving