Package-level declarations
Types
Link copied to clipboard
The type of an in-world fluid point.
Link copied to clipboard
open class PylonFluid(key: NamespacedKey, val name: Component, material: Material, tags: MutableList<PylonFluidTag>) : Keyed
Fluids aren't necessarily just liquids, they can also be gases or other substances that can flow.
Link copied to clipboard
interface PylonFluidTag
Fluid tags represent properties of a fluid, such as temperature or whether it can be used as a coolant.
Link copied to clipboard
data class VirtualFluidPoint(val id: UUID, val position: BlockPosition, val type: FluidPointType, val connectedPoints: MutableSet<UUID>)
A connection in a fluid network, like a machine's output or the end of a pipe.