Advertisement
TwitchBlade

Mekanism Reactor Control Functions

Apr 22nd, 2024
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  {
  2.     getLogicMode         [FUNCTION],
  3.     getFuelNeeded        [FUNCTION],
  4.     getEnvironmentalLoss [FUNCTION],
  5.     getHeatedCoolant     [FUNCTION],
  6.     getFuelFilledPercentage[FUNCTION],
  7.     getWaste             [FUNCTION],
  8.     getRedstoneMode      [FUNCTION],
  9.     setLogicMode         [FUNCTION],
  10.     getMaxPos            [FUNCTION],
  11.     getActualBurnRate    [FUNCTION],
  12.     isFormed             [FUNCTION],
  13.     getHeatingRate       [FUNCTION],
  14.     isForceDisabled      [FUNCTION],
  15.     getHeatCapacity      [FUNCTION],
  16.     getWasteCapacity     [FUNCTION],
  17.     getBurnRate          [FUNCTION],
  18.     getMinPos            [FUNCTION],
  19.     getCoolantCapacity   [FUNCTION],
  20.     getWasteNeeded       [FUNCTION],
  21.     activate             [FUNCTION],
  22.     getFuel              [FUNCTION],
  23.     getFuelAssemblies    [FUNCTION],
  24.     getCoolantFilledPercentage[FUNCTION],
  25.     getCoolantNeeded     [FUNCTION],
  26.     help                 [FUNCTION],
  27.     getHeatedCoolantFilledPercentage[FUNCTION],
  28.     getWidth             [FUNCTION],
  29.     getHeatedCoolantNeeded[FUNCTION],
  30.     getTemperature       [FUNCTION],
  31.     setRedstoneMode      [FUNCTION],
  32.     getLength            [FUNCTION],
  33.     getHeatedCoolantCapacity[FUNCTION],
  34.     getFuelSurfaceArea   [FUNCTION],
  35.     getMaxBurnRate       [FUNCTION],
  36.     getRedstoneLogicStatus[FUNCTION],
  37.     getDamagePercent     [FUNCTION],
  38.     scram                [FUNCTION],
  39.     getHeight            [FUNCTION],
  40.     setBurnRate          [FUNCTION],
  41.     getBoilEfficiency    [FUNCTION],
  42.     getWasteFilledPercentage[FUNCTION],
  43.     getStatus            [FUNCTION],
  44.     getFuelCapacity      [FUNCTION],
  45.     getCoolant           [FUNCTION]
  46.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement