Rebar Cargo Block
Represents a block that can connect to cargo ducts and use them to interface with other cargo RebarCargoBlocks.
Each face can have one logistic group which cargo ducts connected to that face are allowed to interface with
In your place constructor, you will need to call addCargoLogisticGroup for all the block faces you want to be able to connect cargo ducts to, and also setCargoTransferRate to set the maximum number of items that can be transferred out of this block per cargo tick.
Properties
Automatically implemented when this interface is implemented by a io.github.pylonmc.rebar.block.RebarBlock
Functions
Returns false if any entity is unloaded or does not exist.
Returns false if the block holds no entity with the provided name, the entity is unloaded or does not physically exist.
Checks if the block can connect to any adjacent cargo blocks, and if so, creates a duct display between this block and the adjacent cargo block in question.