Class PseudoFluidType

java.lang.Object
com.hbm_m.recipe.PseudoFluidType

public final class PseudoFluidType extends Object
Direct port of the 1.7.10 Gas Centrifuge's GasCentrifugeRecipes.PseudoFluidType. Represents an internal enrichment stage that is not a real registered Fluid — it only exists inside a centrifuge's inputTank/outputTank and is handed off between cascaded centrifuges.
  • Field Details

  • Method Details

    • getId

      public String getId()
    • getFluidConsumed

      public int getFluidConsumed()
    • getFluidProduced

      public int getFluidProduced()
    • getOutputType

      public PseudoFluidType getOutputType()
      Next stage this pseudo-fluid should be handed off as, or null if this is the final stage.
    • isHighSpeed

      public boolean isHighSpeed()
    • getOutput

      public List<net.minecraft.world.item.ItemStack> getOutput()
    • getDisplayName

      public net.minecraft.network.chat.Component getDisplayName()
    • byId

      public static PseudoFluidType byId(String id)