Package com.hbm_m.recipe
Class PseudoFluidType
java.lang.Object
com.hbm_m.recipe.PseudoFluidType
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<net.minecraft.world.level.material.Fluid,PseudoFluidType> Maps a real pipedFluidto the pseudo-fluid stage a centrifuge starts converting it into.static final PseudoFluidTypestatic final PseudoFluidTypestatic final PseudoFluidTypestatic final PseudoFluidTypestatic final PseudoFluidTypestatic final PseudoFluidTypestatic final PseudoFluidTypestatic final PseudoFluidType -
Method Summary
Modifier and TypeMethodDescriptionstatic PseudoFluidTypenet.minecraft.network.chat.ComponentintintgetId()List<net.minecraft.world.item.ItemStack>Next stage this pseudo-fluid should be handed off as, ornullif this is the final stage.boolean
-
Field Details
-
NONE
-
HEUF6
-
MEUF6
-
LEUF6
-
NUF6
-
PF6
-
MUD_HEAVY
-
MUD
-
FLUID_CONVERSIONS
Maps a real pipedFluidto the pseudo-fluid stage a centrifuge starts converting it into.
-
-
Method Details
-
getId
-
getFluidConsumed
public int getFluidConsumed() -
getFluidProduced
public int getFluidProduced() -
getOutputType
Next stage this pseudo-fluid should be handed off as, ornullif this is the final stage. -
isHighSpeed
public boolean isHighSpeed() -
getOutput
-
getDisplayName
public net.minecraft.network.chat.Component getDisplayName() -
byId
-