Package-level declarations

Types

Link copied to clipboard

A 'endpoint display' is one of the red/green displays that indicates a block's fluid input/output.

Link copied to clipboard

A 'intersection display' is one of the gray displays that indicates one or more pipes being joined together.

Link copied to clipboard

A 'fluid pipe connector' is one of the small gray displays that appears on pipe corners/junctions. TODO: io.github.pylonmc.rebar.block.base.RebarEntityGroupCulledBlock

Link copied to clipboard
open class FluidPipe(val stack: ItemStack) : RebarItem, RebarInteractor

An item that represents a fluid pipe. All the logic regarding placing the pipe is handled automatically.

Link copied to clipboard

A display that visually represents a pipe.

Link copied to clipboard
Link copied to clipboard

An invisible block (structure block) that exists purely to represent a pipe and prevent blocks from being placed on top of them. TODO: io.github.pylonmc.rebar.block.base.RebarEntityGroupCulledBlock