---@meta _ ---@class reactor_redstone_port: BaseReactor ---@field type "reactor_redstone_port" local reactorRedstonePort = {} ---Get the reactor's emitted heat. Useful for fluid reactors. ---@return integer function reactorRedstonePort.getEmitHeat() end